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
189 stars 59 forks source link

Add tags to all test files #342

Closed sylwiaszunejko closed 1 week ago

sylwiaszunejko commented 1 week ago

If there is not tag specified for a test file it is executed regardless or tags configuration. Previously this created the situation when some unittests when executed always even though e.g. 'integration' tag was specified.

This commit fixes that by adding tags to all files.

Fixes: https://github.com/scylladb/gocql-driver-matrix/issues/17