Skip to content

Commit dfe97d9

Browse files
committed
Hopefully fix kuttl test
1 parent c8eb8a2 commit dfe97d9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/templates/kuttl/smoke/14-assert.yaml.j2

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,16 @@ commands:
764764
-XX:PerBytecodeRecompilationCutoff=10000
765765
-Djdk.attach.allowAttachSelf=true
766766
-Djdk.nio.maxCachedBufferSize=2000000
767+
{% if test_scenario['values']['trino'].startswith("477") %}
768+
-Dfile.encoding=UTF-8
769+
-XX:+EnableDynamicAgentLoading
770+
{% elif test_scenario['values']['trino'].startswith("479") %}
771+
-Dfile.encoding=UTF-8
772+
-XX:+EnableDynamicAgentLoading
767773
--add-modules=jdk.incubator.vector
774+
{% elif test_scenario['values']['trino'].startswith("479") %}
775+
--add-modules=jdk.incubator.vector
776+
{% endif %}
768777
# Arguments from jvmArgumentOverrides
769778
log.properties: |
770779
=info

0 commit comments

Comments
 (0)