From 84897c397cea69c36dce072c115f22f9a6f7d976 Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Tue, 26 Sep 2023 15:34:16 -0700 Subject: [PATCH] testsuite: drop test of invalid R Problem: a job exec test that fakes an invalid R by placing it in the KVS no longer works because R comes directly from the job manager. Remove the test for now. --- t/t2400-job-exec-test.t | 9 --------- 1 file changed, 9 deletions(-) diff --git a/t/t2400-job-exec-test.t b/t/t2400-job-exec-test.t index 24574538e8ab..b77fc3955d2a 100755 --- a/t/t2400-job-exec-test.t +++ b/t/t2400-job-exec-test.t @@ -72,15 +72,6 @@ test_expect_success 'job-exec: mock exception during run' ' flux job eventlog ${jobid} > eventlog.${jobid}.out && grep "finish status=15" eventlog.${jobid}.out ' -test_expect_success 'job-exec: R with invalid expiration raises exception' ' - flux module unload job-exec && - jobid=$(flux job submit basic.json) && - key=$(flux job id --to=kvs $jobid).R && - R=$(flux kvs get --wait $key | jq -c ".execution.expiration = -1.") && - flux kvs put ${key}=${R} && - flux module load job-exec && - flux job wait-event -v $jobid exception -' test_expect_success 'start request with empty payload fails with EPROTO(71)' ' ${RPC} job-exec.start 71