[
https://issues.apache.org/jira/browse/BEAM-10136?focusedWorklogId=453560&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-453560
]
ASF GitHub Bot logged work on BEAM-10136:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Jul/20 17:52
Start Date: 01/Jul/20 17:52
Worklog Time Spent: 10m
Work Description: piotr-szuberski edited a comment on pull request #12145:
URL: https://github.com/apache/beam/pull/12145#issuecomment-652560391
Unfortunately the python test is taken by tox precommit suites - I suppose
it shouldn't?
Btw in which suites should this test be running? postCommitPortable?
Other xlang tests have some skipIfs, e.g.:
```
@unittest.skipUnless(
os.environ.get('EXPANSION_PORT'))
```
But they are really using those env variables and my test doesn't need any
setup. How would you suggest to solve it?
For now I added, like in sql_test
```
@unittest.skipIf(
TestPipeline().get_pipeline_options().view_as(StandardOptions).runner is
None,
"Must be run with a runner that supports staging java artifacts.")
```
----------------------------------------------------------------
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: 453560)
Time Spent: 0.5h (was: 20m)
> Add cross-language wrapper for Java's JdbcIO Write
> --------------------------------------------------
>
> Key: BEAM-10136
> URL: https://issues.apache.org/jira/browse/BEAM-10136
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Affects Versions: Not applicable
> Reporter: Piotr Szuberski
> Assignee: Piotr Szuberski
> Priority: P2
> Labels: portability
> Fix For: Not applicable
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Add cross-language wrapper for Java's Jdbc Write
--
This message was sent by Atlassian Jira
(v8.3.4#803005)