-
Notifications
You must be signed in to change notification settings - Fork 6.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
db_crashtest preserves expected values file for failed crash tests #7534
Conversation
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.
@jay-zhuang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
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, thanks for the fast fix!
BTW, there is an upload step for failed runs in CI (see internal wiki w MySQL/RocksDB/Oncall/Stress_test/
). We might need to somehow add this file to include it in the tar.
If crash test fails, don't delete the `expected_values_file` for later debug. More details: facebook#7530 Test Plan: local host
@jay-zhuang has updated the pull request. You must reimport the pull request before landing. |
@jay-zhuang has updated the pull request. You must reimport the pull request before landing. |
thanks for pointing out. Changed the
|
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.
@jay-zhuang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@jay-zhuang merged this pull request in 9e03e4d. |
…acebook#7534) Summary: If crash test fails, don't delete the `expected_values_file` for later debug. More details: facebook#7530 Pull Request resolved: facebook#7534 Test Plan: local host Reviewed By: ajkr Differential Revision: D24239655 Pulled By: jay-zhuang fbshipit-source-id: 3566f91a30aae1e27d2f51d910cddd08edb7d4cf
If crash test fails, don't delete the
expected_values_file
for laterdebug. More details: #7530
Test Plan: local host