ByteStorage / FlyDB

The high-performance kv storage engine based on bitcask paper made in golang
Apache License 2.0
1.25k stars 100 forks source link

Integration test cli #313

Open halalala222 opened 2 months ago

halalala222 commented 2 months ago
  1. Use Testcontainers to conduct integration testing of the FlyDB CLI
  2. Build the FlyDB gRPC service Docker image using multi-stage builds to avoid dependencies on external builds, resulting in a self-contained flydb-server.
  3. fix FlyDB CLI HMove not work & update HMove structure unit test After HMove, the destination does not have the corresponding field. bf12fe5c-727b-4a56-937f-94b23550e0f2 After pr QTR21hK981
  4. fix FlyDB CLI LRem not work 94796540-e6fe-43de-97ac-16d7ccbfccdd