[
https://issues.apache.org/jira/browse/BEAM-11415?focusedWorklogId=522505&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-522505
]
ASF GitHub Bot logged work on BEAM-11415:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Dec/20 01:46
Start Date: 10/Dec/20 01:46
Worklog Time Spent: 10m
Work Description: youngoli commented on pull request #13518:
URL: https://github.com/apache/beam/pull/13518#issuecomment-742178747
Notes:
1. This change is expected to leave existing automated integration tests
functionally identical (but it does move the directory of the test driver, so
this should probably be tested on the PostCommit to make sure it still works).
2. Currently Flink seems to be failing the Combine and CombineGlobal Xlang
tests. Haven't been able to figure out why yet, and I'll do more debugging on
it when I come back to work next week, but if it doesn't seem ValidatesRunner
related I'll just filter those and fix them later.
----------------------------------------------------------------
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: 522505)
Time Spent: 1h 40m (was: 1.5h)
> Create ValidatesRunner test framework for the Go SDK.
> -----------------------------------------------------
>
> Key: BEAM-11415
> URL: https://issues.apache.org/jira/browse/BEAM-11415
> Project: Beam
> Issue Type: Test
> Components: sdk-go
> Reporter: Daniel Oliveira
> Assignee: Daniel Oliveira
> Priority: P2
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> I've actually already started working on this and it's ending up being more
> like an expansion on the existing integration test system.
> Current main improvements this will add:
> * The new approach is based on the go testing framework, meaning tests do not
> need to be manually registered with a driver. This is bug for usability and
> scalability as more tests will need to be added.
> * Will allow tests to be run with the "go test ..." command, assuming
> necessary services are running.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)