Build: #1 failed
Job: Pipeline PR Test 6.6.6 failed
context metadata json roundtrip: Test case result
The below summarizes the result of the test " context metadata json roundtrip" in build 1 of Pipeline - Pipeline Pull Request Test - context-serializer - Pipeline PR Test 6.6.6.
- Description
- context metadata json roundtrip
- Test class
- pipeline.infrastructure.serializers_test.TestContextMetadata
- Method
- test_context_metadata_json_roundtrip
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
TypeError: TestContextMetadata.test_context_metadata_json_roundtrip() missing 1 required positional argument: 'tmp_path'
self = <unittest.case._Outcome object at 0x7fa494eccf70>
test_case = <pipeline.infrastructure.serializers_test.TestContextMetadata testMethod=test_context_metadata_json_roundtrip>
isTest = True
@contextlib.contextmanager
def testPartExecutor(self, test_case, isTest=False):
old_success = self.success
self.success = True
try:
> yield
../../casa-6.6.6-17-py3.10.el8/lib/py/lib/python3.10/unittest/case.py:59:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../casa-6.6.6-17-py3.10.el8/lib/py/lib/python3.10/unittest/case.py:591: in run
self._callTestMethod(testMethod)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pipeline.infrastructure.serializers_test.TestContextMetadata testMethod=test_context_metadata_json_roundtrip>
method = <bound method TestContextMetadata.test_context_metadata_json_roundtrip of <pipeline.infrastructure.serializers_test.TestContextMetadata testMethod=test_context_metadata_json_roundtrip>>
def _callTestMethod(self, method):
> method()
E TypeError: TestContextMetadata.test_context_metadata_json_roundtrip() missing 1 required positional argument: 'tmp_path'
../../casa-6.6.6-17-py3.10.el8/lib/py/lib/python3.10/unittest/case.py:549: TypeError