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
add tests (especially the canned input / output, json file tests) for requirement-check
add tests (same as above) for uncertainty
make tests resilient to future adapter changes:
a. record the versions for current adapters
b. if adapter version changes, xfail the test for the given adapter only if the test actually fails
c. have a test that doesn't run during CICD, that always fails when versions change (this will be run in nightlies and alert us)
requirement-checkuncertaintya. record the versions for current adapters
b. if adapter version changes, xfail the test for the given adapter only if the test actually fails
c. have a test that doesn't run during CICD, that always fails when versions change (this will be run in nightlies and alert us)