[
https://issues.apache.org/jira/browse/BEAM-7536?focusedWorklogId=258609&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-258609
]
ASF GitHub Bot logged work on BEAM-7536:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Jun/19 11:02
Start Date: 12/Jun/19 11:02
Worklog Time Spent: 10m
Work Description: lgajowy 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_r292856220
##########
File path: .test-infra/jenkins/LoadTestsBuilder.groovy
##########
@@ -79,6 +79,14 @@ class LoadTestsBuilder {
return baseName
}
}
+
+ private static String getContextualDatasetKey(SDK sdk) {
Review comment:
I'm not sure at this point if we should store that much SDK custom logic in
that method. It was a pain either way imo. Maybe we could extract this logic
somewhere? WDYT?
----------------------------------------------------------------
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: 258609)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)