Alexey Serbin has posted comments on this change. Change subject: KUDU-1753 [delete_table-test] deleted-while-in-scan test ......................................................................
Patch Set 7: (1 comment) http://gerrit.cloudera.org:8080/#/c/5345/7/src/kudu/integration-tests/delete_table-test.cc File src/kudu/integration-tests/delete_table-test.cc: PS7, Line 1329: // Once the first batch of data has been fetched and there is some more : // to fetch, delete the table. On the error, do not dump stacks: this : // assumes DeleteTable() works; if not, that's not the test which targeted : // to troubleshooting DeleteTable(), there are tests for that in this file. : NO_FATALS(DeleteTable(w.table_name(), ON_ERROR_DO_NOT_DUMP_STACKS)); > oh and I meant loop with the fix Sure -- the test with the fix worked 100% while running it ~1K times at ve0518.halxg.cloudera.com in debug and release configurations (with and without additional --stress_cpu_threads=16 option). However, if update the test to run against 1M records, then it starts faltering in READ_LATEST mode -- the row count of the scan does not match the number of inserted rows (off a little bit). But that's only for READ_LATEST. Is that expected? -- To view, visit http://gerrit.cloudera.org:8080/5345 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I983e68862b5535f2f95eedd41850a8a88e95e69c Gerrit-PatchSet: 7 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Dinesh Bhat <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Tidy Bot Gerrit-HasComments: Yes
