Granola-Team / mina-indexer

The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
Apache License 2.0
18 stars 10 forks source link

Improve reliability of the `test_blocks_copy` on darwin systems #1333

Closed trevorbernard closed 1 month ago

trevorbernard commented 1 month ago

test_blocks_copy is flakey on darwin systems. The cause is the file watcher doesn't trigger an event when a new block is hard linked to the watch directory.

trevorbernard commented 1 month ago

This issue will be resolved when this issue is fixed: https://github.com/Granola-Team/mina-indexer/issues/1336