You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Srikanteswararao Talluri (JIRA)" <ji...@apache.org> on 2013/12/10 21:22:07 UTC

[jira] [Created] (CLOUDSTACK-5449) [Automation] Marvin tests are failing because it failed to create log directory

Srikanteswararao Talluri created CLOUDSTACK-5449:
----------------------------------------------------

             Summary: [Automation] Marvin tests are failing because it failed to create log directory
                 Key: CLOUDSTACK-5449
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5449
             Project: CloudStack
          Issue Type: Test
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Automation, marvin
    Affects Versions: 4.3.0
            Reporter: Srikanteswararao Talluri
            Assignee: Srikanteswararao Talluri
            Priority: Critical
             Fix For: 4.3.0


nosetests --with-xunit --xunit-file=test_loadbalance.xml --with-marvin --marvin-config=/hudson/scripts/nightly_asf_master.cfg /root/cloudstack/test//integration/smoke/test_loadbalance.py --load -a tags=advanced

 Exception Occurred Under __initLogging :[Errno 17] File exists: '/hudson/workspace/logs13867140921'
Traceback (most recent call last):
  File "/usr/local/bin/nosetests", line 9, in <module>
    load_entry_point('nose==1.3.0', 'console_scripts', 'nosetests')()
  File "/usr/local/lib/python2.7/site-packages/nose/core.py", line 118, in __init__
    **extra_args)
  File "/usr/local/lib/python2.7/unittest/main.py", line 95, in __init__
    self.runTests()
  File "/usr/local/lib/python2.7/site-packages/nose/core.py", line 197, in runTests
    result = self.testRunner.run(self.test)
  File "/usr/local/lib/python2.7/site-packages/nose/core.py", line 61, in run
    test(result)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 176, in __call__
    return self.run(*arg, **kw)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 223, in run
    test(orig)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 176, in __call__
    return self.run(*arg, **kw)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 223, in run
    test(orig)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 176, in __call__
    return self.run(*arg, **kw)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 223, in run
    test(orig)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 176, in __call__
    return self.run(*arg, **kw)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 223, in run
    test(orig)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 176, in __call__
    return self.run(*arg, **kw)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 223, in run
    test(orig)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 176, in __call__
    return self.run(*arg, **kw)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 223, in run
    test(orig)
  File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 45, in __call__
    return self.run(*arg, **kwarg)
  File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 138, in run
    result.addError(self, err)
  File "/usr/local/lib/python2.7/site-packages/nose/proxy.py", line 124, in addError
    plugin_handled = plugins.handleError(self.test, err)
  File "/usr/local/lib/python2.7/site-packages/nose/plugins/manager.py", line 99, in __call__
    return self.call(*arg, **kw)
  File "/usr/local/lib/python2.7/site-packages/nose/plugins/manager.py", line 167, in simple
    result = meth(*arg, **kw)
  File "/usr/local/lib/python2.7/site-packages/marvin/marvinPlugin.py", line 146, in handleError
    self.tcRunLogger.fatal("%s: %s: %s" %
AttributeError: 'NoneType' object has no attribute 'fatal'




--
This message was sent by Atlassian JIRA
(v6.1.4#6159)