distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Adapt to the change from F36 to F38 in the CI base container. #3449

Closed webbnh closed 1 year ago

webbnh commented 1 year ago

With the change in #3433 from a F36 base to F38, some of the floating point calculations in the Agent legacy post-processing tests are off by "half a bit" relative to their gold files. This PR modifies the gold files to match.

Also, apparently F38 brings an updated tox which processes the Alembic check script invocation differently, so this PR contains a tweak to address that, as well.

PBENCH-1161