scylladb / gocql

Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
https://docs.scylladb.com/stable/using-scylla/drivers/cql-drivers/scylla-go-driver.html
BSD 3-Clause "New" or "Revised" License
190 stars 59 forks source link

Fix `debounce` add skipping the `TestSimpleDebouncer` test #345

Closed illia-li closed 1 week ago

illia-li commented 1 week ago

Reason - sometimes this test panics, this leads to problems with the pipelines. So, i suggest skipping the TestSimpleDebouncer test before solving the problem with debounce, to not create problems for other PRs.