beardedeagle / mnesiac

Mnesia autoclustering made easy!
MIT License
130 stars 21 forks source link

0.4.0 checklist #53

Open beardedeagle opened 4 years ago

beardedeagle commented 4 years ago
  1. Required
    • [x] typespec everything
    • [x] use structs throughout lib
    • [x] drop config dir and files
    • [x] doc everything
    • [ ] test coverage to 100%
    • [ ] expand distributed testing to cover more cases
  2. Optional
    • [x] add replication factor support
    • [x] add callback to refresh cluster
beardedeagle commented 2 years ago

Effectively all that remains is converting the test suite to local_cluster and ensuring we hit 100% coverage, especially in regards to distributed testing.