rhtyd commented on pull request #4250:
URL: https://github.com/apache/cloudstack/pull/4250#issuecomment-673981136
@nvazquez I kicked travis failing job a few times, looks like a regresion in
either marvin or the test :
```
+---------+----------------------+-------+--------------------+
| Test | Result | Time | Test file |
+=========+======================+=======+====================+
| runTest | exceptions.TypeError | 0.001 | test_vm_life_cycle |
+---------+----------------------+-------+--------------------+
```
```
======================================================================
ERROR: Failure: SyntaxError (invalid syntax (test_vm_life_cycle.py, line 31))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/.local/lib/python2.7/site-packages/nose/case.py", line
132, in run
self.beforeTest(result)
File "/home/travis/.local/lib/python2.7/site-packages/nose/case.py", line
74, in beforeTest
beforeTest(self.test)
File "/home/travis/.local/lib/python2.7/site-packages/nose/proxy.py", line
117, in beforeTest
self.plugins.beforeTest(self.test)
File
"/home/travis/.local/lib/python2.7/site-packages/nose/plugins/manager.py", line
99, in __call__
return self.call(*arg, **kw)
File
"/home/travis/.local/lib/python2.7/site-packages/nose/plugins/manager.py", line
167, in simple
result = meth(*arg, **kw)
File
"/home/travis/.local/lib/python2.7/site-packages/marvin/marvinPlugin.py", line
174, in beforeTest
join([self.__identifier, self.__testName])
TypeError: sequence item 0: expected string, NoneType found
-------------------- >> begin captured logging << --------------------
CSLog: CRITICAL: EXCEPTION: Failure:: ['Traceback (most recent call
last):\n', ' File
"/home/travis/.local/lib/python2.7/site-packages/nose/case.py", line 132, in
run\n self.beforeTest(result)\n', ' File
"/home/travis/.local/lib/python2.7/site-packages/nose/case.py", line 74, in
beforeTest\n beforeTest(self.test)\n', ' File
"/home/travis/.local/lib/python2.7/site-packages/nose/proxy.py", line 117, in
beforeTest\n self.plugins.beforeTest(self.test)\n', ' File
"/home/travis/.local/lib/python2.7/site-packages/nose/plugins/manager.py", line
99, in __call__\n return self.call(*arg, **kw)\n', ' File
"/home/travis/.local/lib/python2.7/site-packages/nose/plugins/manager.py", line
167, in simple\n result = meth(*arg, **kw)\n', ' File
"/home/travis/.local/lib/python2.7/site-packages/marvin/marvinPlugin.py", line
174, in beforeTest\n join([self.__identifier, self.__testName])\n',
'TypeError: sequence item 0: expected string, NoneType found\n']
--------------------- >> end captured logging << ---------------------
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]