[
https://issues.apache.org/jira/browse/HIVE-23323?focusedWorklogId=430329&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-430329
]
ASF GitHub Bot logged work on HIVE-23323:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/May/20 17:46
Start Date: 04/May/20 17:46
Worklog Time Spent: 10m
Work Description: miklosgergely commented on a change in pull request
#1000:
URL: https://github.com/apache/hive/pull/1000#discussion_r419613747
##########
File path: itests/bin/generate-cli-splits.sh
##########
@@ -0,0 +1,26 @@
+#!/bin/bash
+
+usage() {
+ echo "$0 <from> <to>"
+ exit 1
+}
+
+[ "$1" == "" ] && usage
+[ "$2" == "" ] && usage
+
+
+inDir="$1"
+outDir="$2"
+
+git grep SplitSupport.process | grep "$1" | cut -d ':' -f1|while read f;do
Review comment:
As I see in this model the number of batches would be fixed, not the
number of tests in a batch. I see why is this useful for generating the files,
but it would be better to fix the batch size.
How the isolated tests are going to be handled?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 430329)
Time Spent: 40m (was: 0.5h)
> Add qsplits profile
> -------------------
>
> Key: HIVE-23323
> URL: https://issues.apache.org/jira/browse/HIVE-23323
> Project: Hive
> Issue Type: Sub-task
> Reporter: Zoltan Haindrich
> Assignee: Zoltan Haindrich
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-23323.01.patch, HIVE-23323.02.patch,
> HIVE-23323.02.patch, HIVE-23323.02.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> provide an in-maven way to split-up big testclasses into smaller ones
--
This message was sent by Atlassian Jira
(v8.3.4#803005)