[
https://issues.apache.org/jira/browse/BEAM-8281?focusedWorklogId=329673&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-329673
]
ASF GitHub Bot logged work on BEAM-8281:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Oct/19 08:04
Start Date: 17/Oct/19 08:04
Worklog Time Spent: 10m
Work Description: mwalenia commented on pull request #9638: [BEAM-8281]
Resize IOITs datasets
URL: https://github.com/apache/beam/pull/9638#discussion_r335861018
##########
File path:
sdks/java/io/file-based-io-tests/src/test/java/org/apache/beam/sdk/io/common/FileBasedIOTestPipelineOptions.java
##########
@@ -48,4 +48,15 @@
boolean getReportGcsPerformanceMetrics();
void setReportGcsPerformanceMetrics(boolean performanceMetrics);
+
+ @Validation.Required
+ @Description("Expected hash for write correctness checking")
+ String getExpectedHash();
+
+ void setExpectedHash(String hash);
+
+ @Description("Size of data saved on the target filesystem")
+ Integer getDatasetSize();
Review comment:
I'll add the unit. The metric won't be reported if not supplied.
I agree that it should be moved up, I'll take care of it when working on
other IOITs.
----------------------------------------------------------------
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: 329673)
Time Spent: 2h 40m (was: 2.5h)
> Resize file-based IOITs
> ------------------------
>
> Key: BEAM-8281
> URL: https://issues.apache.org/jira/browse/BEAM-8281
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Michal Walenia
> Assignee: Michal Walenia
> Priority: Minor
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> Resize the IOITs to use known amounts of data saved on GCS so that it's
> possible to report dataset size and measure throughput as part of the test
> metrics
--
This message was sent by Atlassian Jira
(v8.3.4#803005)