[
https://issues.apache.org/jira/browse/BEAM-11415?focusedWorklogId=556027&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-556027
]
ASF GitHub Bot logged work on BEAM-11415:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Feb/21 21:04
Start Date: 22/Feb/21 21:04
Worklog Time Spent: 10m
Work Description: lostluck commented on pull request #14030:
URL: https://github.com/apache/beam/pull/14030#issuecomment-783673345
To separate out to a new pre/post commit we would need to add a new jenkins
files here: https://github.com/apache/beam/tree/master/.test-infra/jenkins
(search for _Go to find the various Go related files).
Given one is a "set of unit tests" and the XLang integration tests are fully
fledged runner tests, we lose signal if we just combine them into a single
jenkins target.
----------------------------------------------------------------
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: 556027)
Time Spent: 19h (was: 18h 50m)
> 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: 19h
> 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)