-
Notifications
You must be signed in to change notification settings - Fork 465
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
[WFCORE-429] Incremental redeployment (single file update) over manag… #1767
Conversation
Can one of the admins verify this patch? |
this is ok to test |
Path dataDir = new File(jbossBaseDir).toPath().resolve("standalone").resolve("data"); | ||
Assert.assertTrue(Files.exists(dataDir)); | ||
cleanFile(dataDir.resolve("managed-exploded").toFile()); | ||
cleanFile(new File("target/archives/" + TEST_DEPLOYMENT_NAME)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should delete the archives directory which you have created :so this should be cleanFile(new File("target", "archives"));
Linux Build 4506 outcome was FAILURE using a merge of c6933a6 Failed tests
|
Windows Build 3839 outcome was FAILURE using a merge of c6933a6 Failed tests
|
retest this please |
…ement API Adding DeploymentOperationsTestCase for testing hard requirements on deployment operations.
@ehsavoie ok now? |
@bstansberry it's ok to merge |
…ement API
Adding DeploymentOperationsTestCase for testing hard requirements on deployment operations.