[
https://issues.apache.org/jira/browse/BEAM-6445?focusedWorklogId=185778&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-185778
]
ASF GitHub Bot logged work on BEAM-6445:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Jan/19 13:52
Start Date: 16/Jan/19 13:52
Worklog Time Spent: 10m
Work Description: kennknowles commented on pull request #7529:
[BEAM-6445]: Release Guide changes for release process improvement
URL: https://github.com/apache/beam/pull/7529#discussion_r248287027
##########
File path: website/src/contribute/release-guide.md
##########
@@ -410,7 +383,25 @@ There are 2 ways to perform this verification, either
running automation script(
```
./gradlew build -PisRelease --no-parallel --scan --stacktrace --continue
```
-
+
+
+#### Create release-blocking issues in JIRA
+
+The verify_release_build.sh script may include failing or flaky tests. For
each of the failing tests create a JIRA with the following properties:
+
+* Issue Type: Test
Review comment:
I think this should be "Bug". I think we just inherited the configuration
from defaults, but `Test` is more-or-less a "Feature Request for Testing"
according to
https://issues.apache.org/jira/plugins/servlet/project-config/BEAM/issuetypes.
We could have our own definitions, but since these are shared across projects
probably best to make our own if we want our own.
I guess you could distinguish that it is a "Bug in a Test" versus "Bug in
the product" but until it is fully diagnosed and deflaked I would actually
assume a flake could be a bug in the product.
And anyhow the distinction is too fine for my taste.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 185778)
Time Spent: 50m (was: 40m)
> Improve Release Process
> -----------------------
>
> Key: BEAM-6445
> URL: https://issues.apache.org/jira/browse/BEAM-6445
> Project: Beam
> Issue Type: Improvement
> Components: project-management
> Reporter: Sam Rohde
> Assignee: Sam Rohde
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> This JIRA tracks the improvement of the Beam release process as [discussed in
> the dev
> list|https://lists.apache.org/thread.html/d52ffbfca21eee953a230100520bd56d947a359c0029d5c291b736a7@%3Cdev.beam.apache.org%3E].
> In summary, this change will hopefully increase the greenness of the build
> by: increasing coverage, adding pre and post commits to release validation,
> and adding a regular cadence to look at flaky and backlogged tests.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)