forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing raidz_expand_001_pos failure
- Loading branch information
1 parent
c7f70a0
commit b4a5b64
Showing
8 changed files
with
104 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,16 +52,26 @@ for i in `seq 1 $VMs`; do | |
echo "##[endgroup]" | ||
done | ||
|
||
RESPATH="/var/tmp/test_results" | ||
|
||
# all tests without grouping: | ||
MERGE="$BASE/.github/workflows/scripts/merge_summary.awk" | ||
$MERGE vm*log.txt | $BASE/scripts/zfs-tests-color.sh | ||
$MERGE vm*log.txt | $BASE/scripts/zfs-tests-color.sh | tee $RESPATH/summary.txt | ||
|
||
RESPATH="/var/tmp/test_results" | ||
for i in `seq 1 $VMs`; do | ||
rsync -arL [email protected]$i:$RESPATH/current $RESPATH/vm$i || true | ||
scp [email protected]$i:"/var/tmp/*.txt" $RESPATH/vm$i || true | ||
done | ||
cp -f /var/tmp/*.txt $RESPATH || true | ||
|
||
|
||
# Save a list of all failed test logs for easy access | ||
awk '/\[FAIL\]|\[KILLED\]/{ show=1; print; next; }; /\[SKIP\]|\[PASS\]/{ show=0; } show' \ | ||
$RESPATH/vm*/current/log >> $RESPATH/summary-failure-logs.txt | ||
|
||
cp $RESPATH/summary.txt $RESPATH/summary-with-logs.txt | ||
cat $RESPATH/summary-failure-logs.txt >> $RESPATH/summary-with-logs.txt | ||
|
||
tar cf /tmp/qemu-$OS.tar -C $RESPATH -h . || true | ||
|
||
echo "********************************************************************" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters