@@ -118,27 +118,26 @@ struct Go1_22GRPCClientServerContainers {
118118 static const bool disable_dwarf = false ;
119119};
120120
121- struct Go1_23GRPCClientServerContainers {
122- using ServerContainer = ::px::stirling::testing::Go1_23_GRPCServerContainer ;
123- using ClientContainer = ::px::stirling::testing::Go1_23_GRPCClientContainer ;
121+ struct Go1_22GRPCClientServerContainersNoDWARF {
122+ using ServerContainer = ::px::stirling::testing::Go1_22_GRPCServerContainer ;
123+ using ClientContainer = ::px::stirling::testing::Go1_24_GRPCClientContainer ;
124124
125125 static constexpr std::string_view server_image_tar = ServerContainer::kBazelImageTar ;
126- static const bool disable_dwarf = false ;
126+ static const bool disable_dwarf = true ;
127127};
128128
129- struct Go1_23GRPCClientServerContainersNoDWARF {
129+ struct Go1_23GRPCClientServerContainers {
130130 using ServerContainer = ::px::stirling::testing::Go1_23_GRPCServerContainer;
131131 using ClientContainer = ::px::stirling::testing::Go1_23_GRPCClientContainer;
132132
133- static constexpr std::string_view server_image_tar =
134- " src/stirling/source_connectors/socket_tracer/testing/containers/"
135- " go_1_23_grpc_server_with_mod_info.tar" ;
136- static const bool disable_dwarf = true ;
133+ static constexpr std::string_view server_image_tar = ServerContainer::kBazelImageTar ;
134+ static const bool disable_dwarf = false ;
137135};
138136
139137struct Go1_24GRPCClientServerContainers {
140138 using ServerContainer = ::px::stirling::testing::Go1_24_GRPCServerContainer;
141139 using ClientContainer = ::px::stirling::testing::Go1_24_GRPCClientContainer;
140+ static const bool disable_dwarf = false ;
142141};
143142
144143struct GoBoringCryptoGRPCClientServerContainers {
@@ -152,12 +151,8 @@ struct GoBoringCryptoGRPCClientServerContainers {
152151typedef ::testing::Types<GoBoringCryptoGRPCClientServerContainers, Go1_18GRPCClientServerContainers,
153152 Go1_19GRPCClientServerContainers, Go1_20GRPCClientServerContainers,
154153 Go1_21GRPCClientServerContainers, Go1_22GRPCClientServerContainers,
155- <<<<<<< HEAD
156154 Go1_23GRPCClientServerContainers, Go1_24GRPCClientServerContainers>
157- =======
158- Go1_23GRPCClientServerContainers, Go1_23GRPCClientServerContainersNoDWARF>
159- >>>>>>> 345dddc7b (Include offsetgen case in http2_trace_bpf_test)
160- GoVersions;
155+ Go1_23GRPCClientServerContainers, Go1_22GRPCClientServerContainersNoDWARF > GoVersions;
161156TYPED_TEST_SUITE (HTTP2TraceTest, GoVersions);
162157
163158TYPED_TEST (HTTP2TraceTest, Basic) {
0 commit comments