From d8940b27c8a5c070c3b48ca9e575929df8d1d888 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 5 Mar 2026 00:08:19 +0100 Subject: added TEST_SUITE_BEGIN/END around some TEST_CASEs which didn't have them (#809) * added TEST_SUITE_BEGIN/END around some TEST_CASEs which didn't have them * fixed some stats issues * ScopedSpan should Initialize * annotated classes in stats.h with some documentation comments --- src/zencompute/cloudmetadata.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/zencompute/cloudmetadata.cpp') diff --git a/src/zencompute/cloudmetadata.cpp b/src/zencompute/cloudmetadata.cpp index b3b3210d9..65bac895f 100644 --- a/src/zencompute/cloudmetadata.cpp +++ b/src/zencompute/cloudmetadata.cpp @@ -622,6 +622,8 @@ CloudMetadata::PollGCPTermination() namespace zen::compute { +TEST_SUITE_BEGIN("compute.cloudmetadata"); + // --------------------------------------------------------------------------- // Test helper — spins up a local ASIO HTTP server hosting a MockImdsService // --------------------------------------------------------------------------- @@ -1000,6 +1002,8 @@ TEST_CASE("cloudmetadata.sentinel_files") } } +TEST_SUITE_END(); + void cloudmetadata_forcelink() { -- cgit v1.2.3