Skip to content

Commit

Permalink
fix: Update docker logs command to tail 150 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Oct 15, 2024
1 parent c70e88c commit 2bf3eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/cannon/assert_clickhouse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ yq e '.networks[].types[] | [.name, .assert.query, .assert.expected] | @tsv' "$S
break
else
echo "Assertion failed for $name. Expected: $expected, Got: $result"
docker logs xatu-cannon --tail 25
docker logs xatu-cannon --tail 150 | grep "$name" | tail -n 10
sleep 2
continue
fi
Expand Down

0 comments on commit 2bf3eb2

Please sign in to comment.