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

GPU-1579: Use Mesh 3.0.0 for the testing. #330

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open

GPU-1579: Use Mesh 3.0.0 for the testing. #330

wants to merge 6 commits into from

Conversation

plyhun
Copy link
Contributor

@plyhun plyhun commented Jul 16, 2024

No description provided.

@plyhun plyhun requested a review from npomaroli July 16, 2024 10:19
@CLAassistant
Copy link

CLAassistant commented Jul 16, 2024

CLA assistant check
All committers have signed the CLA.

@@ -314,6 +314,46 @@
</execution>
</executions>
</plugin>
<plugin>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Drop the connector + driver into the target/connector folder, for the docker container binding.


/**
* Mesh Context that starts a Mesh container
*/
public class MeshContext extends GenericContainer<MeshContext> {

public static final String DOCKER_NET = "DOCKER_NET";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Configurable docker image and network.

properties.setProperty("url", properties.getProperty("url") + MESH_DATABASE_SUFFIX);
dbUtils = SQLUtilsFactory.getSQLUtils(properties);
dbUtils.connectDatabase();
//dbUtils.createDatabase();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Collation is not added by default.

/**
* Currently tested Mesh Version
*/
public final static String TESTED_MESH_VERSION = "2.1.0";
public final static String TESTED_MESH_VERSION = "3.0.0-SNAPSHOT";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO don't forget to release!

@@ -49,7 +49,7 @@
<!-- dd.MM.YYYY -->
<alohaeditor.date>10.07.2024</alohaeditor.date>
<!-- Dependency to Mesh Client Version. Tested Mesh Server Version is defined with com.gentics.contentnode.testutils.mesh.MeshContext.TESTED_MESH_VERSION -->
<mesh.version>2.1.0</mesh.version>
<mesh.version>3.0.0-SNAPSHOT</mesh.version>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO don't forget to release!

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