-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
CFNv2: Standardise on test reporting #12984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 21m 45s ⏱️ - 1h 21m 8s Results for commit df5eea9. ± Comparison against base commit 4258f76. This pull request removes 4073 tests.
♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 33m 10s ⏱️ Results for commit df5eea9. ♻️ This comment has been updated with latest results. |
Motivation
It would be good going forward to be able to automatically parse the number of tests executed and skipped so that we can easily report progress.
Changes
conftest.py
which adds a reporting line for number of skips ifPROVIDER_OVERRIDE_CLOUDFORMATION=engine-v2
, for example (at time of creating):See an example from this PR's CI here
We can then read this value from the latest CI run to see progress
Note
See how we technically support more of the test suite with the v2 provider than the v1 provider!