From 7fbed906a2ad1579522e0ce51614948a7601ba53 Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Mon, 12 May 2025 11:06:39 +0200 Subject: [PATCH] Add assert in the ConcurrentDestroyIpcHandlers test Signed-off-by: Lukasz Dorau --- test/ipcFixtures.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ipcFixtures.hpp b/test/ipcFixtures.hpp index 8b1f05e3e8..0edf6cefea 100644 --- a/test/ipcFixtures.hpp +++ b/test/ipcFixtures.hpp @@ -721,6 +721,7 @@ TEST_P(umfIpcTest, ConcurrentDestroyIpcHandlers) { for (size_t i = 0; i < NUM_POOLS; ++i) { consumerPools.push_back(makePool()); + ASSERT_NE(consumerPools[i].get(), nullptr); } for (size_t i = 0; i < NUM_ALLOCS; ++i) {