#state-machine #dfinity #canister #internet-computer #testing

ic-test-state-machine-client

Rust library to interact with the ic-test-state-machine

9 stable releases

3.0.1 Nov 23, 2023
3.0.0 Jul 24, 2023
2.2.1 Jun 2, 2023
2.2.0 May 25, 2023
1.0.0 Jan 12, 2023

#651 in Magic Beans

Download history 3189/week @ 2024-01-03 3251/week @ 2024-01-10 3630/week @ 2024-01-17 3198/week @ 2024-01-24 3810/week @ 2024-01-31 6028/week @ 2024-02-07 7661/week @ 2024-02-14 8751/week @ 2024-02-21 6737/week @ 2024-02-28 8289/week @ 2024-03-06 5648/week @ 2024-03-13 5571/week @ 2024-03-20 4138/week @ 2024-03-27 5789/week @ 2024-04-03 5584/week @ 2024-04-10 3868/week @ 2024-04-17

20,321 downloads per month
Used in icrc1-test-env-state-mach…

Apache-2.0

24KB
538 lines

Test State Machine Client

This is a client library for the test-state-machine binary from the IC repository: https://github.com/dfinity/ic/tree/master/rs/state_machine_tests

Whenever a new StateMachine is created, the library spawns a child process, which it will communicate with using stdio. If the debug flag is passed in, the binary will print debug information to stderr (as to not interfere with the protocol going over stdin/stdout).

The ic-test-state-machine is an incomplete wrapper around the ic-state-machine-tests library (in the same crate). It was created to decouple the lengthy build process and the many dependencies of the IC repo from clients of the ic-test-state-machine.

Download

The prebuilt binary can be downloaded from https://download.dfinity.systems/ic/$sha/binaries/x86_64-$platform/ic-test-state-machine.gz, where sha is the commit sha of a commit on the master branch of the IC repository and platform is either linux or darwin.

Dependencies

The ic-test-state-machine binary requires openssl 3. On MacOs it can be installed using homebrew by running brew install openssl@3.

Disclaimer

While testing with the ic-test-state-machine might help the development process, it is not a replacement for testing with the actual replica.

Dependencies

~1.5–2.4MB
~49K SLoC