From d0a4a16bd65032c4f1ffc4aa39da19120fac8dd2 Mon Sep 17 00:00:00 2001 From: Josh Slocum Date: Mon, 29 Aug 2022 15:30:22 -0500 Subject: [PATCH] scaling back ChangeFeedOperationsMove to avoid TraceTooManyLines (#7958) --- tests/fast/ChangeFeedOperations.toml | 2 -- tests/fast/ChangeFeedOperationsMove.toml | 16 +++++++--------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/tests/fast/ChangeFeedOperations.toml b/tests/fast/ChangeFeedOperations.toml index 53f3bb8b19..344b912657 100644 --- a/tests/fast/ChangeFeedOperations.toml +++ b/tests/fast/ChangeFeedOperations.toml @@ -2,8 +2,6 @@ allowDefaultTenant = false testClass = "ChangeFeeds" -# TODO add failure events, and then add a version that also supports randomMoveKeys - [[test]] testTitle = 'ChangeFeedOperationsTest' diff --git a/tests/fast/ChangeFeedOperationsMove.toml b/tests/fast/ChangeFeedOperationsMove.toml index 53808227b4..a44666b5fe 100644 --- a/tests/fast/ChangeFeedOperationsMove.toml +++ b/tests/fast/ChangeFeedOperationsMove.toml @@ -2,39 +2,37 @@ testClass = "ChangeFeeds" allowDefaultTenant = false -# TODO add failure events, and then add a version that also supports randomMoveKeys - [[test]] testTitle = 'ChangeFeedOperationsTest' [[test.workload]] testName = 'ChangeFeedOperations' - testDuration = 60.0 + testDuration = 30.0 [[test.workload]] testName = 'RandomMoveKeys' - testDuration = 60.0 + testDuration = 30.0 [[test.workload]] testName = 'RandomClogging' - testDuration = 60.0 + testDuration = 30.0 [[test.workload]] testName = 'Rollback' - meanDelay = 60.0 - testDuration = 60.0 + meanDelay = 30.0 + testDuration = 30.0 [[test.workload]] testName = 'Attrition' machinesToKill = 10 machinesToLeave = 3 reboot = true - testDuration = 60.0 + testDuration = 30.0 [[test.workload]] testName = 'Attrition' machinesToKill = 10 machinesToLeave = 3 reboot = true - testDuration = 60.0 + testDuration = 30.0