Skip to content

Commit 773fd4a

Browse files
authored
CNDB-16279: Fix DatabaseDescriptorRefTest by adding Clock and NoSpamLogger to whitelist (#2173)
### What is the issue These missing classes are breaking DatabaseDescriptorRefTest ### What does this PR fix and why was it fixed add them to whitelist
1 parent e5a59b7 commit 773fd4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/unit/org/apache/cassandra/config/DatabaseDescriptorRefTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,11 @@ public class DatabaseDescriptorRefTest
207207
"org.apache.cassandra.transport.ProtocolException",
208208
"org.apache.cassandra.utils.Closeable",
209209
"org.apache.cassandra.utils.CloseableIterator",
210+
"org.apache.cassandra.utils.Clock",
211+
"org.apache.cassandra.utils.Clock$Global",
210212
"org.apache.cassandra.utils.FBUtilities",
213+
"org.apache.cassandra.utils.NoSpamLogger",
214+
"org.apache.cassandra.utils.NoSpamLogger$Clock",
211215
"org.apache.cassandra.utils.Pair",
212216
"org.apache.cassandra.utils.StorageCompatibilityMode",
213217
"org.apache.cassandra.utils.binlog.BinLogOptions",

0 commit comments

Comments
 (0)