mariadb

Crates.iomariadb
lib.rsmariadb
version0.1.0
sourcesrc
created_at2021-02-18 23:20:47.358675
updated_at2021-02-18 23:20:47.358675
descriptionIntegration suite for various application e2e test on kubernets
homepage
repository
max_upload_size
id357260
size19,218
Kris Barkar (barkardk)

documentation

README

Mariadb

Client used to run integration and e2e tests in kubernetes

Makefile

To see what options there are run

#> make 

cross                          Add dependencies needed for cross compilation
darwin                         Build a webserver debug binary on darwin
debug                          Create a docker container with a debug mode compiled binary and source code. Expose the binary via gdbserver on port 1234. Tag and push docker to registry
dev                            Cross compile a linux binary from darwin in debug mode
release                        Cross compile a linux binary in release mode (Takes longer)
run                            Build and run a docker container locally with debugger on port 1234
test                           Run cargo test on all integration tests

Commit count: 0

cargo fmt