Re: skip batching of tests

2018-10-17 Thread Vihang Karajgaonkar
> > master-mr2.properties has to be updated on the ptest servers and restarted > afaik (atleast it used to be). Don't think we need a restart. Just updating the properties file should be enough. I have updated the test configuration so that these tests are skipped from batching for now. I still

Re: skip batching of tests

2018-10-17 Thread Peter Vary
You should go to the ptest server itself and modify /usr/local/hiveptest/profiles/master-mr2.properties to change the configuration > On Oct 17, 2018, at 11:36, Prasanth Jayachandran > wrote: > > Hi > > master-mr2.properties has to be updated on the ptest servers and restarted > afaik (atlea

Re: skip batching of tests

2018-10-17 Thread Prasanth Jayachandran
Hi master-mr2.properties has to be updated on the ptest servers and restarted afaik (atleast it used to be). Thanks Prasanth On Wed, Oct 17, 2018 at 2:10 AM -0700, "Anishek Agarwal" mailto:anis...@apache.org>> wrote: Hello, There are few tests w.r.t to Replication in hive that are taking

skip batching of tests

2018-10-17 Thread Anishek Agarwal
Hello, There are few tests w.r.t to Replication in hive that are taking long to run and hence more often than not timeout as part of the batch they form. All these tests are in org.apache.hadoop.hive.ql.parse package. I tried to skipBatching for these tests by changing the master-mr2.properties by