skorotkov commented on code in PR #11073: URL: https://github.com/apache/ignite/pull/11073#discussion_r1924981087
########## modules/ducktests/tests/ignitetest/services/utils/ignite_configuration/data_storage.py: ########## @@ -56,3 +57,6 @@ class DataStorageConfiguration(NamedTuple): wal_page_compression: str = None wal_page_compression_level: int = None wal_path: str = None + write_recovery_data_on_checkpoint: bool = False Review Comment: Please use None here which means "use default by not specifiing in config XML file". This will allow to run existing tests against old versions. And also the persistence_upgrade_test which uses different versions in a single run. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org