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

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

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844624#comment-13844624 ] 

ASF subversion and git services commented on CLOUDSTACK-5449:
-------------------------------------------------------------

Commit 1605e55ebdd9ba848217596f14fbf15a09fde0e9 in branch refs/heads/4.3 from [~srikanti]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=1605e55 ]

CLOUDSTACK-5449: fix the log creation failure case and added an option
for user to provide --log-folder-path=

Signed-off-by: SrikanteswaraRao Talluri <ta...@apache.org>


> [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)