Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/18686 )
Change subject: KUDU-3342: Add an implementation of the block cache on HBW ...................................................................... Patch Set 6: > > > [bduser@eagles-clx16 release]$ ctest -R cfile-test > > > Test project /home/bduser/applications.retail.ess.kudu/build/release > > > Start 3: cfile-test.0 > > > 1/4 Test #3: cfile-test.0 ..................... Passed > 41.90 > > > sec > > > Start 4: cfile-test.1 > > > 2/4 Test #4: cfile-test.1 ..................... Passed > 28.31 > > > sec > > > Start 5: cfile-test.2 > > > 3/4 Test #5: cfile-test.2 ..................... Passed > 36.63 > > > sec > > > Start 6: cfile-test.3 > > > 4/4 Test #6: cfile-test.3 ..................... Passed > 41.22 > > > sec > > > > > > 100% tests passed, 0 tests failed out of 4 > > > > > > Total Test time (real) = 148.08 sec > > > [bduser@eagles-clx16 release]$ ctest -R cache-test > > > Test project /home/bduser/applications.retail.ess.kudu/build/release > > > Start 8: block_cache-test > > > 1/6 Test #8: block_cache-test ................. Passed > > 0.10 > > > sec > > > Start 72: log_cache-test > > > 2/6 Test #72: log_cache-test ................... Passed > > 2.48 > > > sec > > > Start 240: location_cache-test > > > 3/6 Test #240: location_cache-test .............. Passed > > 0.17 > > > sec > > > Start 387: cache-test > > > 4/6 Test #387: cache-test ....................... Passed > > 0.29 > > > sec > > > Start 398: file_cache-test > > > 5/6 Test #398: file_cache-test .................. Passed > > 0.21 > > > sec > > > Start 453: ttl_cache-test > > > 6/6 Test #453: ttl_cache-test ................... Passed > > 3.09 > > > sec > > > > > > 100% tests passed, 0 tests failed out of 6 > > > > > > Total Test time (real) = 6.36 sec > > > > Many cache tests failed: see > > http://jenkins.kudu.apache.org/job/kudu-gerrit/26809/#showFailuresLink > > How can I run these test locally? The same as you would do with client-test: you compile those and then run the binary either directly or using 'ctest -R'. The test scenarios for CacheMemoryTypes are in cfile-test, CacheTypes are in cache-test. Also, some tests are skipped unless the environment variable KUDU_ALLOW_SLOW_TESTS is set to 1. So, you can do 'export KUDU_ALLOW_SLOW_TESTS=1' (if running bash) and then run those binaries in that shell session. -- To view, visit http://gerrit.cloudera.org:8080/18686 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I78931949d6c9bf0943a58aa0b5b3f87f9fb9317d Gerrit-Change-Number: 18686 Gerrit-PatchSet: 6 Gerrit-Owner: Sammy Nah <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Sammy Nah <[email protected]> Gerrit-Reviewer: Tidy Bot (241) Gerrit-Comment-Date: Sat, 03 Dec 2022 17:56:34 +0000 Gerrit-HasComments: No
