dlmarion commented on code in PR #5909:
URL: https://github.com/apache/accumulo/pull/5909#discussion_r2370317766
##########
test/src/main/java/org/apache/accumulo/test/functional/OnDemandTabletUnloadingFlakyAmpleIT.java:
##########
@@ -65,7 +67,9 @@ public void testOndemandFlakyUnload() throws Exception {
String tableName = super.getUniqueNames(1)[0];
- c.tableOperations().create(tableName);
+ NewTableConfiguration ntc = new NewTableConfiguration();
+
ntc.setProperties(Map.of("table.custom.ondemand.unloader.inactivity.threshold.seconds",
"3"));
Review Comment:
Fixed in 9fbb407
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]