We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8eb8a2 commit dfe97d9Copy full SHA for dfe97d9
1 file changed
tests/templates/kuttl/smoke/14-assert.yaml.j2
@@ -764,7 +764,16 @@ commands:
764
-XX:PerBytecodeRecompilationCutoff=10000
765
-Djdk.attach.allowAttachSelf=true
766
-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
772
773
--add-modules=jdk.incubator.vector
774
775
+ --add-modules=jdk.incubator.vector
776
+{% endif %}
777
# Arguments from jvmArgumentOverrides
778
log.properties: |
779
=info
0 commit comments