[
https://issues.apache.org/jira/browse/HIVE-20191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Voros updated HIVE-20191:
--------------------------------
Description:
I've created some backport tickets to branch-3 (e.g. HIVE-20181) and made the
mistake of uploading the patch files with wrong filename ({{.}} instead of
{{-}} between version and branch).
These get applied on master, where they're already present, since {{git apply}}
with {{-3}} won't fail if patch is already there. Tests are run on master
instead of failing.
I think the patch application should fail if the patch is empty and branch
selection logic should probably fail too if the patch name is malformed.
was:
I've created some backport tickets to branch-3 (e.g. HIVE-20181) and made the
mistake of uploading the patch files with wrong filename ({{.} instead of {{-}}
between version and branch).
These get applied on master, where they're already present, since {{git apply}}
with {{-3}} won't fail if patch is already there. Tests are run on master
instead of failing.
I think the patch application should fail if the patch is empty and branch
selection logic should probably fail too if the patch name is malformed.
> PreCommit patch application doesn't fail if patch is empty
> ----------------------------------------------------------
>
> Key: HIVE-20191
> URL: https://issues.apache.org/jira/browse/HIVE-20191
> Project: Hive
> Issue Type: Bug
> Components: Testing Infrastructure
> Reporter: Daniel Voros
> Assignee: Daniel Voros
> Priority: Major
>
> I've created some backport tickets to branch-3 (e.g. HIVE-20181) and made the
> mistake of uploading the patch files with wrong filename ({{.}} instead of
> {{-}} between version and branch).
> These get applied on master, where they're already present, since {{git
> apply}} with {{-3}} won't fail if patch is already there. Tests are run on
> master instead of failing.
> I think the patch application should fail if the patch is empty and branch
> selection logic should probably fail too if the patch name is malformed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)