[ 
https://issues.apache.org/jira/browse/BEAM-13857?focusedWorklogId=731090&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-731090
 ]

ASF GitHub Bot logged work on BEAM-13857:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Feb/22 17:44
            Start Date: 22/Feb/22 17:44
    Worklog Time Spent: 10m 
      Work Description: lostluck commented on pull request #16908:
URL: https://github.com/apache/beam/pull/16908#issuecomment-1048052221


   New test is failing. It looks like sorting before comparing is the right 
move probably...
   ```
   17:36:51 --- FAIL: TestExpansionServices_GetAddr_Jars (9.00s)
   17:36:51     expansions_test.go:126: processes in ExpansionServices does not 
match jars that should be running: diff(-want,+got):
   17:36:51           []string{
   17:36:51         -   "jarFilepath2",
   17:36:51             "jarFilepath3",
   17:36:51             "jarFilepath1",
   17:36:51         +   "jarFilepath2",
   17:36:51           }
   17:36:51 FAIL
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 731090)
    Time Spent: 0.5h  (was: 20m)

> Add expansion service startup to Go integration test flags.
> -----------------------------------------------------------
>
>                 Key: BEAM-13857
>                 URL: https://issues.apache.org/jira/browse/BEAM-13857
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-go
>            Reporter: Ritesh Ghorse
>            Assignee: Daniel Oliveira
>            Priority: P2
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently a separate debezium io expansion address flag needs to be passed to 
> the runner when running cross-language debezium IO pipelines from Go SDK. 
> Find a way to do this in a better way so that we could have it started along 
> with java io expansion service while spinning up the test without bulking 
> :sdks:java:io:expansion-service.
> In particular, needing to add a flag per expansion service jar to our 
> integration tests will eventually become quite cluttered, so we may wish to 
> settle on some kind of KV map flag approach instead to reduce copypasta code 
> overhead.
> Edit: Decided on going with the KV map flag approach within the Go SDK 
> instead of in a bash script, and moving expansion service startup into the 
> codebase as well.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to