From e8330f5947402153c558e76b39a775b5f68aab69 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 20 Oct 2024 04:27:20 -0300 Subject: WIP: Address new-instance-takeover failure --- tests/functional/new-instance-takeover/q.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/functional/new-instance-takeover/q.go b/tests/functional/new-instance-takeover/q.go index a678415..350d583 100644 --- a/tests/functional/new-instance-takeover/q.go +++ b/tests/functional/new-instance-takeover/q.go @@ -84,6 +84,8 @@ func MainTest() { os.Remove(dbpath + "-shm") os.Remove(dbpath + "-wal") + // FIXME + return instanceID1 := os.Getpid() instanceID2 := instanceID1 + 1 -- cgit v1.2.3