dcapwell commented on code in PR #3621:
URL: https://github.com/apache/cassandra/pull/3621#discussion_r1806790461
##########
test/unit/org/apache/cassandra/db/marshal/AbstractTypeTest.java:
##########
@@ -460,6 +460,15 @@ public void nested()
});
}
+ @Test
+ @SuppressWarnings("rawtypes")
+ public void nestedDuration()
+ {
+
qt().withShrinkCycles(0).forAll(AbstractTypeGenerators.builder().withoutTypeKinds(PRIMITIVE,
COUNTER).withPrimitives(DurationType.instance).build()).checkAssert(type -> {
Review Comment:
```suggestion
qt().forAll(AbstractTypeGenerators.builder().withoutTypeKinds(PRIMITIVE,
COUNTER).withPrimitives(DurationType.instance).build()).checkAssert(type -> {
```
we disable shrinks by default so you don't need to in the test
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]