Skip to content

Commit c36bb99

Browse files
joshitagakibrianchandotcom
authored andcommitted
LPD-78655 Additional HSQL testing Virtual Instance
1 parent afa2629 commit c36bb99

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

test.properties

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5110,9 +5110,16 @@
51105110
(portal.acceptance != quarantine) AND \
51115111
(portal.release == true) AND \
51125112
(portal.upstream != quarantine)\
5113+
) OR \
5114+
(\
5115+
(portal.acceptance == true) AND \
5116+
(portal.release == true) AND \
5117+
(portal.upstream == true) AND \
5118+
(testray.main.component.name == "Virtual Instances")\
51135119
) AND \
51145120
(database.partition.enabled == null) AND \
5115-
(testray.main.component.name != "Database Partitioning")
5121+
(testray.main.component.name != "Database Partitioning"\
5122+
)
51165123

51175124
test.batch.run.property.query[functional-tomcat-mariadb106-jdk21_zulu][portal-release]=\
51185125
(portal.smoke == true)
@@ -5131,9 +5138,7 @@
51315138
(portal.acceptance != quarantine) AND \
51325139
(portal.release == true) AND \
51335140
(portal.upstream != quarantine)\
5134-
) AND \
5135-
(database.partition.enabled == null) AND \
5136-
(testray.main.component.name != "Database Partitioning")
5141+
)
51375142

51385143
test.batch.run.property.query[functional-tomcat-mysql80-jdk21_zulu][portal-release][portal]=\
51395144
(portal.smoke == true)

0 commit comments

Comments
 (0)