[
https://issues.apache.org/jira/browse/BEAM-11415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Oliveira updated BEAM-11415:
-----------------------------------
Description:
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.
was:
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.
* Will allow tests to be run with the "go test ..." command, assuming necessary
services are running.
> 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
>
> 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)