FISH-13354: create simple deployment group deployment & redeployment tests (Payara7)#8080
Open
astoica1 wants to merge 19 commits intopayara:mainfrom
Open
Conversation
Pandrex247
requested changes
Apr 17, 2026
Member
Pandrex247
left a comment
There was a problem hiding this comment.
Missing an entry in the Jenkinsfile - this test isn't actually being run
…ent-Group-Deployment-tests' into FISH-13354-Create-Simple-Deployment-Group-Deployment-tests # Conflicts: # appserver/tests/functional/deployment-groups/test_deployment_group.py
Pandrex247
reviewed
Apr 20, 2026
Comment on lines
+403
to
+405
| sh """curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py""" | ||
| sh """python3 get-pip.py --user""" | ||
| sh """$HOME/.local/bin/pip install -r appserver/tests/functional/deployment-groups/requirements.txt""" |
Member
There was a problem hiding this comment.
I dislike this being a part of the Jenkinsfile
It should be a part of the image
Contributor
Author
There was a problem hiding this comment.
This would need another task be created.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Create simple deployment group deployment redeployment tests
Description
This PR adds 4 new tests targeting deployment groups:
Important Info
Blockers
None
Testing
New tests added
Testing Performed
Testing Environment
MacOS, JDK11, Latest Payara6 Enterprise head
Documentation
See README.md file