[
https://issues.apache.org/jira/browse/HIVE-17550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zoltan Haindrich updated HIVE-17550:
------------------------------------
Attachment: git_log-p.txt
tc_scan.bash
[~vgarg] Yes...it wiped out those as well..sorry if it caused any inconvinience
; you can get access to the last valid content using:
{code}
# lists the last commit which had a file like that
git log -p --diff-filter=AMD -- '*min_structvalue.q.out'|grep '^commit'
# re-add it
git checkout 6f5c11357e76d6779bbe87ee78fa6686cbd64a60^ --
ql/src/test/results/clientpositive/min_structvalue.q.out
{code}
Sorry for removing those as well but I think these "disabled" things work as
some kind of soft-trash...to check my assumption I've put together a small
scanner (which is dead slow :) and looked over all the
testconfiguration.properties changes...the result is: never in the history of
testconfiguration.properties happend that someone removed something from the
disabled lists... see: [^git_log-p.txt]
> Remove unreferenced q.out-s
> ---------------------------
>
> Key: HIVE-17550
> URL: https://issues.apache.org/jira/browse/HIVE-17550
> Project: Hive
> Issue Type: Improvement
> Components: Tests
> Reporter: Zoltan Haindrich
> Assignee: Zoltan Haindrich
> Fix For: 3.0.0
>
> Attachments: git_log-p.txt, HIVE-17550.01.patch, tc_scan.bash
>
>
> it's sometimes a bit misleading to see q.out-s which are never even used..
> I'll also add a small utility which is able to remove them - and add a test
> which will help to avoid them in the future
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)