-
-
Notifications
You must be signed in to change notification settings - Fork 36
log :: 2026โ06
notunrandom edited this page Jun 18, 2026
·
1 revision
-
https://github.com/CardanoSolutions/kupo/pull/204
- Investigated the 6 failing/flaky end-to-end tests:
- "restart(s)"
- "read-only permissions"
- "point when syncing"
- "auto-magically"
- "can connect"
- "point when at the tip"
- There is a new race condition that occurs, owing to the way the
endToEndtests are run (withskippableContext) - May be related to some of the hackage upgrades
- Decided to re-write those flaky tests (see next item)
- Investigated the 6 failing/flaky end-to-end tests:
-
https://github.com/CardanoSolutions/kupo/tree/flaky
- create separate test suite
- extract "read-only permissions" into new format
- Maintain Kupo among the top three most-used Cardano chain indexers as
measured by state of the Cardano developer surveys. Specifically:
- Ensure software compatibility with upcoming intra-era hard forks & eras
- Extract the remaining flaky tests and push to master
- Rebase PR#204, finalise and merge.