This is an automated email from the ASF dual-hosted git repository.
mpochatkin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 7bee0308b32 IGNITE-27809 Add support for EXISTS keyword for SQL
add/drop column (#7585)
add 3b1e8730cfb IGNITE-27803 Improve compatibility test logging (#7575)
No new revisions were added by this update.
Summary of changes:
modules/compatibility-tests/build.gradle | 24 +++++-
.../ignite/internal/CompatibilityTestBase.java | 9 ---
.../org/apache/ignite/internal/Dependencies.java | 93 ++++++++++++++--------
.../org/apache/ignite/internal/IgniteCluster.java | 19 ++++-
.../apache/ignite/internal/OldClientLoader.java | 5 +-
.../org/apache/ignite/internal/RunnerNode.java | 41 ++++++++--
.../src/testFixtures/resources/log4j2-runner.xml | 46 +++++++++++
.../src/testFixtures/resources/log4j2-test.xml | 20 +++--
8 files changed, 196 insertions(+), 61 deletions(-)
create mode 100644
modules/compatibility-tests/src/testFixtures/resources/log4j2-runner.xml