[
https://issues.apache.org/jira/browse/BEAM-14170?focusedWorklogId=760304&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-760304
]
ASF GitHub Bot logged work on BEAM-14170:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Apr/22 18:43
Start Date: 21/Apr/22 18:43
Worklog Time Spent: 10m
Work Description: kennknowles commented on code in PR #17354:
URL: https://github.com/apache/beam/pull/17354#discussion_r855495073
##########
sdks/python/test-suites/dataflow/common.gradle:
##########
@@ -124,6 +124,30 @@ task postCommitIT {
}
}
+task postCommitSickbay {
+ dependsOn 'installGcpTest'
+ dependsOn ':sdks:python:sdist'
+ dependsOn ':runners:google-cloud-dataflow-java:worker:shadowJar'
+
+ def dataflowWorkerJar =
project(":runners:google-cloud-dataflow-java:worker").shadowJar.archivePath
Review Comment:
You would be `--data_service_options=use_runner_v2` I believe. It may need
to be `--experiments=use_runner_v2` if that does not work (but it is not an
experiment any more).
Pablo - is `apache-beam-testing` excluded from auto opt in?
Issue Time Tracking
-------------------
Worklog Id: (was: 760304)
Time Spent: 3h 20m (was: 3h 10m)
> Create a test that runs sickbayed tests
> ---------------------------------------
>
> Key: BEAM-14170
> URL: https://issues.apache.org/jira/browse/BEAM-14170
> Project: Beam
> Issue Type: Test
> Components: testing
> Reporter: Kiley Sok
> Assignee: Andoni Guzman
> Priority: P2
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> When we sickbay tests we should continue to run them, at least in a new test
> suite that may hold flaky/sickbayed tests - often we just stop running them
> forever.
> Create a new test for Python and Java that runs the current sickbayed tests.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)