Skip to content

Commit

Permalink
t: add default for test of invalid qmanager policy
Browse files Browse the repository at this point in the history
Problem: the example config files for tests in t/conf.d includes
an example of invalid policy settings, both for match-policy in
resource and queue-policy in fluxion. This configuration is only used
in t1005, where qmanager is tested to ensure it tolerates an invalid
queue policy and defaults to fcfs.

Recently, the resource module was updated to not tolerate invalid
policies, but this shouldn't change the behavior of qmanager. Use
first in the sched-fluxion-resource toml file example for this
test.
  • Loading branch information
wihobbs committed Jan 31, 2025
1 parent b09dd6f commit 7e72499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/conf.d/09-invalid-policy/sched-fluxion-resource.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[sched-fluxion-resource]

match-policy = "invalid"
match-policy = "first"
load-allowlist="node,core,gpu"
reserve-vtx-vec=200000
prune-filters="ALL:core,ALL:gpu"
Expand Down

0 comments on commit 7e72499

Please sign in to comment.