#1770 tests of the SCM tools are spewing lots of errors, but not actually failing

v1.0.0
closed
sf-2 (994)
SCM
nobody
2015-08-20
2011-03-21
Wolf
No

Examples of the three kinds of errors emitted:

Error - <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'app_instance'
Error - <class 'allura.lib.exceptions.NoSuchProjectError'>: Couldn't find project ObjectId('4d877cabe2af5a5561001bf2')
Error - <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'repo'

Note this is just a sample, the actual test output has scores of such lines.

Discussion

  • Wolf - 2011-03-21
    • Description has changed:

    Diff:

    --- old 
    +++ new 
    @@ -1,7 +1,10 @@
     Examples of the three kinds of errors emitted:
    
    +~~~~~~~~
    +:::text
     Error - <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'app_instance'
     Error - <class 'allura.lib.exceptions.NoSuchProjectError'>: Couldn't find project ObjectId('4d877cabe2af5a5561001bf2')
     Error - <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'repo'
    +~~~~~~~~
    
     Note this is just a sample, the actual test output has scores of such lines.
    
     
  • Mark Ramm - 2011-03-24
    • milestone: limbo --> mar-31
     
  • Dave Brondsema

    Dave Brondsema - 2011-03-31
    • size: --> 2
     
  • Jenny Steele - 2011-04-01
    • assigned_to: Jenny Steele
    • component: General --> SCM

    • status: open --> in-progress

     
  • Jenny Steele - 2011-04-04

    This isn't happening anymore when I run the tests. I also don't see it in recent hudson logs, so it must have been resolved already.

    • status: in-progress --> closed
     

Log in to post a comment.