aqa-test-tools icon indicating copy to clipboard operation
aqa-test-tools copied to clipboard

TypeError: Cannot convert undefined or null to object

Open llxia opened this issue 1 year ago • 1 comments

When the job failed before test execution, we got TypeError: Cannot convert undefined or null to object error in TRSS.

image

https://github.com/adoptium/aqa-test-tools/blob/master/TestResultSummaryService/parsers/Test.js should be investigated. The content should be stored as Pre Test.

testParserViaFile.js can be used for testing. replace jobOutput.txt with jobOutput.txt

llxia avatar Jun 05 '24 19:06 llxia