Ticket #1285 defect closed fixed

Opened 8 years ago

Last modified 7 years ago

twisted.trial.test.test_util.TestFindObject.test_importModule fails intermittently

Reported by: jml Owned by:
Priority: high Milestone:
Component: trial Keywords: intermittent
Cc: exarkun, jml Branch:
Author: Launchpad Bug:

Description


Change History

1

Changed 8 years ago by jml

[ERROR]: twisted.trial.test.test_util.TestFindObject.test_importModule

  File "/home/buildbot/run/full2.4/Twisted/twisted/internet/defer.py", line 107,
in maybeDeferred
    result = f(*args, **kw)
  File "/home/buildbot/run/full2.4/Twisted/twisted/trial/test/test_util.py",
line 230, in test_importModule
    from goodpackage import test_sample
exceptions.ImportError: cannot import name test_sample

2

Changed 8 years ago by jml

I think r15132 resolved this.  I'll give it a couple of weeks to see if it
happens again.

3

Changed 8 years ago by jml

Nope.

===============================================================================
[ERROR]: twisted.trial.test.test_loader.FileTest.test_moduleNotInPath

  File "/home/buildbot/run/full2.4/Twisted/twisted/internet/defer.py", line 107,
in maybeDeferred
    result = f(*args, **kw)
  File "/home/buildbot/run/full2.4/Twisted/twisted/trial/test/test_loader.py",
line 88, in test_moduleNotInPath
    from goodpackage import test_sample as sample2
exceptions.ImportError: cannot import name test_sample
-------------------------------------------------------------------------------

4

Changed 7 years ago by jml

  • keywords intermittent added

5

Changed 7 years ago by jml

  • status changed from new to closed
  • resolution set to fixed

Haven't seen this recently.

6

Changed 2 years ago by <automation>

  • owner jml deleted
Note: See TracTickets for help on using tickets.