Skip to content

Commit 3f91801

Browse files
Enable the balanced GC mode for system tests. (#6640)
* Enable the balanced GC mode for system tests. - MathLoadTest_bigdecimal_5m - ParallelStreamsLoadTest_J9 - HeapHogLoadTest_5m - DBBLoadTest_5m - LambdaLoadTest_J9_5m - MathLoadTest_autosimd_5m - MiniMix_5m - ObjectTreeLoadTest_5m Signed-off-by:Amrutha Kanhirathingal <[email protected]> * New target updated level as special and impls as openj9
1 parent 583f188 commit 3f91801

File tree

3 files changed

+113
-0
lines changed

3 files changed

+113
-0
lines changed

system/lambdaLoadTest/playlist.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
<variations>
3434
<variation>Mode110</variation>
3535
<variation>Mode610</variation>
36+
<variation>Mode501</variation>
37+
<variation>Mode551</variation>
3638
</variations>
3739
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=LambdaLoadTest -test-args=$(Q)timeLimit=5m$(Q); \
3840
$(TEST_STATUS)</command>
@@ -159,6 +161,8 @@
159161
<variations>
160162
<variation>Mode110</variation>
161163
<variation>Mode610</variation>
164+
<variation>Mode501</variation>
165+
<variation>Mode551</variation>
162166
</variations>
163167
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=ParallelStreamsLoadTest; \
164168
$(TEST_STATUS)</command>

system/mathLoadTest/playlist.xml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,32 @@
4848
<group>system</group>
4949
</groups>
5050
</test>
51+
<test>
52+
<testCaseName>MathLoadTest_autosimd_J9_5m</testCaseName>
53+
<disables>
54+
<disable>
55+
<comment>automation/issues/474</comment>
56+
<impl>ibm</impl>
57+
<version>8</version>
58+
</disable>
59+
</disables>
60+
<variations>
61+
<variation>Mode501</variation>
62+
<variation>Mode551</variation>
63+
</variations>
64+
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test-args=$(Q)workload=autoSimd,timeLimit=5m$(Q) -test=MathLoadTest; \
65+
$(TEST_STATUS)</command>
66+
<levels>
67+
<level>special</level>
68+
</levels>
69+
<groups>
70+
<group>system</group>
71+
</groups>
72+
<impls>
73+
<impl>openj9</impl>
74+
<impl>ibm</impl>
75+
</impls>
76+
</test>
5177
<test>
5278
<testCaseName>MathLoadTest_bigdecimal_5m</testCaseName>
5379
<disables>
@@ -71,6 +97,32 @@
7197
<group>system</group>
7298
</groups>
7399
</test>
100+
<test>
101+
<testCaseName>MathLoadTest_bigdecimal_J9_5m</testCaseName>
102+
<disables>
103+
<disable>
104+
<comment>automation/issues/474</comment>
105+
<impl>ibm</impl>
106+
<version>8</version>
107+
</disable>
108+
</disables>
109+
<variations>
110+
<variation>Mode501</variation>
111+
<variation>Mode551</variation>
112+
</variations>
113+
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=MathLoadTest -test-args=$(Q)timeLimit=5m,workload=bigDecimal$(Q); \
114+
$(TEST_STATUS)</command>
115+
<levels>
116+
<level>special</level>
117+
</levels>
118+
<groups>
119+
<group>system</group>
120+
</groups>
121+
<impls>
122+
<impl>openj9</impl>
123+
<impl>ibm</impl>
124+
</impls>
125+
</test>
74126
<test>
75127
<testCaseName>MathLoadTest_all_CS_5m</testCaseName>
76128
<disables>

system/otherLoadTest/playlist.xml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,32 @@
6262
<group>system</group>
6363
</groups>
6464
</test>
65+
<test>
66+
<testCaseName>MiniMix_J9_5m</testCaseName>
67+
<disables>
68+
<disable>
69+
<comment>automation/issues/474</comment>
70+
<impl>ibm</impl>
71+
<version>8</version>
72+
</disable>
73+
</disables>
74+
<variations>
75+
<variation>Mode501</variation>
76+
<variation>Mode551</variation>
77+
</variations>
78+
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=MixedLoadTest -test-args=$(Q)timeLimit=5m$(Q) -java-args-execute-initial=$(Q)$(ADD_OPENS_CMD)$(Q);\
79+
$(TEST_STATUS)</command>
80+
<levels>
81+
<level>special</level>
82+
</levels>
83+
<groups>
84+
<group>system</group>
85+
</groups>
86+
<impls>
87+
<impl>openj9</impl>
88+
<impl>ibm</impl>
89+
</impls>
90+
</test>
6591
<test>
6692
<testCaseName>MiniMix_10m</testCaseName>
6793
<disables>
@@ -344,6 +370,33 @@
344370
</groups>
345371
<platformRequirements>^os.zos</platformRequirements>
346372
</test>
373+
<test>
374+
<testCaseName>DBBLoadTest_J9_5m</testCaseName>
375+
<disables>
376+
<disable>
377+
<comment>automation/issues/474</comment>
378+
<impl>ibm</impl>
379+
<version>8</version>
380+
</disable>
381+
</disables>
382+
<variations>
383+
<variation>Mode501</variation>
384+
<variation>Mode551</variation>
385+
</variations>
386+
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=DirectByteBufferLoadTest -test-args=$(Q)timeLimit=5m$(Q); \
387+
$(TEST_STATUS)</command>
388+
<levels>
389+
<level>special</level>
390+
</levels>
391+
<groups>
392+
<group>system</group>
393+
</groups>
394+
<impls>
395+
<impl>openj9</impl>
396+
<impl>ibm</impl>
397+
</impls>
398+
<platformRequirements>^os.zos</platformRequirements>
399+
</test>
347400
<test>
348401
<testCaseName>LangLoadTest_5m</testCaseName>
349402
<disables>
@@ -544,6 +597,8 @@
544597
<variations>
545598
<variation>Mode110</variation>
546599
<variation>Mode610</variation>
600+
<variation>Mode501</variation>
601+
<variation>Mode551</variation>
547602
</variations>
548603
<command>$(SYSTEMTEST_CMD_TEMPLATE) -java-args-execute-initial=$(Q)-Xdisableexcessivegc$(Q) -test=HeapHogLoadTest -test-args=$(Q)timeLimit=5m$(Q); \
549604
$(TEST_STATUS)</command>
@@ -570,6 +625,8 @@
570625
<variations>
571626
<variation>Mode110</variation>
572627
<variation>Mode610</variation>
628+
<variation>Mode501</variation>
629+
<variation>Mode551</variation>
573630
</variations>
574631
<command>$(SYSTEMTEST_CMD_TEMPLATE) -java-args-execute-initial=$(Q)-Xnoclassgc$(Q) -test=ObjectTreeLoadTest -test-args=$(Q)timeLimit=5m$(Q); \
575632
$(TEST_STATUS)</command>

0 commit comments

Comments
 (0)