Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding testGetAllKeysRoot method in ThriftKeyspaceImplTest.java #628

Open
rkrishnamurthy1 opened this issue Jan 13, 2017 · 1 comment

Comments

@rkrishnamurthy1
Copy link

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

@arunagrawal84
Copy link

@rkrishnamurthy1 yes that is wrong. It should be K.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants