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

Function TestFileWriterIntegrationTimestamp

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

Source from the content-addressed store, hash-verified

434}
435
436func TestFileWriterIntegrationTimestamp(t *testing.T) {
437 const procs = 1
438 const rotate = -1
439 testFileWriterIntegrationCheckRecords(t, filepath.Join("TMPDIR", "{{.Year}}{{.Month}}{{.Day}}{{.Hour}}{{.Minute}}{{.Second}}-out.csv.zst"), procs, rotate)
440}
441func TestFileWriterIntegrationProcs(t *testing.T) {
442 const procs = 8
443 const rotate = -1

Callers

nothing calls this directly

Tested by

no test coverage detected