Skip to content

Commit

Permalink
[Flink] Add org.apache.beam.sdk.transforms.ViewTest.testTriggeredLate…
Browse files Browse the repository at this point in the history
…stSingleton to sickbay

restore gradle parallel mode
  • Loading branch information
jto committed Jan 27, 2025
1 parent 24a5a51 commit aaaa023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
################################################################################
org.gradle.caching=true
org.gradle.parallel=false
org.gradle.parallel=true
org.gradle.daemon=false
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xss10240k
Expand Down
2 changes: 2 additions & 0 deletions runners/flink/flink_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ def sickbayTests = [
'org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests',
'org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState',
// TODO(https://github.com/apache/beam/issues/18198)
'org.apache.beam.sdk.transforms.ViewTest.testTriggeredLatestSingleton',
// testTriggeredLatestSingleton gets "stuck" both with or without --useDatastreamForBatch
]

def createValidatesRunnerTask(Map m) {
Expand Down

0 comments on commit aaaa023

Please sign in to comment.