You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sayan Nandan f923a4fc39
Fix test harness
Don't try to initiate an actual connection (right now). Instead,
try to see if the TCP port is live and can be connected to.

Also added some misc `rustfmt` fixes.
10 months ago
..
src Fix test harness 10 months ago
Cargo.toml Fix test harness 10 months ago
README.md Add docs for binary crates and upgrade deps 2 years ago

README.md

Harness

Harness is the custom build tool that is used by Skytable as a "test harness" while also providing bundling/packaging functions. The Makefile at the root of the source tree builds the harness binary and then runs respective commands using the harness binary (such as test, build, ...).

License

All files in this directory are distributed under the AGPL-3.0 License.