← Back to team overview

launchpad-dev team mailing list archive

Hung test process

 

I have a hung test process on my local machine.

Command: bin/test -vvct 'check-?watch|bug-?watch|bug-?track'
Michael Hudson Trace: http://pastebin.ubuntu.com/423333/
GDB Trace: http://pastebin.ubuntu.com/423334/

In gdb, pystack and pystackv never completed (they hung too).

The last few lines of output:

{{{
Tear down canonical.testing.layers.FunctionalLayer ... not supported
  Running in a subprocess.
  Set up canonical.testing.layers.BaseLayer in 0.213 seconds.
  Set up canonical.testing.layers.ZopelessLayer in 4.614 seconds.
  Set up canonical.testing.layers.DatabaseLayer in 0.365 seconds.
  Set up canonical.testing.layers.LibrarianLayer in 5.959 seconds.
  Set up canonical.testing.layers.MemcachedLayer in 0.120 seconds.
  Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Set up canonical.testing.layers.LaunchpadScriptLayer in 0.007 seconds.
  Set up canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
  Running:
 test_check_no_transaction
(lp.bugs.externalbugtracker.tests.test_isolation.TestIsolation)
 test_ensure_no_transaction
(lp.bugs.externalbugtracker.tests.test_isolation.TestIsolation)
 test_gen_store_statuses
(lp.bugs.externalbugtracker.tests.test_isolation.TestIsolation)
 test_is_transaction_in_progress
(lp.bugs.externalbugtracker.tests.test_isolation.TestIsolation)
 test_interaction (lp.bugs.scripts.checkwatches.tests.test_base.TestWorkingBase)
 test_interaction_nested
(lp.bugs.scripts.checkwatches.tests.test_base.TestWorkingBase)
 test_statement_logging
(lp.bugs.scripts.checkwatches.tests.test_base.TestWorkingBase)
 test_transaction (lp.bugs.scripts.checkwatches.tests.test_base.TestWorkingBase)
 test_transaction_with_exception
(lp.bugs.scripts.checkwatches.tests.test_base.TestWorkingBase)
 test_transaction_with_open_transaction
(lp.bugs.scripts.checkwatches.tests.test_base.TestWorkingBase)
 test_sql_log_cleared_after_error
(lp.bugs.scripts.checkwatches.tests.test_base.TestWorkingBaseErrorReporting)
 test_sql_log_cleared_after_warning
(lp.bugs.scripts.checkwatches.tests.test_base.TestWorkingBaseErrorReporting)
 test_bug_497141
(lp.bugs.scripts.checkwatches.tests.test_core.TestCheckwatchesMaster)
 test_suggest_batch_size
(lp.bugs.scripts.checkwatches.tests.test_core.TestCheckwatchesMaster)
 test__getExternalBugTrackersAndWatches
(lp.bugs.scripts.checkwatches.tests.test_core.TestCheckwatchesWithSyncableGnomeProducts)
 test_bug_496988
(lp.bugs.scripts.checkwatches.tests.test_core.TestCheckwatchesWithSyncableGnomeProducts)
 test (lp.bugs.scripts.checkwatches.tests.test_core.TestTwistedThreadSchedulerInPlace)
 test_can_update_bug_with_questions
(lp.bugs.scripts.checkwatches.tests.test_core.TestUpdateBugsWithLinkedQuestions)
}}}

Does this help anyone figure out what's going on?

Cheers!

Gavin.



Follow ups