-
Notifications
You must be signed in to change notification settings - Fork 124
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
Added DHF4 project with test cases for verifying the deployment #1640
Added DHF4 project with test cases for verifying the deployment #1640
Conversation
} | ||
dependencies { | ||
classpath "com.marklogic:ml-data-hub:4.1.0-rc1" | ||
} |
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.
I guess this will have to be changed to 4.1.0 after release
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.
Yeah I just marked this as WIP - I'm going to update it as I test out new bug fixes.
@srinathgit @akshaysonvane I verified that this is running fine with 4.1.0-rc2 and all the tests pass. We can still wait on merging it until 4.1.0 is released. |
Thanks @rjrudin for verifying that it is running fine with 4.1.0-rc2. |
@rjrudin Bring this in, or wait for the changes to the tests you're working on? |
Most of the tests in VerifyDeploymentTest do not pass when using DHF 4.0.3
@aebadirad @srinathgit @akshaysonvane I updated this to depend on 4.1.0. I retested it locally, all looks fine. Also ran mlReloadModules and then ran the test cases, everything looked good. |
Alright. Bringing this in. |
Most of the tests in VerifyDeploymentTest do not pass when using DHF 4.0.3.
I figure we can add to this too as we identify additional resources that a user is likely to deploy in a DHF app.