tarantool / test-run

Tarantool functional testing framework
14 stars 15 forks source link

Fix incorrect character in log file name #402

Closed i-cod closed 1 year ago

i-cod commented 1 year ago

Running jobs in tarantool-ci fails at the action/upload-artifact runtime if there are broken tests. The reason for the problem is that the path of the test artifacts file contains the : character when test has been parametrized.

Its non-supported character in the upload action. The action doesn't allow the following characters in artifact path: ",:,<,>,|,*,?. ^1

To fix the problem, the : character has been replaced with ..

Fixes https://github.com/tarantool/tarantool-qa/issues/90

coveralls commented 1 year ago

Coverage Status

coverage: 62.513%. remained the same when pulling d61daf8c271e9570a9215158d3ae3337b3384511 on i-cod/fix-incorrect-char-in-log-file-name into 31f0ceda5e50f640435a09094fc57c4138a1335b on master.