okreda1 commented on code in PR #11536:
URL: https://github.com/apache/ignite/pull/11536#discussion_r1771319156
##########
modules/ducktests/tests/checks/utils/check_ignite_spec.py:
##########
@@ -81,17 +81,19 @@ def
check_default_jvm_options__are_not_used__if_merge_with_default_is_false(serv
def
check_boolean_options__go_after_default_ones_and_overwrite_them__if_passed_via_jvm_opt(service):
service.context.globals[JFR_ENABLED] = True
- spec = IgniteApplicationSpec(service,
jvm_opts="-XX:-UnlockCommercialFeatures")
- assert "-XX:-UnlockCommercialFeatures" in spec.jvm_opts
- assert "-XX:-UnlockCommercialFeatures" in spec.jvm_opts
- assert spec.jvm_opts.index("-XX:-UnlockCommercialFeatures") >\
- spec.jvm_opts.index("-XX:+UnlockCommercialFeatures")
+ spec = IgniteApplicationSpec(service, jvm_opts="-XX:-FlightRecorder")
+ assert "-XX:-FlightRecorder" in spec.jvm_opts
Review Comment:
Fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]