Page MenuHomePhabricator

ApiPerformTest: Implement nocache parameter
Open, Needs TriagePublic

Description

Description

Many calls to ApiPerformTest (in JS files) specify wikilambda_perform_test_nocache = false, but there's no code that handles the parameter in ApiPerformTest.php. It is likely to be a useful parameter in the future, in connection with updating implementation rankings (i.e., it will be useful to set it to true, so that all test results are generated live, rather than retrieved from the cache).

Desired behavior/Acceptance criteria

  • When the parameter is set to true, all test results are generated live (by calling the orchestrator), rather than retrieved from the cache.

Completion checklist