-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix test tools #73082
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
Fix test tools #73082
Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 569f80d (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
| Job | Step | Action |
|---|---|---|
| Unknown | 🔁 rerun |
This comment was automatically generated by Dr. CI (expand for details).
Please report bugs/suggestions to the (internal) Dr. CI Users group.
|
@pytorchbot merge this please |
|
Hey @janeyx99. |
Summary: This is a temp fix to get trunk green (uses newer stats). The reason the test failed before was because the tests referred to old stats that were deleted after their lifecycle in S3. However, we need to come up with a better way of testing this as this same failure will occur again in a few months. Pull Request resolved: #73082 Test Plan: automation Reviewed By: malfet Differential Revision: D34344637 Pulled By: malfet fbshipit-source-id: ab41b767f84b5d347de4a6da57d6b2247e5b5f73
This is a temp fix to get trunk green (uses newer stats). The reason the test failed before was because the tests referred to old stats that were deleted after their lifecycle in S3. However, we need to come up with a better way of testing this as this same failure will occur again in a few months. Pull Request resolved: pytorch/pytorch#73082
This is a temp fix to get trunk green (uses newer stats). The reason the test failed before was because the tests referred to old stats that were deleted after their lifecycle in S3. However, we need to come up with a better way of testing this as this same failure will occur again in a few months. Pull Request resolved: pytorch/pytorch#73082
This is a temp fix to get trunk green (uses newer stats). The reason the test failed before was because the tests referred to old stats that were deleted after their lifecycle in S3. However, we need to come up with a better way of testing this as this same failure will occur again in a few months. Pull Request resolved: pytorch/pytorch#73082
This is a temp fix to get trunk green (uses newer stats). The reason the test failed before was because the tests referred to old stats that were deleted after their lifecycle in S3.
However, we need to come up with a better way of testing this as this same failure will occur again in a few months.