Plan to Run Skipped Test to Know Status
Build: #2 failed
Job: Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 failed
flaghelper.test evaluate parameters2: Test case result
The below summarizes the result of the test " flaghelper.test evaluate parameters2" in build 2 of CASA - Release Engineering Master Test Skipped Python 3.12 - Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12.
- Description
- flaghelper.test evaluate parameters2
- Test class
- test_flaghelper
- Method
- test_flaghelper.test_evaluateParameters2
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
AssertionError: OrderedDict({'mode': 'manual', 'field': "It A'int a Field"}) != OrderedDict({'mode': 'manual', 'field': 'It Aint a Field'})
- OrderedDict({'mode': 'manual', 'field': "It A'int a Field"})
? ^ - ^
+ OrderedDict({'mode': 'manual', 'field': 'It Aint a Field'})
? ^ ^
: Failed to evaluateParameters with single quote in value
test_flaghelper.py:446: in test_evaluateParameters2
self.assertDictEqual(
E AssertionError: OrderedDict({'mode': 'manual', 'field': "It A'int a Field"}) != OrderedDict({'mode': 'manual', 'field': 'It Aint a Field'})
E - OrderedDict({'mode': 'manual', 'field': "It A'int a Field"})
E ? ^ - ^
E
E + OrderedDict({'mode': 'manual', 'field': 'It Aint a Field'})
E ? ^ ^
E : Failed to evaluateParameters with single quote in value