-
Notifications
You must be signed in to change notification settings - Fork 216
Add coherence integration test with istio #2485
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
Conversation
|
LGTM. However, I'd suggest that we add one more test to coherence integration test with istio using managed coherence. That way, we can test istio's LBer feature by associating a Coherence Cluster with WebLogic server clusters. |
| ListenPort: 8100 | ||
| CoherenceClusterSystemResource: CoherenceCluster | ||
| CoherenceMemberConfig: | ||
| UnicastListenAddress: 'coherence-managed-domain-cluster-1-managed-server${id}' |
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 thought you were going to have a domainUID property here instead of hardcoding the domain id here.
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.
this is a temporary workaround, till we resolve OWLS-91266. This section will be removed once we resolve OWLS-91266.
| ListenPort: 8100 | ||
| CoherenceClusterSystemResource: CoherenceCluster | ||
| CoherenceMemberConfig: | ||
| UnicastListenAddress: 'coherence-managed-domain-cluster-2-managed-server${id}' |
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.
same comment as above
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.
this is a temporary workaround, till we resolve OWLS-91266. This section will be removed once we resolve OWLS-91266.
bhavaniravichandran
left a comment
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.
LG
Add coherence integration test with istio
The Coherence Integration Test with ISTIO works now with explicit UnicastListenAddress configuration
Ref: https://jira.****/jira/browse/OWLS-91266 ( dependent JIRA )
Also modified existing Coherance test by removing AfterAll() method
External Jenkin Result
https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/5833 ( Only Coherance Test )
https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/5836
ItIstioManagedCoherence.testIstioMultiClusterCoherenceDomain fails as the coherence cache count mismatch when ISTIO is enabled. Need to work with coherence team.