Erixonich commented on code in PR #6856: URL: https://github.com/apache/ignite-3/pull/6856#discussion_r2469373671
########## modules/platforms/cpp/DEVNOTES.md: ########## @@ -186,3 +186,11 @@ To run a specific test: To debug or profile the Java side of the tests, run the `org.apache.ignite.internal.runner.app.PlatformTestNodeRunner` class in IDEA with a debugger or profiler, then run C++ tests as usual, optionally with debugger. + + +### Running compatibility Tests + +To enable compatibility test pass `-DENABLE_COMPATIBILITY_TESTS=ON` to cmake build. +If you are debugging then it is recommended to run one version at once by providing environment variable e.g `IGNITE_CPP_TESTS_COMPATIBILITY_VERSIONS_OVERRIDE=9.1.1` Review Comment: wrong version -- 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]
