def getEmptyCol(): col = getEmptyColOrig() col.upgrade_to_v2_scheduler() if is_2021(): col.set_v3_scheduler(True) return col
def getEmptyCol(): col = getEmptyColOrig() col.upgrade_to_v2_scheduler() if is_2021(): col.set_2021_test_scheduler_enabled(True) return col
def getEmptyCol(): col = getEmptyColOrig() col.changeSchedulerVer(2) return col
def getEmptyCol() -> Collection: col = getEmptyColOrig() # only safe in test environment col.set_config("schedVer", 1) col._load_scheduler() return col
def getEmptyCol(): col = getEmptyColOrig() col.upgrade_to_v2_scheduler() return col
def getEmptyCol(): col = getEmptyColOrig() # only safe in test environment col.set_config("schedVer", 1) return col