-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[Test] Rework detecting elasticsearch process in docker tests #128013
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pinging @elastic/es-delivery (Team:Delivery) |
9591332
to
9de0dd6
Compare
This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer
jps doesnt work well with different users
547c9d6
to
4ec45bd
Compare
💔 Backport failed
You can use sqren/backport to manually backport by running |
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
May 16, 2025
…c#128013) * [Test] Rework detecting elasticsearch process in docker tests This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer * Remove few muted tests * Reuse ps for detecting processes but use pipe to find the right one jps doesnt work well with different users * Tweak java command running lookup to work with wolfi * Cleanup changes * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co> (cherry picked from commit f0d7ec4) # Conflicts: # muted-tests.yml
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
May 16, 2025
…c#128013) * [Test] Rework detecting elasticsearch process in docker tests This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer * Remove few muted tests * Reuse ps for detecting processes but use pipe to find the right one jps doesnt work well with different users * Tweak java command running lookup to work with wolfi * Cleanup changes * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co> (cherry picked from commit f0d7ec4) # Conflicts: # muted-tests.yml # qa/packaging/src/test/java/org/elasticsearch/packaging/util/docker/Docker.java
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
May 16, 2025
…c#128013) * [Test] Rework detecting elasticsearch process in docker tests This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer * Remove few muted tests * Reuse ps for detecting processes but use pipe to find the right one jps doesnt work well with different users * Tweak java command running lookup to work with wolfi * Cleanup changes * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co> (cherry picked from commit f0d7ec4) # Conflicts: # muted-tests.yml # qa/packaging/src/test/java/org/elasticsearch/packaging/util/docker/Docker.java
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
May 16, 2025
…c#128013) * [Test] Rework detecting elasticsearch process in docker tests This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer * Remove few muted tests * Reuse ps for detecting processes but use pipe to find the right one jps doesnt work well with different users * Tweak java command running lookup to work with wolfi * Cleanup changes * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co> (cherry picked from commit f0d7ec4) # Conflicts: # muted-tests.yml
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
breskeby
added a commit
that referenced
this pull request
May 16, 2025
… (#128101) * [Test] Rework detecting elasticsearch process in docker tests This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer * Remove few muted tests * Reuse ps for detecting processes but use pipe to find the right one jps doesnt work well with different users * Tweak java command running lookup to work with wolfi * Cleanup changes * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co> (cherry picked from commit f0d7ec4) # Conflicts: # muted-tests.yml
breskeby
added a commit
that referenced
this pull request
May 16, 2025
… (#128104) * [Test] Rework detecting elasticsearch process in docker tests This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer * Remove few muted tests * Reuse ps for detecting processes but use pipe to find the right one jps doesnt work well with different users * Tweak java command running lookup to work with wolfi * Cleanup changes * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co> (cherry picked from commit f0d7ec4) # Conflicts: # muted-tests.yml
breskeby
added a commit
that referenced
this pull request
May 16, 2025
… (#128103) * [Test] Rework detecting elasticsearch process in docker tests This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer * Remove few muted tests * Reuse ps for detecting processes but use pipe to find the right one jps doesnt work well with different users * Tweak java command running lookup to work with wolfi * Cleanup changes * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co> (cherry picked from commit f0d7ec4) # Conflicts: # muted-tests.yml # qa/packaging/src/test/java/org/elasticsearch/packaging/util/docker/Docker.java
breskeby
added a commit
that referenced
this pull request
May 16, 2025
… (#128102) * [Test] Rework detecting elasticsearch process in docker tests This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer * Remove few muted tests * Reuse ps for detecting processes but use pipe to find the right one jps doesnt work well with different users * Tweak java command running lookup to work with wolfi * Cleanup changes * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co> (cherry picked from commit f0d7ec4) # Conflicts: # muted-tests.yml # qa/packaging/src/test/java/org/elasticsearch/packaging/util/docker/Docker.java
richard-dennehy
pushed a commit
to richard-dennehy/elasticsearch
that referenced
this pull request
May 19, 2025
…c#128013) * [Test] Rework detecting elasticsearch process in docker tests This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer * Remove few muted tests * Reuse ps for detecting processes but use pipe to find the right one jps doesnt work well with different users * Tweak java command running lookup to work with wolfi * Cleanup changes * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
auto-backport
Automatically create backport pull requests when merged
auto-merge-without-approval
Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!)
backport pending
:Delivery/Build
Build or test infrastructure
:Delivery/Packaging
RPM and deb packaging, tar and zip archives, shell and batch scripts
>non-issue
Team:Delivery
Meta label for Delivery team
v8.17.7
v8.18.2
v8.19.0
v9.0.2
v9.1.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This tweaks detecting the elasticsearch process id by using jps instead of ps which has been problematic in the past exceeding available COLUMN sizes due to es commandline invocation getting longer and longer.
fixes #128007 #128019 #128031 #127437 #128044