Skip to content

Question regarding testGetAllKeysRoot method in ThriftKeyspaceImplTest.java #628

@rkrishnamurthy1

Description

@rkrishnamurthy1

https://github.com/Netflix/astyanax/blob/master/astyanax-test/src/test/java/com/netflix/astyanax/thrift/ThriftKeyspaceImplTest.java

@test
public void testGetAllKeysRoot() {
.........
row = result.getResult().getRowByIndex(10);
Assert.assertEquals("M", row.getKey());
.......
}

Ideally row by index of the 10th index should return the 11th element K right. Not sure why it should be M (the 12th index). Clarification would help here. Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions