snowflyak
Results
2
issues of
snowflyak
**What are you trying to do?** I'm trying to run testcontainers on a host with Docker Engine API exposed via TCP socket instead of a Unix socket. Testcontainers run fine...
🚀 enhancement
Tests fail with file-backed H2 database: ``` $ H2_TEST_IN_MEMORY=false go test ./... -count=1 -v === RUN TestPing driver_test.go:49: error: driver: bad connection --- FAIL: TestPing (0.01s) === RUN TestSimpleCRUD driver_test.go:49:...