You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compatibility test suite has always relied on manual procedures to
generate the answer files (aka pickle files). This has proven inadequate
as the current test suite will actually fail if you regenerate the
answer files. meaning that test cases were committed to the test suite
that weren't actually being tested.
This PR does three things.
1. Centralizes the definition of generate modules. This simplifies the
addition of new compatibility test suites.
2. Creates a mechanism to ensure that any change to a compatibility test
suite will force a regeneration of the answer files.
3. Temporarily comment out failing test cases:
Separate PRs will need to be created to fix the newly commented out test
cases.
---------
Signed-off-by: Allen Samuels <allenss@amazon.com>
0 commit comments