gosnowflake
gosnowflake copied to clipboard
Fix Goroutine Leak
Description
Tests https://github.com/snowflakedb/gosnowflake/pull/650
Checklist
- [ ] Code compiles correctly
- [ ] Run
make fmt
to fix inconsistent formats - [ ] Run
make lint
to get lint errors and fix all of them - [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing
- [ ] Extended the README / documentation, if necessary
I fixed test codes.
@sfc-gh-jbahk ping