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

Added ReadRows example #34

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Added ReadRows example #34

merged 1 commit into from
Jul 3, 2024

Conversation

alex268
Copy link
Member

@alex268 alex268 commented Jul 3, 2024

No description provided.

@alex268 alex268 requested a review from pnv1 July 3, 2024 11:21
@alex268 alex268 self-assigned this Jul 3, 2024
@@ -51,7 +52,12 @@ public void testReadTable() {

@Test
public void testPagination() {
Assertions.assertEquals(0, PaginationApp.test(args(), "Pagination test"));
Assertions.assertEquals(0, PaginationApp.test(args()), "Pagination test");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But you removed second argument from PaginationApp.test. Should it really be here?
Same question for testReadRows()

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This string literal is a custom message for assertion error. There was a typo when this literal was passed to PaginationApp.test(..) where it was ignored. All others methods like testBulkUpsert, testBatchUpload, testReadRows don't have this error.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, I just missed the parenthesis now moved to the left

@alex268 alex268 merged commit 62b40c4 into ydb-platform:master Jul 3, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants