-
-
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
Conversation
LocalStack Community integration with Pro 2 files 2 suites 22m 27s ⏱️ Results for commit f95de6c. ♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 33m 56s ⏱️ - 1h 46m 22s Results for commit f95de6c. ± Comparison against base commit 6cc56f7. This pull request removes 4408 tests.
♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We still have a bit of skipped tests
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!