Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redhat-performance/tuned
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 353e5e4aed92e012a386592401372c118298e5ea
Choose a base ref
..
head repository: redhat-performance/tuned
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: efa9cb25703b91bd66c6ad161431838b45e942a2
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 tests/beakerlib/Tuned-takes-too-long-to-reload-start-when-ulimit/runtest.sh
Original file line number Diff line number Diff line change
@@ -35,8 +35,8 @@ rlJournalStart
rlRun "mv /etc/tuned/tuned-main.conf.new /etc/tuned/tuned-main.conf"
rlRun "ulimit -H -n 1048576"
rlRun "ulimit -S -n 1048576"
rlRun "timeout 5 tuned --debug 2>&1 | tee TEST_OUT"
rlAssertNotGrep "tuned.plugins.plugin_sysctl: executing \['sysctl'," TEST_OUT
# According to bug, tuned should start within ~0.5 second
rlRun "timeout 5 tuned --debug"
rlPhaseEnd

rlPhaseStartCleanup