This is an automated email from the ASF dual-hosted git repository.
kturner pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/elasticity by this push:
new f9ab9c9d95 fixes AmpleConditionalWriterIT test failure (#4582)
f9ab9c9d95 is described below
commit f9ab9c9d950f973c423169f24e141db11cbabb64
Author: Keith Turner <[email protected]>
AuthorDate: Tue May 21 12:00:07 2024 -0400
fixes AmpleConditionalWriterIT test failure (#4582)
---
.../org/apache/accumulo/test/functional/AmpleConditionalWriterIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/src/main/java/org/apache/accumulo/test/functional/AmpleConditionalWriterIT.java
b/test/src/main/java/org/apache/accumulo/test/functional/AmpleConditionalWriterIT.java
index 1f6627a7ec..3c51f2db47 100644
---
a/test/src/main/java/org/apache/accumulo/test/functional/AmpleConditionalWriterIT.java
+++
b/test/src/main/java/org/apache/accumulo/test/functional/AmpleConditionalWriterIT.java
@@ -672,7 +672,7 @@ public class AmpleConditionalWriterIT extends
AccumuloClusterHarness {
Collection<String> paths, int compJobs, long selTime) {
String filesJsonArray = GSON.get().toJson(paths);
return ("{'fateId':'" + fateId + "','selAll':" + selAll + ",'compJobs':" +
compJobs
- + ",'selTime':" + selTime + ",'files':" + filesJsonArray +
"}").replace('\'', '\"');
+ + ",'selTimeNanos':" + selTime + ",'files':" + filesJsonArray +
"}").replace('\'', '\"');
}
@Test