This is an automated email from the ASF dual-hosted git repository.
timoninmaxim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 1c2020212fb IGNITE-20546 Fix transactions expiration set for reinsert
(#10972)
add a6751098758 IGNITE-20543 Wrap CacheStore creation to sandbox (#10971)
No new revisions were added by this update.
Summary of changes:
.../processors/cache/GridCacheProcessor.java | 17 +++-
.../security/sandbox/AbstractSandboxTest.java | 2 +-
.../sandbox/CacheStoreFactorySandboxTest.java | 113 +++++++++++++++++++++
.../ignite/testsuites/SecurityTestSuite.java | 2 +
4 files changed, 130 insertions(+), 4 deletions(-)
create mode 100644
modules/core/src/test/java/org/apache/ignite/internal/processors/security/sandbox/CacheStoreFactorySandboxTest.java