Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
earayu committed Nov 7, 2024
1 parent c2256ec commit 60090d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 950 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wescale_wesql_performance_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,11 @@ jobs:
docker logs mysql-server
cat ./examples/wesql-server/init_script_logs.txt
- name: Print test output
- name: Check test results
run: |
# print test output
cat ./mysql-tester/output.txt
- name: Check test results
run: |
# check if any test failed
if grep -q -- 'level=error' ./mysql-tester/output.txt; then
echo "Testcase is failed"
Expand Down
Loading

0 comments on commit 60090d0

Please sign in to comment.