-
-
Notifications
You must be signed in to change notification settings - Fork 36
log :: 2026β05
notunrandom edited this page May 28, 2026
·
4 revisions
-
https://github.com/CardanoSolutions/kupo/pull/204
- build and unit tests OK
- investigated the 4 failing end-to-end tests:
- "restart(s)"
- "read-only permissions"
- "point when syncing"
- "auto-magically"
- for the first 3 the problem is due to the way tests are run:
- "hPut: illegal operation (handle closed)" (on a temporary file)
- the problem cannot be reproduced with manual testing
- it occurs on tests that restart kupo within the same test spec
- the tests can be made to pass by adding
threadDelay 45in between the start and the restart.
- the 4th was already flaky before this PR, and is no different.
- manually testing this version on Kupo against an 11.0.1 node on preview works fine.
- Maintain Kupo among the top three most-used Cardano chain indexers as measured by state of the Cardano developer surveys.
- Finish and merge PR, get back to CI improvements.
-
https://github.com/CardanoSolutions/kupo/pull/204
- build and unit tests OK
- investigated the 4 failing end-to-end tests
- Maintain Kupo among the top three most-used Cardano chain indexers as measured by state of the Cardano developer surveys.
- stuck, get help on failing end-to-end tests.
- Continued build/CI/CD spikes on my fork
- Started https://github.com/CardanoSolutions/kupo/pull/204
- started looking at changes
- prepared to test by updating my Cardano Homebrew tap to 11.0.1
- built and ran unit tests
- Maintain Kupo among the top three most-used Cardano chain indexers as measured by state of the Cardano developer surveys.
- Continue https://github.com/CardanoSolutions/kupo/pull/204
- Continue build/CI/CD spikes
- Merged: https://github.com/CardanoSolutions/kupo/pull/201
-
https://github.com/notunrandom/homebrew-cardano tap:
- upgraded everything to 10.7.1
- added man page to Kupo's formula
- Learned about and experimented with docker/podman
- Forked kupo https://github.com/notunrandom/kupo:
- explored CI improvements
- explored a fully homebrew/podman build/deploy (no Nix)
- Maintain Kupo among the top three most-used Cardano chain indexers as measured by state of the Cardano developer surveys.
- Continue build/CI/CD spikes
- implement improvements
- upgrade GitHub actions before Node 20 end-of-life on GitHub runners
- show & discuss.