-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Diagnostic files not being archived as expected with test_output #1193
Comments
We currently set jtreg tests as only retain files generated by test that fail or cause error. That is if test pass and no error all generated files will be deleted after each test completes executing. Some special case is there are system dump generated by passing tests, which dump files will be deleted. In order to keep those file we can update to retain those files by using file name pattern. |
Good catch, the 2 cases that were reported through Slack are when tests report as passed (but a crash is still seen). |
Interesting, even if set with option to retain files that match a specific filename there are no those files under that specific folder described with console output 'tests/TestConfig/test_output_15613907978889/jdk_util_0/work/scratch/4/core.20190624.114421.14985.0001.dmp' |
So two notes here
|
There have been 2 reports of core files generated from openjdk test crashes not getting archived. We believe this functionality should work when ARCHIVE_TEST_RESULTS is selected in a Grinder job (#1073), but we should investigate why it is not.
The text was updated successfully, but these errors were encountered: