Page MenuHomePhabricator

Write up a proposal to revamp how Testers work in the middleware
Open, Needs TriagePublic

Description

Description

The code that assembles function calls for testing makes some assumptions. Crucially, it assumes that the call to the function under test (Z20K1) will be the top-level object in Z20K2. We could relax this assumption if the code that assembles function calls used partial function application instead of trying to splice bespoke function calls together.

Desired behavior/Acceptance criteria

  • PRD for this feature is written and discussed
  • tester code can be more flexible, e.g. functions under test would not have to be the top-level object under Z20K2

Completion checklist