skorotkov commented on code in PR #11536: URL: https://github.com/apache/ignite/pull/11536#discussion_r1762268361
########## modules/ducktests/tests/ignitetest/utils/ignite_test.py: ########## @@ -27,6 +27,7 @@ # globals: JFR_ENABLED = "jfr_enabled" IGNITE_TEST_CONTEXT_CLASS_KEY_NAME = "IgniteTestContext" +SAFEPOINT_LOGS_DISABLED = "SafePointLogsDisabled" Review Comment: Please also change it *_enabled (with True by default). In all other variables we have enabled but not disabled. Say "safepoint_log_enabled". -- 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]
