File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator/utils Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -874,9 +874,9 @@ private void createPV() throws Exception {
874
874
/**
875
875
* Verify domain server pods get restarted after a property change.
876
876
*
877
- * @param oldPropertyString
878
- * @param newPropertyString
879
- * @throws Exception
877
+ * @param oldPropertyString - the old property value
878
+ * @param newPropertyString - the new property value
879
+ * @throws Exception - IOException or errors occurred if the tested server is not restarted
880
880
*/
881
881
public void verifyDomainServerPodRestart (String oldPropertyString , String newPropertyString )
882
882
throws Exception {
@@ -969,13 +969,12 @@ public void findServerPropertyChange(String changedProperty, String serverName)
969
969
}
970
970
971
971
/**
972
- * verify domain server pods get restarted after the property change by kubectl apply -f new
973
- * domain yaml file with added/changed property
972
+ * Verify domain server pods get restarted after the property change by kubectl apply -f new
973
+ * domain yaml file with added/changed property.
974
974
*
975
975
* @param fileNameWithChangedProperty - the fragment of domain yaml file with new added property
976
976
* change
977
- * @throws Exception - IOException when file is copied or errors occurred if the tested server is
978
- * not restarted
977
+ * @throws Exception - IOException or errors occurred if the tested server is not restarted
979
978
*/
980
979
public void verifyDomainServerPodRestart (String fileNameWithChangedProperty ) throws Exception {
981
980
logger .info ("Inside testDomainServerPodRestart domainYamlWithChangedProperty" );
You can’t perform that action at this time.
0 commit comments