[
https://issues.apache.org/jira/browse/PHOENIX-6314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17265169#comment-17265169
]
ASF GitHub Bot commented on PHOENIX-6314:
-----------------------------------------
stoty commented on pull request #1088:
URL: https://github.com/apache/phoenix/pull/1088#issuecomment-760434146
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| +0 :ok: | reexec | 0m 48s | Docker mode activated. |
||| _ Prechecks _ |
| +1 :green_heart: | dupname | 0m 0s | No case conflicting files
found. |
| +1 :green_heart: | @author | 0m 0s | The patch does not contain any
@author tags. |
||| _ master Compile Tests _ |
| +0 :ok: | mvndep | 5m 5s | Maven dependency ordering for branch |
| +0 | hbaserecompile | 12m 4s | HBase recompiled. |
||| _ Patch Compile Tests _ |
| +0 :ok: | mvndep | 0m 12s | Maven dependency ordering for patch |
| +0 | hbaserecompile | 6m 55s | HBase recompiled. |
| -1 :x: | markdownlint | 0m 3s | The patch generated 35 new + 0
unchanged - 0 fixed = 35 total (was 0) |
| -1 :x: | pylint | 0m 3s | The patch generated 10 new + 0 unchanged -
0 fixed = 10 total (was 0) |
| -1 :x: | whitespace | 0m 0s | The patch has 2 line(s) that end in
whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer
https://git-scm.com/docs/git-apply |
| -1 :x: | whitespace | 0m 0s | The patch 10 line(s) with tabs. |
||| _ Other Tests _ |
| +0 :ok: | asflicense | 0m 1s | ASF License check generated no
output? |
| | | 20m 49s | |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.41 ServerAPI=1.41 base:
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1088/4/artifact/yetus-general-check/output/Dockerfile
|
| GITHUB PR | https://github.com/apache/phoenix/pull/1088 |
| Optional Tests | dupname asflicense pylint markdownlint |
| uname | Linux 09630633fa79 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev/phoenix-personality.sh |
| git revision | master / 9d171c0 |
| markdownlint |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1088/4/artifact/yetus-general-check/output/diff-patch-markdownlint.txt
|
| pylint |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1088/4/artifact/yetus-general-check/output/diff-patch-pylint.txt
|
| whitespace |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1088/4/artifact/yetus-general-check/output/whitespace-eol.txt
|
| whitespace |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1088/4/artifact/yetus-general-check/output/whitespace-tabs.txt
|
| Max. process+thread count | 96 (vs. ulimit of 30000) |
| modules | C: U: |
| Console output |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1088/4/console
|
| versions | git=2.7.4 maven=3.3.9 markdownlint=0.22.0 pylint=2.4.4 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
This message was automatically generated.
----------------------------------------------------------------
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]
> Utility to identify git commit / Jira fixVersion discrepancies for RC
> preparation
> ---------------------------------------------------------------------------------
>
> Key: PHOENIX-6314
> URL: https://issues.apache.org/jira/browse/PHOENIX-6314
> Project: Phoenix
> Issue Type: Task
> Affects Versions: 5.0.0
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Fix For: 5.1.0
>
>
> As part of RC preparation, we need to identify all git commits that landed
> on release branch, however their corresponding Jira is either not resolved
> yet or does not contain expected fixVersions. Only when we have git commits
> and corresponding Jiras with expected fixVersion resolved, we get all such
> Jiras included in auto-generated CHANGES.md as per Yetus changelog generator.
> Proposal of this Jira is to provide such script that can be useful for all
> upcoming RC preparations and list down all Jiras where we need manual
> intervention. This utility script should use Jira API to retrieve individual
> fields and use git log to loop through commit history.
> The script should identify these issues:
> # commit is reverted as per commit message
> # commit does not contain Jira number format PHOENIX-XXXX in message
> # Jira does not have expected fixVersion
> # Jira has expected fixVersion, but it is not yet resolved
> It can take inputs as:
> # First commit hash to start excluding commits from history
> # Fix Version
--
This message was sent by Atlassian Jira
(v8.3.4#803005)