Andrew Sherman has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/11461


Change subject: IMPALA-7579: use the generic filesystem_client to delete and 
create files in test_query_profile_contains_all_events.
......................................................................

IMPALA-7579: use the generic filesystem_client to delete and create files in 
test_query_profile_contains_all_events.

This bug was introduced by IMPALA-6568 which added the
test_query_profile_contains_all_events test.  This test creates a file in
the filesystem so that is can be used by 'load data inpath'.  The test was
using the hdfs_client object to do file system operations, but this client
only works with hdfs.  Switch to using the filesystem_client object which
can work on other filesystems, including s3.

Change-Id: I7c6e0899455dd4e12636b959fab4bde79f02fb95
---
M tests/query_test/test_observability.py
1 file changed, 2 insertions(+), 2 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c6e0899455dd4e12636b959fab4bde79f02fb95
Gerrit-Change-Number: 11461
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Sherman <asher...@cloudera.com>
Gerrit-Reviewer: Thomas Marshall <thomasmarsh...@cmu.edu>

Reply via email to