Skip to content

Commit

Permalink
Debugging changes to see why BATS tests are failing
Browse files Browse the repository at this point in the history
  • Loading branch information
fulghum committed Jan 21, 2025
1 parent ef64778 commit c3e7379
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-bats-macos.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Test Bats MacOS

# NOTE: Change this (temporarily) to run on every pull request
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
pull_request:
branches: [ main ]
paths:
- 'go/**'
- 'integration-tests/**'

concurrency:
group: ci-bats-mac-nightly
Expand Down
1 change: 1 addition & 0 deletions integration-tests/bats/caching_sha2_password.bats
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ EOF

# Invalid account
run mysql -uinvalid --port $PORT --protocol TCP --default-auth=caching_sha2_password -pwrong
echo "OUTPUT: $output"
[ "$status" -ne 0 ]
[[ "$output" =~ "No authentication methods available for authentication" ]] || false
}
Expand Down

0 comments on commit c3e7379

Please sign in to comment.