You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if I feed the test.log into the JSON converter, the resulting JSON doesn't have the "Action":"fail" for TestPanic. So it seems the information is lost when converting text to JSON.
The text was updated successfully, but these errors were encountered:
With a test like this:
rules_go would produce a test.xml like this:
Due to this issue, the duration of the test case and the test suite are not populated.
Some debugging notes:
From the test.log, we can see the the
--- FAIL
event is there:Running this test with
go test -json
, we can see there is a"Action":"fail"
:However, if I feed the test.log into the JSON converter, the resulting JSON doesn't have the
"Action":"fail"
forTestPanic
. So it seems the information is lost when converting text to JSON.The text was updated successfully, but these errors were encountered: