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

FISH-8103 : checking if app already deployed on instance to just crea… #7036

Conversation

luiseufrasio
Copy link
Contributor

Description

For a specific scenario, asadmin undeploy command is not working as expected.

Important Info

Blockers

none

Testing

New tests

none

Testing Performed

Steps:

  1. Build Payara
  2. asadmin create-instance --node=localhost-domain1 i1
  3. asadmin create-deployment-group dg1
  4. asadmin add-instance-to-deployment-group --instance=i1 --deploymentGroup=dg1
  5. asadmin start-instance i1
  6. asadmin deploy --target i1 C:\code\reproducers\WepApp\Shared-Session-1.0.war (attached in https://payara.atlassian.net/browse/FISH-8103)
  7. asadmin create-application-ref --target=dg1 Shared-Session-1.0
  8. asadmin undeploy --target dg1 Shared-Session-1.0

After these steps the app should be uneployed without errors

Testing Environment

Zulu JDK 11 on Windows 11 with Maven 3.9.0

Documentation

None

@luiseufrasio luiseufrasio merged commit ef4ffc2 into payara:main Oct 28, 2024
1 check passed
Pandrex247 pushed a commit to Pandrex247/Payara that referenced this pull request Nov 11, 2024
…deploy-command-not-working-p6

FISH-8103 : checking if app already deployed on instance to just crea…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants