[
https://issues.apache.org/jira/browse/BEAM-7620?focusedWorklogId=286083&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-286083
]
ASF GitHub Bot logged work on BEAM-7620:
----------------------------------------
Author: ASF GitHub Bot
Created on: 31/Jul/19 17:32
Start Date: 31/Jul/19 17:32
Worklog Time Spent: 10m
Work Description: akedin commented on pull request #8929: [BEAM-7620]
Make run_rc_validation.sh non-interactive
URL: https://github.com/apache/beam/pull/8929#discussion_r309339845
##########
File path: release/src/main/scripts/run_rc_validation.sh
##########
@@ -564,23 +492,16 @@ if [[ $confirmation = "y" ]]; then
sleep 30m
echo "* How to verify results:"
echo "* 1. Goto your Dataflow job console and check whether there is any
error."
- echo "* 2. Goto your BigQuery console and check whether your
${MOBILE_GAME_DATASET} has game_stats_teams and game_stats_sessions table."
+ echo "* 2. Goto your BigQuery console and check whether your
${GAMESTATS_DF_DATASET} has game_stats_teams and game_stats_sessions table."
echo "* 3. Check whether game_stats_teams has data, retrieving BigQuery
data as below: "
- bq head -n 10 ${MOBILE_GAME_DATASET}.game_stats_teams
+ bq head -n 10 ${GAMESTATS_DF_DATASET}.game_stats_teams
Review comment:
can we just run this command here?
----------------------------------------------------------------
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: 286083)
> Make release scripts non-interactive
> ------------------------------------
>
> Key: BEAM-7620
> URL: https://issues.apache.org/jira/browse/BEAM-7620
> Project: Beam
> Issue Type: Task
> Components: build-system
> Reporter: Mark Liu
> Assignee: Mark Liu
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)