Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jan 29, 2025
1 parent d17dcd4 commit 2f46d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:

- name: Bulker Test
run: |
go test -parallel=10 -timeout 60m ./jitsubase/... ./kafkabase/... ./eventslog/... ./bulkerlib/... ./bulkerapp/... > test_report.json
go test -parallel=10 -timeout 60m ./jitsubase/... ./kafkabase/... ./eventslog/... ./bulkerlib/... ./bulkerapp/...
# > test_report.json

# - name: Test Report
# if: ${{ always() }}
Expand Down
1 change: 1 addition & 0 deletions bulkerlib/implementations/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ func (a *S3) Type() string {
// Close returns nil
func (a *S3) Close() error {
a.closed.Store(true)
a.presignClient = nil
a.client = nil
return nil
}
Expand Down

0 comments on commit 2f46d68

Please sign in to comment.