Commit Graph

4 Commits

Author SHA1 Message Date
ionutboangiu
c0b665a015 Make go vet pass
The rpcclient constructor could not see the centralized
Encoding flag because it didn't have the necessary build
constraints. Added the constraints in lib_test.go files
where it wasn't alone. In all the other cases, it was
moved to the first file where it was needed.

Moved resources cache tests relying on DBType flag value
to a separate integration test file. Before it was getting
skipped for *internal anyway.
2024-06-06 11:13:32 +02:00
ionutboangiu
454c0552f2 Centralize test flags in utils for shared use across tests 2024-06-06 11:13:32 +02:00
ionutboangiu
e7b4d565cd Add reusable func to create/remove dirs for ers 2023-10-16 13:31:14 +03:00
adragusin
a836232021 Updated it tests 2020-01-15 10:45:59 -05:00