Commit 898b967
authored
Mii app patching test (#1616)
* Initial changes to test application update
* Add app assertions
* Save the current change
* Update ItMiiDomain test
* More changes
* verify an app from a server pod
* add code to patch the domain with a new image and verify
* Revert unintended changes
* Fix merge issues
* more cleanup
* Initial change for test number 6
* Fix ExecCommand to allow both redirect and saveResults enabled the same time
* Initial change for adding another app
* More impl for the second test case
* Add model file for the second app
* Minor cleanup
* Clean up comments
* Minor fix
* Move delete images to the end of AfterAll
* Update command to check response
* Fix a merge error
* Fix exec command
* Add code for remote repo stuff for the new tests
* Minor fixes
* Cleanup
* Fix image name
* Add an app file
* Make sure the thread joins before we save the stdout
* Remove ItWitValidation class becuase the test in it has been copied to ItMiiDomain class
* Revert "Remove ItWitValidation class becuase the test in it has been copied to ItMiiDomain class"
This reverts commit c243b49.
* Debugging
* Fix pushed image name
* Turn off debugging
* Testing
* Change single check of expected condition to quick retry
* Check app on all managed servers
* Check each pod to verify if the image has been patched
* Fine tuning
* clean up
* More cleanup
* Continue work in progress
* Add app continuous availability check and enable it with a system property
* Clean up
* More javadoc
* javadoc and cleanup
* Adjust timeout values
* Fine tuning
* Minor fix
* Use kubectl exec command for checking app continuous availability
* clean up javadoc
* Cleanup
* Minor update
* Minor update of log messages
* More cleanup of log messages and comments
* Address review comments
* Address one more comment
* Minor fix
* More logging
* Minor comment update
* Make log messages more informative
* Address a new review comment
* Fix a minor merge error
* Address more review comments
* Update javadoc
* Fix merge issues
* Update the push image code to check REPO_NAME
* remove double adding REMO_NAME
* Change baseImageName to image Name
* Fix a typo1 parent f4e9bd2 commit 898b967
File tree
29 files changed
+1240
-106
lines changed- new-integration-tests/src/test
- java/oracle/weblogic/kubernetes
- actions
- impl
- primitive
- assertions
- impl
- extensions
- utils
- resources
- apps
- sample-app-2/sample-war
- sample-app-3
- META-INF
- sample-war-3
- WEB-INF
- wdt-models
29 files changed
+1240
-106
lines changedLines changed: 7 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
497 | 496 | | |
498 | 497 | | |
499 | 498 | | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
513 | 505 | | |
514 | | - | |
| 506 | + | |
515 | 507 | | |
516 | 508 | | |
517 | 509 | | |
| |||
Lines changed: 7 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
566 | 565 | | |
567 | 566 | | |
568 | 567 | | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
582 | 574 | | |
583 | | - | |
| 575 | + | |
584 | 576 | | |
585 | 577 | | |
586 | 578 | | |
| |||
0 commit comments