[
https://issues.apache.org/jira/browse/BEAM-14170?focusedWorklogId=756734&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-756734
]
ASF GitHub Bot logged work on BEAM-14170:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Apr/22 21:53
Start Date: 13/Apr/22 21:53
Worklog Time Spent: 10m
Work Description: andoni-guzman commented on code in PR #17354:
URL: https://github.com/apache/beam/pull/17354#discussion_r849928446
##########
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:
I don't know how to set up as a Runner V2.
I did in this way to be sure that the sickbay test have the same
configuration as normal post commit tests
Issue Time Tracking
-------------------
Worklog Id: (was: 756734)
Time Spent: 2h 10m (was: 2h)
> 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: 2h 10m
> 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.1#820001)