Thomas Tauber-Marshall has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8154
Change subject: IMPALA-5951: test_catalogd_timeout fails to cause expected exception ...................................................................... IMPALA-5951: test_catalogd_timeout fails to cause expected exception test_catalogd_timeout sets a Kudu operation timeout of 1ms and then performs various Kudu operations which it expects to fail due to a timeout. Since the test was written, things have sped up - for example, Impala used to create a new Kudu client for each operation, but that was changed in IMPALA-5167, such that the operations now occasionally complete quickly enough that they don't timeout. This patch disables all but the first test. The remaining tests can likely be reactivated once we have a way of invalidating clients (IMPALA-5685). Change-Id: I29fd67d0acc0ee15943c416f2179ad716d2cac05 --- M testdata/workloads/functional-query/queries/QueryTest/kudu-timeouts-catalogd.test 1 file changed, 13 insertions(+), 13 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/54/8154/1 -- To view, visit http://gerrit.cloudera.org:8080/8154 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I29fd67d0acc0ee15943c416f2179ad716d2cac05 Gerrit-Change-Number: 8154 Gerrit-PatchSet: 1 Gerrit-Owner: Thomas Tauber-Marshall <[email protected]>
