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
ok 10 integration.general.tls:false.test_constants
o2023-05-29 14:44:29.789 [2895436] main/103/luatest/etcd-client.client.pool V> etcd transport | req: /kv/put {"key":"a2V5XzAwMDAwMjk=","value":"dmFsdWVfMzA="}
<...>
2023-05-29 14:44:30.466 [2895436] main/103/luatest/etcd-client.client.pool V> etcd transport | req: /lease/grant {"ID":7587870927308614055,"TTL":60}
k 11 integration.general.tls:false.test_range_fetch_by_prefix
ok 12 integration.general.tls:false.test_range_fetch_range
Mixed in the middle of the 'ok' word.
test-run's diagnostics:
[092] etcd-client/etcd_client_general_integration_te>
[092] TAP13 parse failed (Descending test id on line: 'ok 12\tintegration.general.tls:false.test_range_fetch_range').
[092]
[092] No result file (etcd-client/etcd_client_general_integration.result) found.
[092] Run the test with --update-result option to write the new result file.
[092] [ fail ]
I already suggested to don't mix the streams in various discussions. Now I'm insisting on it.
We should find another way to report stderr output in case of a failure. The mixing into stdout usually works due to the skipping of unparseable lines in the TAP13 parser, but it is an unstable solution.
The text was updated successfully, but these errors were encountered:
test-run/lib/luatest_server.py
Line 61 in 344becd
Quote from a test output:
Mixed in the middle of the 'ok' word.
test-run's diagnostics:
test-run/lib/pytap13.py
Lines 148 to 150 in 344becd
I already suggested to don't mix the streams in various discussions. Now I'm insisting on it.
We should find another way to report stderr output in case of a failure. The mixing into stdout usually works due to the skipping of unparseable lines in the TAP13 parser, but it is an unstable solution.
The text was updated successfully, but these errors were encountered: