You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests for overrideDistributionStrategy (#1768)
* Adding config distribution strategy tests
* Adding distribution stratgey test
* Adding configmap in patch string
* fix configmap name
* wip
* wip
* wip
* patch the domain after config change
* adding test with distributionstrategy as DYNAMIC
* increment the introspect version
* Added more test scenarios
* Add configuration property reader servlet
* Deploy the application right after creating domain
* Formatting
* change the attribute value
* wip
* add a restart method
* Fix formatting
* Add the patching
* Fix pod check
* Get the pod creation timestamp after restart
* move the podready after startdomain
* wip
* wip
* Adding data source related tests
* wip
* wip
* wip
* wip
* wip
* wip
* override datasource with new url and user/password
* remove open option
* add secrets in the configuration
* correct the path for secrets
* Print jdbc data source attributes
* add checks for jdbc ds params
* move verify overrides to separate method
* Refactor and cleanup code
* fix t3channelport for domain
* lookup jdbc resource mbean from runtimeservicembean
* Fix the attribute values
* fix url
* Refactor the code
* use static imports
* Fix shutdown domain
* Remove overrides and secrets when restoring domain
* Add a flag for debug printing
* Move the iintrospector check and pod state checks to separate methods
* javadoc cleanup
* Use static imports
* Fix typo
* Move the copy operations in its own try/catch block to prevent build
failure
* Remove the override verifications since patching fails with invalid values
for overridestrategy
* don't assert the patching in afterEach
* Introduced a dynamic wait until config is updated.
Introduced introspector run check during cold restart.
* Correct param index
* Addressed Bhavani's review comments
* Addressing Marina's review comments
* liveness probe script 'copy new sit cfg' fix
* minor IT test fix - Always --> IfNotPresent
* revert minor IT test fix - IfNotPresent goes back to Always, fix missing import
* Adding a new cluster as part of override
* add a test method for resource restart
* Restart datasource
* Split the patching into multiple parts
* Corrected the patch string, replicas should be a number not a string
* Correct debug params
* Correct typo
* Refactor for new cluster
* Create second data source
* Fix listServers
* Refactor the code to create new cluster through onliine WLST and bring up
cluster using introspection
* add namespace for NGINX
* Fix typo
* correct typo
* correct syntax error
* Fix string concat
* Uninstall NGINX
* Move the confgi update check after new cluster startup verification
* Add ingress controller
* Fix nginx
* fix
* Add all targets for application clusterview
* rename vars
* Separate adding the new cluster and config overrides into separate
usecases
* Add a check for new servers
* fix imports
* Revert changes to ingress creation
* javadoc fix
* move the for out of try catch
* put domainRuntime lookup inside try catch since it is only available in
admin server
* deploy app to admin server as well
* Provide a empty string to delete overridesconfigmap
* Remove everything under configuration
* move delete secrets to on_restart test
* cleanup comments
* change the secret name
* Disable the failing tests until bug
https://jira.oraclecorp.com/jira/browse/OWLS-82977
is fixed
* Checking for the default token in default service account to fix the test
failures in kind cluster runs
* Using a utlity method to increment the introspectVersion
* Added a new test scenario where configmap is recreated with new override
content and applying the override through introspection
* Test fixes made based on the bug fix
https://jira.oraclecorp.com/jira/browse/OWLS-82977
* Fix secret name
Co-authored-by: Tom Barnes <tom.barnes@oracle.com>
0 commit comments