Skip to content

Commit

Permalink
Add RUST_BACKTRACE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Dec 12, 2024
1 parent a1b9eee commit a033afb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/buildomat/jobs/test-ds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ for t in "$input/bins/"*.gz; do
done

export BINDIR=/var/tmp/bins
export RUST_BACKTRACE=1

banner test_ds
ptime -m bash "$input/scripts/test_ds.sh"
Expand Down
1 change: 1 addition & 0 deletions .github/buildomat/jobs/test-live-repair.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ for t in "$input/bins/"*.gz; do
done

export BINDIR=/var/tmp/bins
export RUST_BACKTRACE=1

echo "BINDIR is $BINDIR"
echo "bindir contains:"
Expand Down
1 change: 1 addition & 0 deletions .github/buildomat/jobs/test-memory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ for t in "$input/rbins/"*.gz; do
done

export BINDIR=/var/tmp/bins
export RUST_BACKTRACE=1

banner setup
pfexec plimit -n 9123456 $$
Expand Down
1 change: 1 addition & 0 deletions .github/buildomat/jobs/test-region-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ for t in "$input/rbins/"*.gz; do
done

export BINDIR=/var/tmp/bins
export RUST_BACKTRACE=1

banner region
pfexec plimit -n 9123456 $$
Expand Down
1 change: 1 addition & 0 deletions .github/buildomat/jobs/test-repair.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ for t in "$input/bins/"*.gz; do
done

export BINDIR=/var/tmp/bins
export RUST_BACKTRACE=1

echo "Setup self timeout"
# Give this test two hours to finish
Expand Down
1 change: 1 addition & 0 deletions .github/buildomat/jobs/test-replay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for t in "$input/bins/"*.gz; do
done

export BINDIR=/var/tmp/bins
export RUST_BACKTRACE=1
banner setup

echo "Setup self timeout"
Expand Down
1 change: 1 addition & 0 deletions .github/buildomat/jobs/test-up-encrypted.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ for t in "$input/bins/"*.gz; do
done

export BINDIR=/var/tmp/bins
export RUST_BACKTRACE=1

# Give this test one hour to finish
jobpid=$$; (sleep $(( 60 * 60 )); banner fail-timeout; ps -ef; zfs list;kill $jobpid) &
Expand Down
1 change: 1 addition & 0 deletions .github/buildomat/jobs/test-up-unencrypted.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ for t in "$input/bins/"*.gz; do
done

export BINDIR=/var/tmp/bins
export RUST_BACKTRACE=1

# Give this test two hours to finish
jobpid=$$; (sleep $(( 120 * 60 )); banner fail-timeout; ps -ef; zfs list;kill $jobpid) &
Expand Down

0 comments on commit a033afb

Please sign in to comment.