@@ -446,11 +446,9 @@ public void testSecondOpSharingSameExternalRestPortNegativeInstall() throws Exce
446
446
* Initialize the operator with elkIntegrationEnabled attribute set to "true".
447
447
* Install the operator.
448
448
* Installation should fail as elkIntegrationEnabled is supposed to be boolean.
449
- *
450
- * Initialize the operator with javaLoggingLevel attribute set to "VERBOSE".
449
+ * Initialize the operator with javaLoggingLevel attribute set to "VERBOSE".
451
450
* Install the operator.
452
451
* Installation should fail as VERBOSE is not a valid value for javaLoggingLevel
453
- *
454
452
* @throws Exception when operator installation does not fail
455
453
*/
456
454
@ Test
@@ -533,7 +531,7 @@ public void testCreateWithMissingTargetDomainInstall() throws Exception {
533
531
/**
534
532
* Install the operator with empty string as target domains namespaces
535
533
* This is equivalent of QuickStart guide does when it installs the operator
536
- * with ' --set "domainNamespaces={}" '
534
+ * with ' --set "domainNamespaces={}" '.
537
535
*
538
536
* @throws Exception when operator pod is not ready
539
537
*/
@@ -567,8 +565,7 @@ public void testCreateWithEmptyTargetDomainInstall() throws Exception {
567
565
* Upgrade the operator target domainNamespaces to include namespace for domain2
568
566
* Verify both domains are managed by the operator by making a REST API call
569
567
* Call helm upgrade to remove the first domain from operator target domainNamespaces
570
- * Verify it can't be managed by operator anymore
571
- *
568
+ * Verify it can't be managed by operator anymore.
572
569
* @throws Exception when an operator fails to manage the domain as expected
573
570
*/
574
571
@ Test
@@ -631,10 +628,9 @@ public void testAddRemoveDomainUpdateOperatorHC() throws Exception {
631
628
/**
632
629
* Create operator and verify it is deployed successfully
633
630
* Create domain1 and verify domain is started
634
- * Delete operator
635
- * Make sure domain1 is still accessible by checking livenessprobe for server(s)
636
- *
637
- * @throws Exception when domain1 is not accessible in the absense of operator
631
+ * Delete operator.
632
+ * Make sure domain1 is still accessible by checking liveness probe for server(s)
633
+ * @throws Exception when domain1 is not accessible in the absence of operator
638
634
*/
639
635
@ Test
640
636
public void testDeleteOperatorButNotDomain () throws Exception {
0 commit comments