Johan Andrén
Johan Andrén
Since quite a while (when we moved away from the IntegrationTest sbt config): https://github.com/akka/akka-projection/actions/workflows/dependency-submission.yml
In `ProjectionManagement` we have methods to pause and resume projections, across the cluster, if you know the `ProjectionId` up front. For projections feeding from events by slice queries, the slice...
https://github.com/akka/akka-projection/actions/runs/4960317517/jobs/8875638925?pr=894#step:7:733 Full logs: [logs_7046.zip](https://github.com/akka/akka-projection/files/11465536/logs_7046.zip)
I don't think this is anything serious, but would be good to investigate and silence, shut down orderly, if possible: When running grpc-projection integration tests, after test complete, this is...
If possible. Right now building the graalvm samples on Apple M1/2 will result in an ARM64 image, but that is maybe not that likely to be available in cloud/edge envs....
https://github.com/akka/akka-projection/actions/runs/5069699513/jobs/9103685718#step:6:2737 Several test cases failing
https://github.com/akka/akka-projection/actions/runs/3764993334/jobs/6400006262#step:6:292 ``` [info] - must count offsets (with afterEnvelops optimization) *** FAILED *** (2 seconds, 997 milliseconds) [info] 3 was not equal to 2 (OffsetCommittedCounterMetricSpec.scala:65) [info] org.scalatest.exceptions.TestFailedException: [info] at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:344)...
We set it to avoid some shutdown but it probably does not do what we expect it to. https://github.com/akka/akka-projection/blob/main/akka-projection-grpc/src/main/scala/akka/projection/grpc/consumer/scaladsl/GrpcReadJournal.scala#L143 From the Netty docs, the Netty channels are closed after 30...
https://github.com/akka/akka-projection/actions/runs/4729347937/jobs/8391770455#step:6:307 ``` --> [akka.projection.internal.HandlerRecoveryImplSpec: HandlerRecovery must abort retryAndFail when retrying] Start of log messages of test that [Failed(java.lang.AssertionError: timeout (3 seconds) during expectMessage while waiting for Err(Envelope(3,c),akka.actor.testkit.typed.TestException: err))] [2023-04-18 06:40:45,177]...
Since all more or less all modules here have it-tests that spin up things and are slow it would be nice if we could only trigger ci it tests for...