From b5f8f4c93955f17404ba34aa8c3b2de91215b2b7 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 21 Nov 2023 12:56:10 +0100 Subject: [PATCH 1/2] try to fix test --- .github/workflows/build-test-prValidation.yml | 2 +- .../apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml index 314ff19d054..eb31ba3c16a 100644 --- a/.github/workflows/build-test-prValidation.yml +++ b/.github/workflows/build-test-prValidation.yml @@ -76,7 +76,7 @@ jobs: -Dpekko.log.timestamps=true \ validateCompile - - name: sbt validatePullRequest + - name: sbt cluster-typed/test validatePullRequest run: |- sbt \ -Dpekko.mima.enabled=false \ diff --git a/cluster-typed/src/test/scala/org/apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala b/cluster-typed/src/test/scala/org/apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala index 5c249eb32aa..b0dfe770dc9 100644 --- a/cluster-typed/src/test/scala/org/apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala +++ b/cluster-typed/src/test/scala/org/apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala @@ -33,6 +33,7 @@ object ClusterActorLoggingSpec { pekko.remote.artery.canonical.hostname = 127.0.0.1 # generous timeout for cluster forming probes pekko.actor.testkit.typed.default-timeout = 10s + pekko.actor.testkit.typed.filter-leeway = 10s """) } From 59a81420a0f3c9b27f0c41dd22be1d534d23eb0b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 21 Nov 2023 13:11:18 +0100 Subject: [PATCH 2/2] Update build-test-prValidation.yml --- .github/workflows/build-test-prValidation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml index eb31ba3c16a..314ff19d054 100644 --- a/.github/workflows/build-test-prValidation.yml +++ b/.github/workflows/build-test-prValidation.yml @@ -76,7 +76,7 @@ jobs: -Dpekko.log.timestamps=true \ validateCompile - - name: sbt cluster-typed/test validatePullRequest + - name: sbt validatePullRequest run: |- sbt \ -Dpekko.mima.enabled=false \