Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
BSD 3-Clause "New" or "Revised" License
189
stars
59
forks
source link
fix(simple_debouncer_test): make sure first call is picked up before making more calls #329
Closed
dkropachev closed 1 week ago
Fix https://github.com/scylladb/gocql/issues/328
Test can stuck at:
Due to fact that:
Could be executed before debouncer starts first call execution.