From 1a59926d757bf13fec7fd58ff6eed750535a6561 Mon Sep 17 00:00:00 2001 From: Jingyu Zhou Date: Fri, 31 Jul 2020 14:31:38 -0700 Subject: [PATCH] Limit Storefront and Cycle restart tests to 4.6.0 and up The assertion in DBCoreState.h insists on hasMultiGenerationTLog(), which is only available on 4.6.0 and up versions. --- tests/restarting/{ => from_4.6.0}/CycleTestRestart-1.txt | 0 tests/restarting/{ => from_4.6.0}/CycleTestRestart-2.txt | 0 tests/restarting/{ => from_4.6.0}/StorefrontTestRestart-1.txt | 0 tests/restarting/{ => from_4.6.0}/StorefrontTestRestart-2.txt | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/restarting/{ => from_4.6.0}/CycleTestRestart-1.txt (100%) rename tests/restarting/{ => from_4.6.0}/CycleTestRestart-2.txt (100%) rename tests/restarting/{ => from_4.6.0}/StorefrontTestRestart-1.txt (100%) rename tests/restarting/{ => from_4.6.0}/StorefrontTestRestart-2.txt (100%) diff --git a/tests/restarting/CycleTestRestart-1.txt b/tests/restarting/from_4.6.0/CycleTestRestart-1.txt similarity index 100% rename from tests/restarting/CycleTestRestart-1.txt rename to tests/restarting/from_4.6.0/CycleTestRestart-1.txt diff --git a/tests/restarting/CycleTestRestart-2.txt b/tests/restarting/from_4.6.0/CycleTestRestart-2.txt similarity index 100% rename from tests/restarting/CycleTestRestart-2.txt rename to tests/restarting/from_4.6.0/CycleTestRestart-2.txt diff --git a/tests/restarting/StorefrontTestRestart-1.txt b/tests/restarting/from_4.6.0/StorefrontTestRestart-1.txt similarity index 100% rename from tests/restarting/StorefrontTestRestart-1.txt rename to tests/restarting/from_4.6.0/StorefrontTestRestart-1.txt diff --git a/tests/restarting/StorefrontTestRestart-2.txt b/tests/restarting/from_4.6.0/StorefrontTestRestart-2.txt similarity index 100% rename from tests/restarting/StorefrontTestRestart-2.txt rename to tests/restarting/from_4.6.0/StorefrontTestRestart-2.txt