Arnout Engelen

Results 416 issues of Arnout Engelen

reproducing 1.1.0-M1 with `set ThisBuild / net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver := DefaultMavenRepository; ++3.3; clean; reproducibleBuildsCheck` showed two nondeterminisms for me in pekko-http_3-1.1.0-M1.jar : * In org/apache/pekko/http/scaladsl/server/directives/FileUploadDirectives.class, one build had `default·Directive·storeUploadedFile$$anonfun$1$(final·FileUploadDirectives·$this,·final·String·fieldName$1,·final·Function1·destFn$1,·final·RequestContext·ctx)` and `default·/*·synthetic·*/·Directive·storeUploadedFile$$anonfun$1(final·String·fieldName$1,·final·Function1·destFn$1,·final·RequestContext·ctx)`, the...

bug

reproducing 1.1.0-M1 with `set ThisBuild / net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver := DefaultMavenRepository; ++3.3; clean; reproducibleBuildsCheck` showed a nondeterminism for me in pekko-core_3-1.1.0-M1.jar : In org/apache/pekko/http/scaladsl/model/HttpMessage.tasty there are small differences at lines 0x0000010, 0x00000020...

bug

Possibly related to #468 ``` [info] UntypedMqttFlowSpec: [info] mqtt client flow [info] - should establish a bidirectional connection and subscribe to a topic *** FAILED *** (5 seconds, 42 milliseconds)...

flaky test

Similar to https://github.com/apache/pekko-http/issues/566 * In `pekko-connectors-google-fcm_3-1.1.0-M1-RC1.jar` in `org/apache/pekko/stream/connectors/google/firebase/fcm/v1/models/FcmOption` (begin and and of the .tasty file) * In `pekko-connectors-huawei-push-kit_3-1.1.0-M1-RC1.jar` in `org/apache/pekko/stream/connectors/huawei/pushkit/models/Response` (begin and and of the .tasty file)

bug

while checking the v1.1.0-M1-RC1 artifacts, in both `pekko-connectors-google-cloud-pub-sub-grpc_2.13-1.1.0-M1-RC1.jar` and `pekko-connectors-google-cloud-bigquery-storage_2.13-1.1.0-M1-RC1.jar` and their 2.12 counterparts, I encountered `.proto` files in the published jars but not in my locally-built artifacts.

bug

Seen in https://github.com/apache/pekko-connectors/actions/runs/9823914568/job/27122318959?pr=730: ``` --> [docs.scaladsl.CouchbaseTestFlowSpec: touch 1s, wait 2s and check exists] Start of log messages of test that [Failed(org.scalatest.exceptions.TestFailedException: true was not equal to false)] 02:26:31.559 INFO [default-dispatcher-5]...

flaky test

Currently, dependency-submission would submit all dependencies to https://github.com/apache/pekko/security/dependabot , including test dependencies. We then added explicit dependencies to the build to squash warnings about outdated test dependencies (#1181, #1313 and...

Sketching out #1417 - incomplete and notably not bothering with binary compatibility yet, just to illustrate the idea.

I think this class was introduced when Akka still supported Java versions before Java 8, which introduced `CompletionStage`. We should probably try and deprecate `org.apache.pekko.dispatch.Futures` and any Java APIs that...

enhancement

I'd have liked to add a scripted test, but it seems scripted doesn't allow referring to '$HOME' or '~' for checking files have been created. Implements #54