From 2c20242c2dba26098b79ac6763f904a6f912b657 Mon Sep 17 00:00:00 2001 From: Asim R P Date: Thu, 9 May 2019 13:29:53 +0530 Subject: [PATCH] Fix typo in answer file, introduced by b95b5425706 --- .../isolation2/expected/resgroup/resgroup_assign_slot_fail.out | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/isolation2/expected/resgroup/resgroup_assign_slot_fail.out b/src/test/isolation2/expected/resgroup/resgroup_assign_slot_fail.out index 6c8676268f..f8addcddf1 100644 --- a/src/test/isolation2/expected/resgroup/resgroup_assign_slot_fail.out +++ b/src/test/isolation2/expected/resgroup/resgroup_assign_slot_fail.out @@ -1,5 +1,6 @@ -- If the function AssignResGroupOnMaster() fails after getting a slot, -- test the slot will be unassigned correctly. + DROP ROLE IF EXISTS role_test; DROP -- start_ignore -- GitLab