Arnout Engelen

Results 416 issues of Arnout Engelen

Once that's out

enhancement

Leaked children: ``` [info] MqttSessionSpec: ... [info] MQTT server connector ... [info] - should produce a duplicate publish on the server given two client connections *** FAILED *** (46 seconds,...

mqtt-streaming
flaky test

Still targeting Java 8, but as preparation for raising the minimum Java version for those components where the upstream library requires it.

enhancement

``` --> [org.apache.pekko.stream.connectors.ftp.FtpsWithProxyStageTest: fromPath] Start of log messages of test that failed with assertion failed: timeout (30 seconds) during fishForMessage, hint: OnNext(_) or OnComplete

flaky test
ftp

``` [info] SolrSpec: [info] Pekko Connectors Solr [info] - should consume and publish SolrInputDocument (757 milliseconds) [info] - should consume and publish documents as specific type using a bean (719...

solr
flaky test

``` [info] UnixDomainSocketSpec: [info] A Unix Domain Socket [info] - should receive some bytes (34 milliseconds) [info] - should send and receive more ten times the size of a buffer...

unix-domain-socket
flaky test

It seems to be specifically `establishClientBidirectionalConnectionAndSubscribeToATopic` and `establishServerBidirectionalConnectionAndSubscribeToATopic`

mqtt-streaming
flaky test

Subtle bugs can appear when you use overlapping connection ids within a session. It would be good to provide an API where the component takes care of this automatically.

enhancement
mqtt-streaming

The link validator is currently run on PR validation, however it is far too susceptible for intermittent failures not caused by the PR in question. We should probably move it...

If we declare Java 8 support deprecated in/before Pekko 1.1.0, we give ourselves the option to remove it in Pekko 1.2.0 (in the spirit of https://pekko.apache.org/docs/pekko/current/common/binary-compatibility-rules.html#when-will-a-deprecated-method-be-removed-entirely). Depending on feedback we...