-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEX-270] Use HZ EE connector for CDC tests (#192)
hazelcast-jet-ansible PR: hazelcast/hazelcast-jet-ansible#141 Jenkins job: https://jenkins.hazelcast.com/view/Jet%20-%20Misc/job/jet-soak-tests-ondrej/290/console - 15hours soak test passed - `isolated-jobs-stream-test.log isolated-jobs-batch-test.log` failed due to the license and it's not related to this PR - it was executed with `.setProperty("database.server.id", clusterName.contains(STABLE_CLUSTER) ? 444444 : 555555)` since there was issue in the connector with `setDatabaseClientId`. However it's already fixed hence `.setDatabaseClientId(clusterName.contains(STABLE_CLUSTER) ? 444444 : 555555)` is used in this PR.
- Loading branch information
Showing
4 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters