acmpesuecc / hobbes

A Bitcask-like log-structured key-value store with an in-memory index, written in Rust
MIT License
0 stars 0 forks source link

fix test `cli_access_server_sled_engine` #2

Open anirudhsudhir opened 2 hours ago

anirudhsudhir commented 2 hours ago

The test cli_access_server_sled_engine() in tests/cli.rs passes locally but fails when run as a Github Action. The test is currently set to be ignored while running cargo test.

This could be due to a variety of factors, such as the structure of the test which kills the process running the sled engine server.

Todo

bunsamosa-bot[bot] commented 2 hours ago

Thank you for opening this issue! A Maintainer will review it soon!