]> git.ipfire.org Git - thirdparty/zstd.git/commit
[tests] Fix version test determinism
authorNick Terrell <terrelln@fb.com>
Wed, 21 Dec 2022 00:25:24 +0000 (16:25 -0800)
committerNick Terrell <nickrterrell@gmail.com>
Tue, 17 Jan 2023 22:10:46 +0000 (14:10 -0800)
commit860548cd5b6a833b83b47a14baf13291e7c5bb14
tree600b1a936a89aad9cb23e7f0c01d3b18775d252d
parent23a356cddef58d8b90af279dbfd7b3f5be0c88bf
[tests] Fix version test determinism

The dictionary source files were taken from the `dev` branch before this
commit, which could introduce non-determinism on PR jobs. Instead take
the sources from the PR checkout.

This PR also adds stderr logging, and verbose output for the jobs that
are failing, to help catch the failure if it occurs again.
tests/test-zstd-versions.py