flux-framework / flux-accounting

bank/accounting interface for the Flux resource manager
https://flux-framework.readthedocs.io/projects/flux-accounting/en/latest/index.html
GNU Lesser General Public License v3.0
3 stars 10 forks source link

testsuite: enable guest access to testexec #449

Closed grondo closed 6 months ago

grondo commented 6 months ago

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

grondo commented 6 months ago

Sure, sounds good. I'll add MWP here.