[
https://issues.apache.org/jira/browse/BEAM-7536?focusedWorklogId=260488&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-260488
]
ASF GitHub Bot logged work on BEAM-7536:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jun/19 15:04
Start Date: 14/Jun/19 15:04
Worklog Time Spent: 10m
Work Description: kkucharc commented on pull request #8834: [BEAM-7536]
Fix BigQuery dataset name in collecting Load Tests metrics
URL: https://github.com/apache/beam/pull/8834#discussion_r293847883
##########
File path: .test-infra/jenkins/LoadTestsBuilder.groovy
##########
@@ -56,6 +49,14 @@ class LoadTestsBuilder {
}
}
+ static String setContextualDatasetName(String baseName, TriggeringContext
triggeringContext) {
Review comment:
I think this method name doesn't seem self-explanatory, maybe you can think
of something more suggesting that we change BQ dataset based on triggered
context eg. `setBQMetricsDatasetName` or maybe
`setBQDatasetNameByTriggerContext`?
----------------------------------------------------------------
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: 260488)
Time Spent: 9h 20m (was: 9h 10m)
> Fix BigQuery dataset name in collecting Load Tests metrics
> ----------------------------------------------------------
>
> Key: BEAM-7536
> URL: https://issues.apache.org/jira/browse/BEAM-7536
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Kasia Kucharczyk
> Assignee: Kamil Wasilewski
> Priority: Major
> Time Spent: 9h 20m
> Remaining Estimate: 0h
>
> Dataset should have __PR_ suffix __ in case of phrase triggered load tests
> and no suffix in Cron tasks. It requires fix in case of Python SDK.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)