Arnout Engelen
Arnout Engelen
https://github.com/apache/pekko-projection/actions/runs/19191742358/job/54867136491 ``` [2025-11-08 10:24:29,024] [DEBUG] [JdbcProjectionTest] [] [pool-6-thread-10] - Starting ActorTestKit MDC: {} [2025-11-08 10:24:29,024] [INFO] [org.apache.pekko.actor.testkit.typed.javadsl.LogCapturing] [] [pool-6-thread-10] - Logging started for test [org.apache.pekko.projection.jdbc.JdbcProjectionTest: atLeastOnceShouldRestartFromPreviousOffset] MDC: {}
it expects cassandra to be running port 9042 instead of using testcontainers
This test appears to be flaky: ``` --> [org.apache.pekko.projection.jdbc.JdbcProjectionTest: atLeastOnceShouldRestartFromPreviousOffset] Start of log messages of test that failed with expected: but was: [2024-02-07 19:15:35,185] [DEBUG] [JdbcProjectionTest] [] [pool-6-thread-5] - Starting...
Implements #31 Untested, since #89 is close and it probably makes sense to test them together No retries or parallelism, that doesn't seem necessary at this point.
For example on c9b6fb798541 for libaccounts-glib.dev: ``` $ nix-instantiate . -A libaccounts-glib /nix/store/dc1bwwgc7lg7spm4j93yfgygm5y9gh05-libaccounts-glib-1.27.drv $ nix-build /nix/store/dc1bwwgc7lg7spm4j93yfgygm5y9gh05-libaccounts-glib-1.27.drv --check ``` ... does not upload the 'dev' output, while ``` $ nix build...
linking to https://reproducible.nixos.org, making it clearer this is testing 'derivations'/'output paths' rather than 'packages'.
When rebuilding with `nix-build --check` or `nix build --rebuild`, it seems `OUT_PATHS` stopped being passed to the `async-nix-post-build-hook` somewhere between nix 2.29.2 and nix 2.30.3
I _think_ we're ignoring it right now, obscuring errors
when a rebuild is unsuccessful (i.e. produces a result that differs from the already cached one), this result is uploaded via the diff-hook instead of the build-hook. The diff-hook currently...
It would be nice to be able to more easily 'diff' secrets between git commits. `textconv` gets us part of the way there: if you add a `.gitattributes` with `*.age...