Problem: Guest user access to the job-exec 'testexec' implementation will soon be denied by default, but many tests in the flux-accounting testsuite require such access to test multiuser jobs without access to a system instance.
For all tests that require the testexec implementation, set
[exec.testexec]
allow-guests = true
so that these tests continue working after changes in flux-core deny guest access.
This is necessary for flux-accounting tests to pass in flux-framework/flux-core#5961
Problem: Guest user access to the job-exec 'testexec' implementation will soon be denied by default, but many tests in the flux-accounting testsuite require such access to test multiuser jobs without access to a system instance.
For all tests that require the testexec implementation, set
[exec.testexec] allow-guests = true
so that these tests continue working after changes in flux-core deny guest access.
This is necessary for flux-accounting tests to pass in flux-framework/flux-core#5961