neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
485 stars 68 forks source link

Fix race conditions in unit tests #521

Open robsdedude opened 1 year ago

robsdedude commented 1 year ago

Ideally, we'd also be turning on the -race flag for tests. But this makes the tests stuck. Needs investigation.

DavidS-ovm commented 11 months ago

See also https://github.com/neo4j/neo4j-go-driver/issues/529