mirror of https://github.com/apache/cassandra
Update descriptor test after #4116
This commit is contained in:
parent
c1148cec0d
commit
2e851032b7
|
|
@ -55,12 +55,10 @@ public class DescriptorTest
|
|||
// letter only
|
||||
Descriptor desc = Descriptor.fromFilename(new File("Keyspace1"), "Standard1-h-1-Data.db").left;
|
||||
assert "h".equals(desc.version);
|
||||
assert desc.tracksMaxTimestamp;
|
||||
|
||||
// multiple letters
|
||||
desc = Descriptor.fromFilename(new File("Keyspace1"), "Standard1-ha-1-Data.db").left;
|
||||
assert "ha".equals(desc.version);
|
||||
assert desc.tracksMaxTimestamp;
|
||||
|
||||
// hypothetical two-letter g version
|
||||
desc = Descriptor.fromFilename(new File("Keyspace1"), "Standard1-gz-1-Data.db").left;
|
||||
|
|
|
|||
Loading…
Reference in New Issue