This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from bf394a7 IGNITE-12683 Increase a timeout and set a scale factor for
keys count in BPlusTreeSelfTest. (#7451)
add 8534e5a IGN-12687: fix sql wildcard to java regex translation (#7439)
No new revisions were added by this update.
Summary of changes:
.../ignite/jdbc/JdbcThinMetadataSqlMatchTest.java | 21 +++-
.../internal/processors/odbc/SqlListenerUtils.java | 21 +++-
.../processors/odbc/SqlListenerUtilsTest.java | 108 +++++++++++++++++++++
.../ignite/testsuites/IgniteBasicTestSuite.java | 2 +
.../cache/index/H2DynamicTableSelfTest.java | 2 +-
5 files changed, 143 insertions(+), 11 deletions(-)
create mode 100644
modules/core/src/test/java/org/apache/ignite/internal/processors/odbc/SqlListenerUtilsTest.java