This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit 5ed2adb04f5977df5719e7f9c387f65f0f94d07d Merge: 1a2ea5287b f2cd46bd9a Author: Dave Marion <[email protected]> AuthorDate: Fri Sep 26 12:04:14 2025 +0000 Merge branch '2.1' .../java/org/apache/accumulo/core/data/Key.java | 2 +- .../data/constraints/DefaultKeySizeConstraint.java | 7 ++++ .../core/file/rfile/bcfile/CompressionTest.java | 43 +++++++++++++++------- 3 files changed, 37 insertions(+), 15 deletions(-) diff --cc core/src/test/java/org/apache/accumulo/core/file/rfile/bcfile/CompressionTest.java index 32d6737000,c89a8dc1bb..ccbb1f0974 --- a/core/src/test/java/org/apache/accumulo/core/file/rfile/bcfile/CompressionTest.java +++ b/core/src/test/java/org/apache/accumulo/core/file/rfile/bcfile/CompressionTest.java @@@ -313,8 -307,15 +326,10 @@@ public class CompressionTest while (!service.awaitTermination(1, SECONDS)) { // wait } - - for (Future<Boolean> result : results) { - assertTrue(result.get(), - al + " resulted in a failed call to getcodec within the thread pool"); - } + somethingGotTested = true; } } + assertTrue(somethingGotTested, "No Hadoop codecs were tested"); } @Test
