[ https://issues.apache.org/jira/browse/IMPALA-14097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Riza Suminto resolved IMPALA-14097. ----------------------------------- Fix Version/s: Impala 5.0.0 Resolution: Fixed > Deflake test_log_fragments.py > ----------------------------- > > Key: IMPALA-14097 > URL: https://issues.apache.org/jira/browse/IMPALA-14097 > Project: IMPALA > Issue Type: Test > Reporter: Riza Suminto > Assignee: Riza Suminto > Priority: Major > Fix For: Impala 5.0.0 > > > test_log_fragments.py broken after HS2 switch in IMPALA-13916. The test look > for log line from ImpalaServer::QueryToTQueryContext in > impala-beeswax-server.cc. > {noformat} > VLOG_QUERY << "query: " << ThriftDebugString(query);{noformat} > This log line does not appear when using HS2 protocol. The equivalent log > line in impala-hs2-server.cc is in ImpalaServer::ExecuteStatement > {noformat} > VLOG_QUERY << "ExecuteStatement(): request=" << ...{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)