You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Peter Vary <pv...@cloudera.com> on 2017/03/20 11:37:17 UTC

Review Request 57772: HIVE-16242 Run BeeLine tests parallel

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57772/
-----------------------------------------------------------

Review request for hive, Carl Steinbach, Zoltan Haindrich, Marta Kuczora, Miklos Csanady, Naveen Gangam, Vihang Karajgaonkar, and Barna Zsombor Klara.


Bugs: HIVE-16242
    https://issues.apache.org/jira/browse/HIVE-16242


Repository: hive-git


Description
-------

- Added a parallelized + parametrized junit runner
- Removed the lock related logs from the output


Diffs
-----

  itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestBeeLineDriver.java 24eeb9d 
  itests/util/src/main/java/org/apache/hive/beeline/Parallelized.java PRE-CREATION 
  itests/util/src/main/java/org/apache/hive/beeline/qfile/QFile.java 49d6d24 


Diff: https://reviews.apache.org/r/57772/diff/1/


Testing
-------

Manually run the tests several times.
Validated that the tests are running in parallel.


Thanks,

Peter Vary


Re: Review Request 57772: HIVE-16242 Run BeeLine tests parallel

Posted by Peter Vary <pv...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57772/
-----------------------------------------------------------

(Updated March 20, 2017, 4:46 p.m.)


Review request for hive, Carl Steinbach, Zoltan Haindrich, Marta Kuczora, Miklos Csanady, Naveen Gangam, Vihang Karajgaonkar, and Barna Zsombor Klara.


Changes
-------

Corrected the log redaction for removing messages indicating that the thread is waiting for a lock.


Bugs: HIVE-16242
    https://issues.apache.org/jira/browse/HIVE-16242


Repository: hive-git


Description
-------

- Added a parallelized + parametrized junit runner
- Removed the lock related logs from the output


Diffs (updated)
-----

  itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestBeeLineDriver.java 24eeb9d 
  itests/util/src/main/java/org/apache/hive/beeline/Parallelized.java PRE-CREATION 
  itests/util/src/main/java/org/apache/hive/beeline/qfile/QFile.java 49d6d24 


Diff: https://reviews.apache.org/r/57772/diff/2/

Changes: https://reviews.apache.org/r/57772/diff/1-2/


Testing
-------

Manually run the tests several times.
Validated that the tests are running in parallel.


Thanks,

Peter Vary