Skip to content
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 X-Pack JUnit output dir #32256

Merged
merged 2 commits into from
Mar 1, 2019
Merged

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Feb 28, 2019

The X-Pack tests are currently being configured with a junit.rootDirectory of {abs}/x-pack in most cases, which removes the prefix from paths in the reports but is also causes the reports to be written to x-pack/target/.... This means we have junit reports in multiple locations which breaks our automation to create issues for failed tests. This removes the configuration from where it was used, keeping it as an option in the classes themselves so they can be tested in sub directories.

@elasticmachine

This comment has been minimized.

@spalger spalger force-pushed the fix/x-pack-junit-dir branch from 16ccfb6 to d8e0e62 Compare February 28, 2019 23:38
@spalger spalger marked this pull request as ready for review March 1, 2019 00:17
@spalger spalger requested a review from joshdover March 1, 2019 00:17
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@spalger spalger requested a review from tylersmalley March 1, 2019 16:57
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@spalger spalger merged commit d58b663 into elastic:master Mar 1, 2019
spalger pushed a commit to spalger/kibana that referenced this pull request Mar 1, 2019
spalger pushed a commit to spalger/kibana that referenced this pull request Mar 1, 2019
spalger pushed a commit to spalger/kibana that referenced this pull request Mar 1, 2019
# Conflicts:
#	src/functional_test_runner/lib/config/schema.ts
spalger pushed a commit to spalger/kibana that referenced this pull request Mar 1, 2019
# Conflicts:
#	src/functional_test_runner/lib/config/schema.ts
spalger pushed a commit to spalger/kibana that referenced this pull request Mar 1, 2019
# Conflicts:
#	src/functional_test_runner/lib/config/schema.ts
#	x-pack/test/functional/config.js
spalger pushed a commit that referenced this pull request Mar 2, 2019
Backports the following commits to 6.6:
 - [junit] use default rootDirectory for project  (#32256)
spalger pushed a commit that referenced this pull request Mar 2, 2019
Backports the following commits to 6.7:
 - [junit] use default rootDirectory for project  (#32256)
spalger pushed a commit that referenced this pull request Mar 2, 2019
Backports the following commits to 7.0:
 - [junit] use default rootDirectory for project  (#32256)
spalger pushed a commit that referenced this pull request Mar 2, 2019
# Conflicts:
#	src/functional_test_runner/lib/config/schema.ts
#	x-pack/test/functional/config.js
@spalger
Copy link
Contributor Author

spalger commented Mar 2, 2019

7.x: 2701921
7.0: 3538af2
6.7: 85521ae
6.6: defcf02
6.5: f43652f

spalger pushed a commit that referenced this pull request Mar 2, 2019
Backports the following commits to 7.x:
 - [junit] use default rootDirectory for project  (#32256)
@spalger spalger added v5.6.16 and removed v5.6.16 labels Mar 7, 2019
@spalger spalger deleted the fix/x-pack-junit-dir branch August 18, 2020 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants