Skip to content

log :: 2026โ€05

notunrandom edited this page May 28, 2026 · 4 revisions

2026-05-28

Weekly Update (@notunrandom)

What did you work on this week?

  • 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 45 in 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.

What outcome/key result did it support?

  • Maintain Kupo among the top three most-used Cardano chain indexers as measured by state of the Cardano developer surveys.

What's immediately next?

  • Finish and merge PR, get back to CI improvements.

2026-05-21

Weekly Update (@notunrandom)

What did you work on this week?

What outcome/key result did it support?

  • Maintain Kupo among the top three most-used Cardano chain indexers as measured by state of the Cardano developer surveys.

What's immediately next?

  • stuck, get help on failing end-to-end tests.

2026-05-13

Weekly Update (@notunrandom)

What did you work on this week?

What outcome/key result did it support?

  • Maintain Kupo among the top three most-used Cardano chain indexers as measured by state of the Cardano developer surveys.

What's immediately next?

2026-05-07

Weekly Update (@notunrandom)

What did you work on this week?

What outcome/key result did it support?

  • Maintain Kupo among the top three most-used Cardano chain indexers as measured by state of the Cardano developer surveys.

What's immediately next?

โšก