Skip to content

Commit

Permalink
Remove problem step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Mar 11, 2024
1 parent d3ab1ff commit 22297d4
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,18 @@ jobs:
pkill holochain
pkill lair-keystore
- name: Smoke test - dht_sync_lag
run: |
# Start a sandbox conductor and run it in the background
nix develop --command bash -c "hc s clean && echo "1234" | hc s --piped create && echo "1234" | hc s --piped -f 8888 run &"
# Run the scenario for 5 seconds
nix develop --command bash -c "RUST_LOG=info cargo run --package dht_sync_lag -- --connection-string ws://localhost:8888 --agents 2 --behaviour write:1 --behaviour record_lag:1 --duration 5 --no-progress --no-metrics"

pkill hc
pkill holochain
pkill lair-keystore
# Failed on CI with ` error: linking with `cc` failed: exit status: 1`
# - name: Smoke test - dht_sync_lag
# run: |
# # Start a sandbox conductor and run it in the background
# nix develop --command bash -c "hc s clean && echo "1234" | hc s --piped create && echo "1234" | hc s --piped -f 8888 run &"
#
# # Run the scenario for 5 seconds
# nix develop --command bash -c "RUST_LOG=info cargo run --package dht_sync_lag -- --connection-string ws://localhost:8888 --agents 2 --behaviour write:1 --behaviour record_lag:1 --duration 5 --no-progress --no-metrics"
#
# pkill hc
# pkill holochain
# pkill lair-keystore

- name: Check scripts
run: |
Expand Down

0 comments on commit 22297d4

Please sign in to comment.