[BE][CI] remove flakiness calculation in print_test_stats.py#79905
[BE][CI] remove flakiness calculation in print_test_stats.py#79905janeyx99 wants to merge 1 commit intopytorch:masterfrom
Conversation
🔗 Helpful links
✅ No Failures (1 Pending)As of commit 29a5f5d (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
f2bae7c to
29a5f5d
Compare
|
@pytorchbot merge -g |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
@janeyx99 your PR has been successfully merged. |
|
Hey @janeyx99. |
…#79905) Summary: We now use Rockset to store test case stats and we can glean flakiness from that data, so this complicated logic isn't necessary anymore! This will also prevent spurious red on trunk that occurs with this code e.g., https://github.com/pytorch/pytorch/runs/6968080598?check_suite_focus=true ## test plan print_test_stats work on the PR: https://github.com/pytorch/pytorch/runs/6974961237?check_suite_focus=true though it seems several jobs ran into HTTP 500 and Memory errors which I don't think is related to my code + more a problem with the server https://github.com/pytorch/pytorch/runs/6974938954?check_suite_focus=true Pull Request resolved: #79905 Approved by: https://github.com/zengk95, https://github.com/seemethere Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/4f08d56183a19518dba65d692f9dd23d7308fbdb Reviewed By: atalman Differential Revision: D37327501 Pulled By: janeyx99 fbshipit-source-id: c55e4d027bd1a2ed3f840a51f31f78c94b014fac
…#79905) We now use Rockset to store test case stats and we can glean flakiness from that data, so this complicated logic isn't necessary anymore! This will also prevent spurious red on trunk that occurs with this code e.g., https://github.com/pytorch/pytorch/runs/6968080598?check_suite_focus=true ## test plan print_test_stats work on the PR: https://github.com/pytorch/pytorch/runs/6974961237?check_suite_focus=true though it seems several jobs ran into HTTP 500 and Memory errors which I don't think is related to my code + more a problem with the server https://github.com/pytorch/pytorch/runs/6974938954?check_suite_focus=true Pull Request resolved: pytorch#79905 Approved by: https://github.com/zengk95, https://github.com/seemethere
…#79905) We now use Rockset to store test case stats and we can glean flakiness from that data, so this complicated logic isn't necessary anymore! This will also prevent spurious red on trunk that occurs with this code e.g., https://github.com/pytorch/pytorch/runs/6968080598?check_suite_focus=true ## test plan print_test_stats work on the PR: https://github.com/pytorch/pytorch/runs/6974961237?check_suite_focus=true though it seems several jobs ran into HTTP 500 and Memory errors which I don't think is related to my code + more a problem with the server https://github.com/pytorch/pytorch/runs/6974938954?check_suite_focus=true Pull Request resolved: pytorch#79905 Approved by: https://github.com/zengk95, https://github.com/seemethere
We now use Rockset to store test case stats and we can glean flakiness from that data, so this complicated logic isn't necessary anymore!
This will also prevent spurious red on trunk that occurs with this code e.g., https://github.com/pytorch/pytorch/runs/6968080598?check_suite_focus=true
test plan
print_test_stats work on the PR: https://github.com/pytorch/pytorch/runs/6974961237?check_suite_focus=true though it seems several jobs ran into HTTP 500 and Memory errors which I don't think is related to my code + more a problem with the server https://github.com/pytorch/pytorch/runs/6974938954?check_suite_focus=true