GoTestTools/gotestfmt

[bug] delimiter in gotestfmt ----> just intermittent error githubaction

Kim-Hyo-Bin opened this issue · 2 comments

  • Describe what the problem is

libcontainerssh Go language version upgrade in progress
look at the github action fail (using gotestfmt)

image
Error: Process completed with exit code 1.

image
but looking at the log, everything appears normal
and all passed func time is 0s

compare github action
image
it is sucess but

compare custom environment test
image

same progress and all passed

i will guess
--- PASS: --> part triggers an error and result skip (func test time 0s)
the part below '---' is omitted.

and gotestfmt result using --- or ===

Would it be better to unify the usage of '---' and '===' since they are being used interchangeably?

Hi @Kim-Hyo-Bin please post the JSON output of your test so we can properly debug this and create tests for it.

Hi @Kim-Hyo-Bin please post the JSON output of your test so we can properly debug this and create tests for it.

sorry.. forget me....

try again. same code

image

all task passed.