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

Make --debug-server-jvm work with new test framework #93355

Merged

Conversation

mark-vieira
Copy link
Contributor

The new junit rest testing framework wasn't respecting passing --debug-server-jvm to debug the Elasticsearch server when running rest integration tests. This addresses that gap.

Closes #93144 (comment)

@mark-vieira mark-vieira added >non-issue :Delivery/Build Build or test infrastructure auto-backport-and-merge Automatically create backport pull requests and merge when ready v8.6.2 v7.17.10 labels Jan 30, 2023
@elasticsearchmachine elasticsearchmachine added Team:Delivery Meta label for Delivery team v8.7.0 labels Jan 30, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.6
7.17 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 93355

mark-vieira added a commit to mark-vieira/elasticsearch that referenced this pull request Jan 30, 2023
# Conflicts:
#	test/test-clusters/src/main/java/org/elasticsearch/test/cluster/local/LocalClusterFactory.java
mark-vieira added a commit to mark-vieira/elasticsearch that referenced this pull request Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport-and-merge Automatically create backport pull requests and merge when ready :Delivery/Build Build or test infrastructure >non-issue Team:Delivery Meta label for Delivery team v7.17.10 v8.6.2 v8.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--debug-server-jvm option doesn't work for YAML tests any more
2 participants