Commit Graph

3 Commits

Author SHA1 Message Date
Scott Poore
b643aa52e0 performance test support glibc preload test
The glibc preload tests sets up an ld.so.preload to emulate a loaded
system.   This directly affects the runtime of the jq performance test.
This is a test change to check speed of the system first with pigz and
adjust expected jq speed test threshold.

It should be noted that to perform the system check before the jq check,
we need to test with something that uses threads.   This is why pigz was
chosen over traditional gzip.

Updates to test code by: thalman@redhat.com

Resolves: RHEL-93792
2025-06-27 10:05:26 -05:00
Scott Poore
f7e27fc872 Update upstream tests to disable fedora repos
c10s upstream testing is running with fedora repos as a workaround to
not having EPEL10 available yet.  So, to avoid an issue of installing
the wrong version, we have to disable those repos and uninstall then
re-install jq from the correct repos. and download source rpm with
those repos disabled.
2024-10-21 12:09:08 +00:00
Tomas Halman
0d0888a448 Add gating tests configuration 2024-10-21 12:09:08 +00:00