[==========] Running 11 tests from 1 test case. [----------] Global test environment set-up. [----------] 11 tests from KsckTest [ RUN ] KsckTest.TestMasterOk [ OK ] KsckTest.TestMasterOk (1 ms) [ RUN ] KsckTest.TestMasterUnavailable [ OK ] KsckTest.TestMasterUnavailable (1 ms) [ RUN ] KsckTest.TestTabletServersOk I0722 19:08:49.374708 1954628352 ksck-test.cc:233] Ksck output: INFO: Connected to the Master INFO: Fetched info from all 3 Tablet Servers INFO: The cluster doesn't have any tables [ OK ] KsckTest.TestTabletServersOk (1 ms) [ RUN ] KsckTest.TestBadTabletServer [ OK ] KsckTest.TestBadTabletServer (1 ms) [ RUN ] KsckTest.TestZeroTabletReplicasCheck I0722 19:08:49.376397 1954628352 ksck-test.cc:233] Ksck output: INFO: Connected to the Master INFO: Fetched info from all 3 Tablet Servers INFO: The cluster doesn't have any tables [ OK ] KsckTest.TestZeroTabletReplicasCheck (0 ms) [ RUN ] KsckTest.TestZeroTableCheck I0722 19:08:49.376832 1954628352 ksck-test.cc:233] Ksck output: INFO: Connected to the Master INFO: Fetched info from all 3 Tablet Servers INFO: The cluster doesn't have any tables [ OK ] KsckTest.TestZeroTableCheck (1 ms) [ RUN ] KsckTest.TestOneTableCheck I0722 19:08:49.377295 1954628352 ksck-test.cc:233] Ksck output: INFO: Connected to the Master INFO: Fetched info from all 3 Tablet Servers INFO: Table test is HEALTHY INFO: The metadata for 1 table(s) is HEALTHY [ OK ] KsckTest.TestOneTableCheck (0 ms) [ RUN ] KsckTest.TestOneSmallReplicatedTable I0722 19:08:49.377830 1954628352 ksck-test.cc:233] Ksck output: INFO: Connected to the Master INFO: Fetched info from all 3 Tablet Servers INFO: Table test is HEALTHY INFO: The metadata for 1 table(s) is HEALTHY [ OK ] KsckTest.TestOneSmallReplicatedTable (1 ms) [ RUN ] KsckTest.TestOneOneTabletBrokenTable I0722 19:08:49.378303 1954628352 ksck-test.cc:233] Ksck output: INFO: Connected to the Master INFO: Fetched info from all 3 Tablet Servers WARNING: Detected problems with Tablet tablet-id-1 of table 'test' ------------------------------------------------------------ WARNING: Tablet tablet-id-1 of table 'test' has 2 instead of 3 replicas ERROR: No leader detected WARNING: Table test has 1 bad tablets WARNING: 1 out of 1 table(s) are not in a healthy state [ OK ] KsckTest.TestOneOneTabletBrokenTable (0 ms) [ RUN ] KsckTest.TestMismatchedAssignments I0722 19:08:49.378803 1954628352 ksck-test.cc:233] Ksck output: INFO: Connected to the Master INFO: Fetched info from all 3 Tablet Servers WARNING: Detected problems with Tablet tablet-id-1 of table 'test' ------------------------------------------------------------ WARNING: Missing a tablet replica on tablet server ts-id-0 () WARNING: Table test has 1 bad tablets WARNING: 1 out of 1 table(s) are not in a healthy state ../../src/kudu/tools/ksck-test.cc:343: Failure Failed Expected to find substring 'WARNING: Detected problems with Tablet tablet-id-2 of table 'test' ------------------------------------------------------------ WARNING: Missing a tablet replica on tablet server ts-id-0 () '. Got: 'INFO: Connected to the Master INFO: Fetched info from all 3 Tablet Servers WARNING: Detected problems with Tablet tablet-id-1 of table 'test' ------------------------------------------------------------ WARNING: Missing a tablet replica on tablet server ts-id-0 () WARNING: Table test has 1 bad tablets WARNING: 1 out of 1 table(s) are not in a healthy state ' I0722 19:08:49.378878 1954628352 test_util.cc:70] ----------------------------------------------- I0722 19:08:49.378888 1954628352 test_util.cc:71] Had fatal failures, leaving test files at /private/tmp/kudutest-502/ksck-test.KsckTest.TestMismatchedAssignments.1469239729372313-41055 [ FAILED ] KsckTest.TestMismatchedAssignments (0 ms) [ RUN ] KsckTest.TestTabletNotRunning I0722 19:08:49.379705 1954628352 ksck-test.cc:233] Ksck output: INFO: Connected to the Master INFO: Fetched info from all 3 Tablet Servers WARNING: Detected problems with Tablet tablet-id-0 of table 'test' ------------------------------------------------------------ WARNING: Bad state on TS ts-id-0 (): FAILED Last status: Data state: TABLET_DATA_UNKNOWN WARNING: Bad state on TS ts-id-1 (): FAILED Last status: Data state: TABLET_DATA_UNKNOWN WARNING: Bad state on TS ts-id-2 (): FAILED Last status: Data state: TABLET_DATA_UNKNOWN ERROR: Tablet tablet-id-0 of table 'test' does not have a majority of replicas in RUNNING state WARNING: Table test has 1 bad tablets WARNING: 1 out of 1 table(s) are not in a healthy state [ OK ] KsckTest.TestTabletNotRunning (1 ms) [----------] 11 tests from KsckTest (7 ms total) [----------] Global test environment tear-down [==========] 11 tests from 1 test case ran. (7 ms total) [ PASSED ] 10 tests. [ FAILED ] 1 test, listed below: [ FAILED ] KsckTest.TestMismatchedAssignments 1 FAILED TEST