MCPcopy Create free account
hub / github.com/AdRoll/baker / TestFileWriterIntegrationUUID

Function TestFileWriterIntegrationUUID

output/filewriter_test.go:459–463  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

457}
458
459func 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

Callers

nothing calls this directly

Tested by

no test coverage detected