Philip Zeyliger has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/12177


Change subject: IMPALA-7666: Propagate name of test into CLIENT_IDENTIFIER.
......................................................................

IMPALA-7666: Propagate name of test into CLIENT_IDENTIFIER.

To facilitate correlating test failures (where we sometimes know things
like fragment id) with the tests that generated those queries, we can
stuff the test name into CLIENT_IDENTIFIER.

The mechanics here are to create a global, tests.common.current_node to
store the current test, create a plugin in conftest to set this when
entering a test, and then configuring connections as they're created
deep in test code.

Change-Id: I2f685fd16982d73ad3fc0f4a7578c5ad83b9a84c
---
M tests/common/impala_connection.py
M tests/conftest.py
M tests/query_test/test_observability.py
3 files changed, 32 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/77/12177/1
--
To view, visit http://gerrit.cloudera.org:8080/12177
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f685fd16982d73ad3fc0f4a7578c5ad83b9a84c
Gerrit-Change-Number: 12177
Gerrit-PatchSet: 1
Gerrit-Owner: Philip Zeyliger <phi...@cloudera.com>

Reply via email to