-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Change dynamo_test_failures.py to silently run skipped tests #117401
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
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/117401
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 838d22c with merge base 28bb31e ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. [ghstack-poisoned]
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. ghstack-source-id: ae07805 Pull Request resolved: #117401
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. [ghstack-poisoned]
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. [ghstack-poisoned]
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. [ghstack-poisoned]
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. [ghstack-poisoned]
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. ghstack-source-id: 4c42625 Pull Request resolved: #117401
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. [ghstack-poisoned]
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. [ghstack-poisoned]
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. [ghstack-poisoned]
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. [ghstack-poisoned]
- We silently run skipped tests and then raise a skip message with the error message (if any) - Instead of raising expectedFailure, we raise a skip message with the error message (if any) We log the skip messages in CI, so this will let us read the logs and do some basic triaging of the failure messages. Test Plan: - existing tests. I hope that there are no tests that cause each other to fail. ghstack-source-id: 6b69fd8 Pull Request resolved: #117401
@pytorchbot merge -f "dynamo shard passed" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Stack from ghstack (oldest at bottom):
error message (if any)
error message (if any)
We log the skip messages in CI, so this will let us read the logs and do
some basic triaging of the failure messages.
Test Plan:
to fail.