Skip to content

Commit

Permalink
testsuite: remove invalid job validator option in test
Browse files Browse the repository at this point in the history
Problem: A test in t1020-qmanager-feasibility.t uses the now
deprecated --feasibility-service option to the flux job-validator.
Also, the test has a HAVE_JQ prereq which is not actually set
anywhere.

Remove the invalid test and the HAVE_JQ prereq.
  • Loading branch information
grondo committed Aug 20, 2024
1 parent 1af23b7 commit 79fc7b4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions t/t1020-qmanager-feasibility.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@ subsystems=containment policy=low &&
load_qmanager
'

test_expect_success HAVE_JQ 'feasibility: --plugins=feasibility works ' '
test_expect_success 'feasibility: --plugins=feasibility works ' '
flux run -n 999 --dry-run hostname | \
flux job-validator --jobspec-only --plugins=feasibility \
| jq -e ".errnum != 0" &&
flux run -n 999 --dry-run hostname | \
flux job-validator --jobspec-only \
--plugins=feasibility \
--feasibility-service=sched-fluxion-resource.satisfiability \
| jq -e ".errnum != 0"
'

Expand Down

0 comments on commit 79fc7b4

Please sign in to comment.