MCPcopy Create free account
hub / github.com/apache/impala / TEST_F

Function TEST_F

be/src/util/runtime-profile-test.cc:2235–2247  ·  view source on GitHub ↗

Test well-formed event sequences, during generation of JSON profiles

Source from the content-addressed store, hash-verified

2233
2234// Test well-formed event sequences, during generation of JSON profiles
2235TEST_F(AggregatedEventSequenceToJsonTest, CompleteEvents_GroupedAndAggregatedCase) {
2236 // To simulate an aggregated case with complete set of events
2237 // bucket size < number of instances
2238
2239 // Run 2 deterministic tests with random size of events and instances
2240 SetUp(1.0f, true);
2241 Validate();
2242 TearDown();
2243
2244 SetUp(1.0f, true);
2245 Validate();
2246 // TearDown is implicitly invoked
2247}
2248
2249TEST_F(AggregatedEventSequenceToJsonTest, CompleteEvents_GroupedAndUnggregatedCase) {
2250 // To simulate a grouped case with complete set of events

Callers

nothing calls this directly

Calls 2

SetUpFunction · 0.85
ValidateFunction · 0.50

Tested by

no test coverage detected