Documentation ¶
Index ¶
Constants ¶
View Source
const (
TimeColumnName = "partition_time"
)
constants (begin)
Variables ¶
View Source
var ( NoneRotation *server.RotatorConfig = nil DayRotation = &server.RotatorConfig{ KeepPartCount: 14, PartType: server.RotatorPartDay, PartSize: 1, TimeColumn: TimeColumnName, TableNameTemplate: "", } )
View Source
var (
GlobalUID = 0
)
Functions ¶
func PrefilledSourceAndTarget ¶
func PrefilledSourceAndTarget() (mongodataagent.MongoSource, ytcommon.YtDestination)
func ScenarioCheckActivation ¶
func ScenarioCheckActivation( t *testing.T, source mongodataagent.MongoSource, target ytcommon.YtDestination, table abstract.TableID, rotationTime time.Time, expectedTablePath ypath.Path, )
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.