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

DHFPROD-1693 Use CMA with ml-gradle 3.11 #1764

Merged
merged 2 commits into from Jan 23, 2019

Conversation

ryanjdew
Copy link
Contributor

No description provided.

if (serverVersion.matches("^[9]\\.0-([6789]|[0-9]{2,})(\\.\\d+)?")) {
// only on 9.0-5 are amps uninstalled at all.
logger.warn("Amps from uninstalled data hub framework to remain, but are disabled.");
super.execute(context);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We used to uninstall amps in 9.0-5 and not in any other version. Now it looks like we are uninstalling in all other versions except 9.0-5 ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, let's make sure that we're consistent in the uninstallation of amps.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now checking for "-SNAPSHOT" to determine if amps are uninstalled.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should split the middle between wanting one path to handle amps, while also not slowing our tests to a crawl. @srinathgit good for you?

@aebadirad aebadirad merged commit 8aa609d into marklogic:develop Jan 23, 2019
@ryanjdew ryanjdew deleted the dhfprod-1693 branch October 10, 2019 19:57
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.

None yet

3 participants