This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from d21fc1bb41 Add Sunny tag to ComprehensiveTableOperationsIT_SimpleSuite
(#5852)
add d2e106252b Disallow setting table properties at system level (#5781)
No new revisions were added by this update.
Summary of changes:
.../core/client/admin/TableOperations.java | 9 ++
.../core/clientImpl/TableOperationsImpl.java | 6 +
.../core/clientImpl/TableOperationsHelperTest.java | 6 +
.../org/apache/accumulo/server/util/PropUtil.java | 13 +-
.../accumulo/server/util/SystemPropUtil.java | 4 +-
.../accumulo/manager/upgrade/Upgrader11to12.java | 49 ++++++++
.../manager/upgrade/Upgrader11to12Test.java | 86 +++++++++++++
...ComprehensiveTableOperationsIT_SimpleSuite.java | 19 +++
.../accumulo/test/NamespacesIT_SimpleSuite.java | 73 -----------
.../test/conf/PropStoreConfigIT_SimpleSuite.java | 140 ++++++++++++---------
.../conf/util/ZooPropEditorIT_SimpleSuite.java | 42 ++++++-
.../accumulo/test/functional/DurabilityIT.java | 6 +-
.../accumulo/test/functional/ScannerContextIT.java | 5 +-
.../apache/accumulo/test/shell/ShellConfigIT.java | 12 +-
.../test/shell/ShellCreateNamespaceIT.java | 24 +---
.../accumulo/test/shell/ShellCreateTableIT.java | 23 ----
16 files changed, 320 insertions(+), 197 deletions(-)