[
https://issues.apache.org/jira/browse/BEAM-11075?focusedWorklogId=507612&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-507612
]
ASF GitHub Bot logged work on BEAM-11075:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Nov/20 12:02
Start Date: 04/Nov/20 12:02
Worklog Time Spent: 10m
Work Description: kamilwu commented on a change in pull request #13245:
URL: https://github.com/apache/beam/pull/13245#discussion_r517294852
##########
File path: sdks/go/pkg/beam/io/synthetic/source_test.go
##########
@@ -175,8 +175,8 @@ func TestSourceConfigBuilder_NumHotKeys(t *testing.T) {
{elms: 15, hotKeys: 2, hotKeyFraction: 1.0},
{elms: 30, hotKeys: 10, hotKeyFraction: 1.0},
{elms: 50, hotKeys: 25, hotKeyFraction: 1.0},
- {elms: 30, hotKeys: 10, hotKeyFraction: 0.5},
- {elms: 50, hotKeys: 25, hotKeyFraction: 0.75},
+ // {elms: 30, hotKeys: 10, hotKeyFraction: 0.5}, tests for
hotKeyFraction < 1.0 could be Flaky
Review comment:
In general, we shouldn't commit commented out code. That being said,
there are two solutions:
1) remove this completely,
2) if you feel that `hotKeyFraction` should be tested, but not necessarily
now for whatever reason, create a // TODO(BEAM-xxx) and describe what should be
done 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: 507612)
Time Spent: 3h (was: 2h 50m)
> Load Tests for Go SDK
> ---------------------
>
> Key: BEAM-11075
> URL: https://issues.apache.org/jira/browse/BEAM-11075
> Project: Beam
> Issue Type: Test
> Components: sdk-go, testing
> Reporter: Kamil Wasilewski
> Assignee: Kamil Wasilewski
> Priority: P3
> Time Spent: 3h
> Remaining Estimate: 0h
>
> We have Load Tests for Python and Java SDKs[1], but we are missing the ones
> for Go SDK.
> Tests to be done:
> * ParDo
> * Combine
> * coGBK
> * GBK
> * Side Input
> The tests should run on Dataflow and Flink. The tests should be using
> synthetic source and be running in batch mode.
> [1]http://metrics.beam.apache.org/dashboards/f/OtXje1iGz/performance-tests-metrics
--
This message was sent by Atlassian Jira
(v8.3.4#803005)