This is an automated email from the ASF dual-hosted git repository.
korlov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 7f5bda1cb8 IGNITE-19209 Implement installing table schema updates
(#2228)
add 5afdeec51e IGNITE-19815 Make ItTableScanTest resilient (#2244)
No new revisions were added by this update.
Summary of changes:
.../ignite/internal/table/ItTableScanTest.java | 72 +++++++++++------
modules/table/build.gradle | 1 +
.../ItAbstractInternalTableScanTest.java | 6 --
.../ItInternalTableReadWriteScanTest.java | 8 +-
.../internal/table/RollbackTxOnErrorPublisher.java | 89 ++++++++++++++++++++++
5 files changed, 144 insertions(+), 32 deletions(-)
create mode 100644
modules/table/src/testFixtures/java/org/apache/ignite/internal/table/RollbackTxOnErrorPublisher.java