Open Issues Need Help
View All on GitHub Find a way to CI test the infrastructure without leaking ref solution about 2 months ago
AI Summary: The task is to implement Continuous Integration (CI) testing for the MadKV distributed key-value store project infrastructure without revealing the reference solution's source code. This involves designing a testing strategy that verifies the build process, Justfile recipes, and client-server interaction using a separate, minimal test implementation or by carefully isolating the testing components from the reference solution.
Complexity:
4/5
help wanted
Template of a Distributed Key-Value Store Project Series for Teaching Distributed Systems :teacher:
Rust
#distributed-systems#key-value-store#teaching