(t *testing.T)
| 430 | } |
| 431 | |
| 432 | func TestFileWriterIntegrationRotationIndex(t *testing.T) { |
| 433 | testFileWriterIntegrationDeterministic(t, filepath.Join("TMPDIR", "{{.Rotation}}", "out.csv.zst")) |
| 434 | } |
| 435 | |
| 436 | func TestFileWriterIntegrationTimestamp(t *testing.T) { |
| 437 | const procs = 1 |
nothing calls this directly
no test coverage detected