Skip to content

Commit

Permalink
test: update flightsql driver test (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddh-5230 authored Dec 25, 2024
1 parent 3e65295 commit 588b147
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Test packages
run: |
go test -v -cover ./charset ./transpiler ./backend ./harness ./pgserver ./catalog | tee packages.log
go test -v -cover ./charset ./transpiler ./backend ./harness ./pgserver ./catalog ./flightsqltest | tee packages.log
cat packages.log | grep -e "^--- " | sed 's/--- //g' | awk 'BEGIN {count=1} {printf "%d. %s\n", count++, $0}'
cat packages.log | grep -q "FAIL" && exit 1 || exit 0
Expand Down
Loading

0 comments on commit 588b147

Please sign in to comment.