This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 7481062  [client-test] fix typo in WriteRestartTest-related scenario
7481062 is described below

commit 748106216ec7170e85c969cdc97e7c784ffae512
Author: Alexey Serbin <[email protected]>
AuthorDate: Wed Jul 14 22:42:53 2021 -0700

    [client-test] fix typo in WriteRestartTest-related scenario
    
    Change-Id: I6b584193d8299ed5e9850e8284c4f893686c2d55
    Reviewed-on: http://gerrit.cloudera.org:8080/17690
    Reviewed-by: Andrew Wong <[email protected]>
    Tested-by: Kudu Jenkins
---
 src/kudu/client/client-test.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kudu/client/client-test.cc b/src/kudu/client/client-test.cc
index a0f3649..e6387c7 100644
--- a/src/kudu/client/client-test.cc
+++ b/src/kudu/client/client-test.cc
@@ -8468,7 +8468,7 @@ class WriteRestartTest : public ClientTest {
 // no errors: client should retry any operations failed due to tablet server
 // restarting. The result row count should match the number of total rows
 // written by the client.
-TEST_F(ClientTest, WriteWhileRestartingMultipleTabletServers) {
+TEST_F(WriteRestartTest, WriteWhileRestartingMultipleTabletServers) {
   SKIP_IF_SLOW_NOT_ALLOWED();
 
   constexpr const auto read_mode_to_string =

Reply via email to