-
Notifications
You must be signed in to change notification settings - Fork 4k
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
chore(aws-cdk-lib): catch another proptest failure #32751
base: main
Are you sure you want to change the base?
Conversation
Another proptest that says that between two aspects A and B, A has to come first... but that cannot be true if A is added after B. Add in a condition that checks that A lives at least as long as B if it needs to be executed before B.
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.
A has to come first... but that cannot be true if A is added after B.
Not super versed in this, but doesn't this depend on the priority of A and B? like, A is added after B but with a higher priority than B?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #32751 +/- ##
=======================================
Coverage 81.38% 81.38%
=======================================
Files 222 222
Lines 13750 13750
Branches 2423 2423
=======================================
Hits 11191 11191
Misses 2279 2279
Partials 280 280
Flags with carried forward coverage won't be shown. Click here to find out more.
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Another proptest that says that between two aspects A and B, A has to come first... but that cannot be true if A is added after B.
Add in a condition that checks that A lives at least as long as B if it needs to be executed before B.
Here is a broken case:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license