Improve stability of DB creation in parallel nightly run #2461
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.Adding synchronization to setupDBandRCUschema (the entry point for ItFmw* class to start DB and create RCU schema) and createRcuSchema. We have already had synchronization for startOracleDB.
2. Moving ItFmwDomainInPVUsingWDT and ItFmwDynamicDomainInPV to kind-sequential. In this way we still have ItFmwDomainInPVUsingWLST and tFmwDynamicClusterMiiDomain in the parallel run to cover Fmw domain in PV and Fmw dynamic cluster use cases.
Kind new parallel run 3 times in a row without DB creation issue
https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/5704/
https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/5705/
https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/5706/
wko-tmp 4 parallel run 4 times in a row without DB creation issue
https://build.weblogick8s.org:8443/job/wko-tmp/55/
https://build.weblogick8s.org:8443/job/wko-tmp/56/
https://build.weblogick8s.org:8443/job/wko-tmp/57/ (ItFmwMiiDomain.testFmwModelInImage failed with Calling web app failed)
https://build.weblogick8s.org:8443/job/wko-tmp/58
wko-tmp kind-sequential passed at
https://build.weblogick8s.org:8443/job/wko-tmp/54/
with added ItFmwDomainInPVUsingWDT and ItFmwDynamicDomainInPV