(t *testing.T)
| 457 | } |
| 458 | |
| 459 | func TestFileWriterIntegrationUUID(t *testing.T) { |
| 460 | const procs = 8 |
| 461 | const rotate = -1 |
| 462 | testFileWriterIntegrationCheckRecords(t, filepath.Join("TMPDIR", "{{.UUID}}-out.csv.zst"), procs, rotate) |
| 463 | } |
| 464 | |
| 465 | // decompressFilesInDir decompresses all compressed (zstd/gzip) files it finds |
| 466 | // under root (recursively), and removes the compressed files in files with the |
nothing calls this directly
no test coverage detected