diff --git a/chart.go b/chart.go index 7a2c01b..fe3240f 100644 --- a/chart.go +++ b/chart.go @@ -51,7 +51,7 @@ func generateCharts(pr ParseResult) []PlotlyChart { slog.Debug("Test was paused", "startAfter", startAfter, "duration", duration, "test", tn) ch.Add( - fmt.Sprintf("%s pause (%s)", packageNameFull, duration.Round(time.Millisecond).String()), + fmt.Sprintf("%s PAUSE (%s)", packageNameFull, duration.Round(time.Millisecond).String()), y, startAfter, duration, @@ -66,7 +66,7 @@ func generateCharts(pr ParseResult) []PlotlyChart { slog.Debug("Test was executed", "startAfter", startAfter, "duration", duration, "test", tn) ch.Add( - fmt.Sprintf("%s run (%s)", packageNameFull, duration.Round(time.Millisecond)), + fmt.Sprintf("%s RUN (%s)", packageNameFull, duration.Round(time.Millisecond)), y, startAfter, duration, diff --git a/html.go b/html.go index 92a82ae..7736200 100644 --- a/html.go +++ b/html.go @@ -213,6 +213,8 @@ body { } } + duration := pr.End.Sub(pr.Start) + buf := new(strings.Builder) err = t.Execute(buf, map[string]any{ "plotly": template.JS(plotly), @@ -221,7 +223,7 @@ body { "callOnLoad": callOnLoad, "passed": passed, "failed": failed, - "duration": pr.MaxDuration.Round(time.Millisecond).String(), + "duration": duration.Round(time.Millisecond).String(), }) if err != nil { return "", fmt.Errorf("error executing template: %w", err) diff --git a/testdata/golden.html b/testdata/golden.html index 860a782..4524245 100644 --- a/testdata/golden.html +++ b/testdata/golden.html @@ -3,7 +3,7 @@ - Test Results (4m22.055s 248 passed, 49 failed) + Test Results (10m1.754s 248 passed, 49 failed)
@@ -226788,7 +226788,7 @@ 577.02 ], "text": [ - "sqs.TestPubSub_stress/0/TestTopic/6975b09d-5c7b-41e2-a5c1-9b736153fdb5 run (238ms)" + "sqs.TestPubSub_stress/0/TestTopic/6975b09d-5c7b-41e2-a5c1-9b736153fdb5 RUN (238ms)" ], "textposition": "inside", "width": [ @@ -226814,7 +226814,7 @@ 576.79 ], "text": [ - "sqs.TestPubSub_stress/0/TestMessageCtx/f8275df4-2c51-46db-b317-3e459d7123d3 run (228ms)" + "sqs.TestPubSub_stress/0/TestMessageCtx/f8275df4-2c51-46db-b317-3e459d7123d3 RUN (228ms)" ], "textposition": "inside", "width": [ @@ -226840,7 +226840,7 @@ 575.44 ], "text": [ - "sqs.TestPubSub_stress/0/TestSubscribeCtx/b7b06d43-3ceb-4b4b-a50e-ec3497a2509b run (1.346s)" + "sqs.TestPubSub_stress/0/TestSubscribeCtx/b7b06d43-3ceb-4b4b-a50e-ec3497a2509b RUN (1.346s)" ], "textposition": "inside", "width": [ @@ -226866,7 +226866,7 @@ 575.44 ], "text": [ - "sqs.TestPubSub_stress/0/TestNewSubscriberReceivesOldMessages/f5feac3e-6109-45bf-9eb5-befad83103e2 run (0s)" + "sqs.TestPubSub_stress/0/TestNewSubscriberReceivesOldMessages/f5feac3e-6109-45bf-9eb5-befad83103e2 RUN (0s)" ], "textposition": "inside", "width": [ @@ -226892,7 +226892,7 @@ 575.44 ], "text": [ - "sqs.TestPubSub_stress/0/TestConsumerGroups/072b3093-3bd2-45a6-a26a-c5c673275f9b run (0s)" + "sqs.TestPubSub_stress/0/TestConsumerGroups/072b3093-3bd2-45a6-a26a-c5c673275f9b RUN (0s)" ], "textposition": "inside", "width": [ @@ -226918,7 +226918,7 @@ 567.53 ], "text": [ - "sqs.TestPubSub_stress/0/TestPublishSubscribe/58d37687-d30d-4442-a686-b87029d32978 run (7.917s)" + "sqs.TestPubSub_stress/0/TestPublishSubscribe/58d37687-d30d-4442-a686-b87029d32978 RUN (7.917s)" ], "textposition": "inside", "width": [ @@ -226944,7 +226944,7 @@ 567.32 ], "text": [ - "sqs.TestPubSub_stress/6/TestMessageCtx/8edcd904-3946-4fbe-a162-af2ba5c00abe run (205ms)" + "sqs.TestPubSub_stress/6/TestMessageCtx/8edcd904-3946-4fbe-a162-af2ba5c00abe RUN (205ms)" ], "textposition": "inside", "width": [ @@ -226970,7 +226970,7 @@ 566.63 ], "text": [ - "sqs.TestPubSub_stress/6/TestTopic/fd68bcbb-4411-43d4-a6db-ba03e122e6d9 run (689ms)" + "sqs.TestPubSub_stress/6/TestTopic/fd68bcbb-4411-43d4-a6db-ba03e122e6d9 RUN (689ms)" ], "textposition": "inside", "width": [ @@ -226996,7 +226996,7 @@ 566.63 ], "text": [ - "sqs.TestPubSub_stress/6/TestNewSubscriberReceivesOldMessages/31aa93f8-fd0d-496a-ad85-9cc820393ba0 run (0s)" + "sqs.TestPubSub_stress/6/TestNewSubscriberReceivesOldMessages/31aa93f8-fd0d-496a-ad85-9cc820393ba0 RUN (0s)" ], "textposition": "inside", "width": [ @@ -227022,7 +227022,7 @@ 566.63 ], "text": [ - "sqs.TestPubSub_stress/6/TestConsumerGroups/4f7722c7-3344-4d37-ae36-a83168547b0d run (0s)" + "sqs.TestPubSub_stress/6/TestConsumerGroups/4f7722c7-3344-4d37-ae36-a83168547b0d RUN (0s)" ], "textposition": "inside", "width": [ @@ -227048,7 +227048,7 @@ 562.99 ], "text": [ - "sqs.TestPubSub_stress/6/TestSubscribeCtx/24e70c4e-728b-4dbe-b00a-f18b512e4d72 run (3.645s)" + "sqs.TestPubSub_stress/6/TestSubscribeCtx/24e70c4e-728b-4dbe-b00a-f18b512e4d72 RUN (3.645s)" ], "textposition": "inside", "width": [ @@ -227074,7 +227074,7 @@ 549.21 ], "text": [ - "sqs.TestPubSub_stress/6/TestConcurrentSubscribe/015fb462-df00-4315-8e30-12c4816a08eb run (18.187s)" + "sqs.TestPubSub_stress/6/TestConcurrentSubscribe/015fb462-df00-4315-8e30-12c4816a08eb RUN (18.187s)" ], "textposition": "inside", "width": [ @@ -227100,7 +227100,7 @@ 538.63 ], "text": [ - "sqs.TestPubSub_stress/6/TestConcurrentSubscribeMultipleTopics/12890391-f839-4e81-b6a8-ad6d415a5b64 run (10.575s)" + "sqs.TestPubSub_stress/6/TestConcurrentSubscribeMultipleTopics/12890391-f839-4e81-b6a8-ad6d415a5b64 RUN (10.575s)" ], "textposition": "inside", "width": [ @@ -227126,7 +227126,7 @@ 535.61 ], "text": [ - "sqs.TestPubSub_stress/6/TestResendOnError/3f439c81-468c-4619-b5c9-fa1e1ef4de07 run (3.02s)" + "sqs.TestPubSub_stress/6/TestResendOnError/3f439c81-468c-4619-b5c9-fa1e1ef4de07 RUN (3.02s)" ], "textposition": "inside", "width": [ @@ -227152,7 +227152,7 @@ 535.61 ], "text": [ - "sqs.TestPubSub_stress/6/TestNoAck/1abc7a1a-7701-4925-b154-581924e7da20 run (0s)" + "sqs.TestPubSub_stress/6/TestNoAck/1abc7a1a-7701-4925-b154-581924e7da20 RUN (0s)" ], "textposition": "inside", "width": [ @@ -227178,7 +227178,7 @@ 523.93 ], "text": [ - "sqs.TestPubSub_stress/6/TestConcurrentClose/5601ea1a-0701-4f52-8816-1e69a0533362 run (3.684s)" + "sqs.TestPubSub_stress/6/TestConcurrentClose/5601ea1a-0701-4f52-8816-1e69a0533362 RUN (3.684s)" ], "textposition": "inside", "width": [ @@ -227204,7 +227204,7 @@ 517.82 ], "text": [ - "sqs.TestPubSub_stress/6/TestContinueAfterErrors/f39a169e-9886-480f-bb36-3f6f15b2de03 run (17.784s)" + "sqs.TestPubSub_stress/6/TestContinueAfterErrors/f39a169e-9886-480f-bb36-3f6f15b2de03 RUN (17.784s)" ], "textposition": "inside", "width": [ @@ -227230,7 +227230,7 @@ 517.82 ], "text": [ - "sqs.TestPubSub_stress/6/TestPublishSubscribeInOrder/2eba0b33-9241-4f08-a5c9-95614adc60ff run (0s)" + "sqs.TestPubSub_stress/6/TestPublishSubscribeInOrder/2eba0b33-9241-4f08-a5c9-95614adc60ff RUN (0s)" ], "textposition": "inside", "width": [ @@ -227256,7 +227256,7 @@ 509.79 ], "text": [ - "sqs.TestPubSub_stress/6/TestPublishSubscribe/cb0cf38f-4a2b-4ae1-817b-e62c399eabcd run (14.136s)" + "sqs.TestPubSub_stress/6/TestPublishSubscribe/cb0cf38f-4a2b-4ae1-817b-e62c399eabcd RUN (14.136s)" ], "textposition": "inside", "width": [ @@ -227282,7 +227282,7 @@ 500.84 ], "text": [ - "sqs.TestPubSub_stress/2/TestMessageCtx/a0598bdb-4ff5-4f41-af01-b838bd381cc9 run (125ms)" + "sqs.TestPubSub_stress/2/TestMessageCtx/a0598bdb-4ff5-4f41-af01-b838bd381cc9 RUN (125ms)" ], "textposition": "inside", "width": [ @@ -227308,7 +227308,7 @@ 500.7 ], "text": [ - "sqs.TestPubSub_stress/2/TestTopic/0653f7e9-0727-4a0e-9aed-98ce16b42396 run (145ms)" + "sqs.TestPubSub_stress/2/TestTopic/0653f7e9-0727-4a0e-9aed-98ce16b42396 RUN (145ms)" ], "textposition": "inside", "width": [ @@ -227334,7 +227334,7 @@ 500.7 ], "text": [ - "sqs.TestPubSub_stress/2/TestNewSubscriberReceivesOldMessages/6f178e04-df69-4fb3-8d3c-f1083e98c298 run (0s)" + "sqs.TestPubSub_stress/2/TestNewSubscriberReceivesOldMessages/6f178e04-df69-4fb3-8d3c-f1083e98c298 RUN (0s)" ], "textposition": "inside", "width": [ @@ -227360,7 +227360,7 @@ 500.7 ], "text": [ - "sqs.TestPubSub_stress/2/TestConsumerGroups/8ae7b831-ca3a-40b5-8531-aa9c7818ed15 run (0s)" + "sqs.TestPubSub_stress/2/TestConsumerGroups/8ae7b831-ca3a-40b5-8531-aa9c7818ed15 RUN (0s)" ], "textposition": "inside", "width": [ @@ -227386,7 +227386,7 @@ 499.58 ], "text": [ - "sqs.TestPubSub_stress/2/TestSubscribeCtx/a49283f8-b0ee-438b-b106-52897ae4fd2f run (1.119s)" + "sqs.TestPubSub_stress/2/TestSubscribeCtx/a49283f8-b0ee-438b-b106-52897ae4fd2f RUN (1.119s)" ], "textposition": "inside", "width": [ @@ -227412,7 +227412,7 @@ 493.81 ], "text": [ - "sqs.TestPubSub_stress/2/TestConcurrentSubscribe/d523c0f2-21b2-4f89-9451-c859099a1dbf run (24.014s)" + "sqs.TestPubSub_stress/2/TestConcurrentSubscribe/d523c0f2-21b2-4f89-9451-c859099a1dbf RUN (24.014s)" ], "textposition": "inside", "width": [ @@ -227438,7 +227438,7 @@ 493.37 ], "text": [ - "sqs.TestPubSub_stress/2/TestResendOnError/af2d823b-c9d0-4ce0-9b2f-bb18bd7d0661 run (16.419s)" + "sqs.TestPubSub_stress/2/TestResendOnError/af2d823b-c9d0-4ce0-9b2f-bb18bd7d0661 RUN (16.419s)" ], "textposition": "inside", "width": [ @@ -227464,7 +227464,7 @@ 481.5 ], "text": [ - "sqs.TestPubSub_stress/2/TestConcurrentSubscribeMultipleTopics/c25266af-0322-4230-a989-f39fd1b29f22 run (12.312s)" + "sqs.TestPubSub_stress/2/TestConcurrentSubscribeMultipleTopics/c25266af-0322-4230-a989-f39fd1b29f22 RUN (12.312s)" ], "textposition": "inside", "width": [ @@ -227490,7 +227490,7 @@ 479.45 ], "text": [ - "sqs.TestPubSub_stress/2/TestConcurrentClose/22524045-c658-4053-be46-e3d8faa7fb0d run (1.237s)" + "sqs.TestPubSub_stress/2/TestConcurrentClose/22524045-c658-4053-be46-e3d8faa7fb0d RUN (1.237s)" ], "textposition": "inside", "width": [ @@ -227516,7 +227516,7 @@ 471.47 ], "text": [ - "sqs.TestPubSub_stress/2/TestContinueAfterErrors/e9cbdd8f-8185-4730-9e28-c304e737ad12 run (21.905s)" + "sqs.TestPubSub_stress/2/TestContinueAfterErrors/e9cbdd8f-8185-4730-9e28-c304e737ad12 RUN (21.905s)" ], "textposition": "inside", "width": [ @@ -227542,7 +227542,7 @@ 471.47 ], "text": [ - "sqs.TestPubSub_stress/2/TestNoAck/9e6259bc-afe7-45c2-897c-880184780c51 run (0s)" + "sqs.TestPubSub_stress/2/TestNoAck/9e6259bc-afe7-45c2-897c-880184780c51 RUN (0s)" ], "textposition": "inside", "width": [ @@ -227568,7 +227568,7 @@ 471.47 ], "text": [ - "sqs.TestPubSub_stress/2/TestPublishSubscribeInOrder/809f276f-9b43-4aee-83a4-1b256337649e run (0s)" + "sqs.TestPubSub_stress/2/TestPublishSubscribeInOrder/809f276f-9b43-4aee-83a4-1b256337649e RUN (0s)" ], "textposition": "inside", "width": [ @@ -227594,7 +227594,7 @@ 469.5 ], "text": [ - "sqs.TestPubSub_stress/2/TestPublishSubscribe/830c55e1-34b7-48b6-a69c-c1858a11ea9a run (12s)" + "sqs.TestPubSub_stress/2/TestPublishSubscribe/830c55e1-34b7-48b6-a69c-c1858a11ea9a RUN (12s)" ], "textposition": "inside", "width": [ @@ -227620,7 +227620,7 @@ 458.74 ], "text": [ - "sqs.TestPubSub_stress/3/TestConcurrentSubscribe/c2552c77-d3af-40c6-b718-3472820418fd run (20.713s)" + "sqs.TestPubSub_stress/3/TestConcurrentSubscribe/c2552c77-d3af-40c6-b718-3472820418fd RUN (20.713s)" ], "textposition": "inside", "width": [ @@ -227646,7 +227646,7 @@ 458.39 ], "text": [ - "sqs.TestPubSub_stress/3/TestResendOnError/1cf9630e-f8d7-4257-a382-b778acc9b249 run (13.075s)" + "sqs.TestPubSub_stress/3/TestResendOnError/1cf9630e-f8d7-4257-a382-b778acc9b249 RUN (13.075s)" ], "textposition": "inside", "width": [ @@ -227672,7 +227672,7 @@ 450.11 ], "text": [ - "sqs.TestPubSub_stress/3/TestConcurrentSubscribeMultipleTopics/fd24faa9-0758-4b35-b85b-7ca9783e6616 run (8.285s)" + "sqs.TestPubSub_stress/3/TestConcurrentSubscribeMultipleTopics/fd24faa9-0758-4b35-b85b-7ca9783e6616 RUN (8.285s)" ], "textposition": "inside", "width": [ @@ -227698,7 +227698,7 @@ 378.79 ], "text": [ - "sqs.TestPubSub_stress/3/TestContinueAfterSubscribeClose/9b81f135-90fd-4457-a4ea-863f0e81c75f run (3m4.198s)" + "sqs.TestPubSub_stress/3/TestContinueAfterSubscribeClose/9b81f135-90fd-4457-a4ea-863f0e81c75f RUN (3m4.198s)" ], "textposition": "inside", "width": [ @@ -227724,7 +227724,7 @@ 377.2 ], "text": [ - "sqs.TestPubSub_stress/3/TestConcurrentClose/c9c47a8b-dc51-4a5e-a445-07d272b07e57 run (1.583s)" + "sqs.TestPubSub_stress/3/TestConcurrentClose/c9c47a8b-dc51-4a5e-a445-07d272b07e57 RUN (1.583s)" ], "textposition": "inside", "width": [ @@ -227750,7 +227750,7 @@ 362.81 ], "text": [ - "sqs.TestPubSub_stress/3/TestContinueAfterErrors/0f723862-05ec-4877-9065-5654edb5a7c8 run (14.392s)" + "sqs.TestPubSub_stress/3/TestContinueAfterErrors/0f723862-05ec-4877-9065-5654edb5a7c8 RUN (14.392s)" ], "textposition": "inside", "width": [ @@ -227776,7 +227776,7 @@ 362.81 ], "text": [ - "sqs.TestPubSub_stress/3/TestNoAck/42a6e389-9e25-4aaa-8f15-d415b3e38a5b run (0s)" + "sqs.TestPubSub_stress/3/TestNoAck/42a6e389-9e25-4aaa-8f15-d415b3e38a5b RUN (0s)" ], "textposition": "inside", "width": [ @@ -227802,7 +227802,7 @@ 358.4 ], "text": [ - "sqs.TestPubSub_stress/3/TestTopic/2cccb6a8-baa5-400a-a0ba-aaca2d0ac49e run (109ms)" + "sqs.TestPubSub_stress/3/TestTopic/2cccb6a8-baa5-400a-a0ba-aaca2d0ac49e RUN (109ms)" ], "textposition": "inside", "width": [ @@ -227828,7 +227828,7 @@ 358.29 ], "text": [ - "sqs.TestPubSub_stress/3/TestMessageCtx/b2b013bd-4ba2-4c84-a327-4ca19dcf627f run (118ms)" + "sqs.TestPubSub_stress/3/TestMessageCtx/b2b013bd-4ba2-4c84-a327-4ca19dcf627f RUN (118ms)" ], "textposition": "inside", "width": [ @@ -227854,7 +227854,7 @@ 357.55 ], "text": [ - "sqs.TestPubSub_stress/3/TestSubscribeCtx/b8e663cc-08ad-43cb-a909-b1e674d0eea5 run (730ms)" + "sqs.TestPubSub_stress/3/TestSubscribeCtx/b8e663cc-08ad-43cb-a909-b1e674d0eea5 RUN (730ms)" ], "textposition": "inside", "width": [ @@ -227880,7 +227880,7 @@ 357.55 ], "text": [ - "sqs.TestPubSub_stress/3/TestNewSubscriberReceivesOldMessages/db9dbdfc-e1f4-48ab-98eb-a8fc57c07286 run (0s)" + "sqs.TestPubSub_stress/3/TestNewSubscriberReceivesOldMessages/db9dbdfc-e1f4-48ab-98eb-a8fc57c07286 RUN (0s)" ], "textposition": "inside", "width": [ @@ -227906,7 +227906,7 @@ 357.55 ], "text": [ - "sqs.TestPubSub_stress/3/TestConsumerGroups/5a5d4bdb-5dfd-4f9a-99d0-c6efe8a30033 run (0s)" + "sqs.TestPubSub_stress/3/TestConsumerGroups/5a5d4bdb-5dfd-4f9a-99d0-c6efe8a30033 RUN (0s)" ], "textposition": "inside", "width": [ @@ -227932,7 +227932,7 @@ 357.55 ], "text": [ - "sqs.TestPubSub_stress/3/TestPublishSubscribeInOrder/19dd54bd-4e9e-47ea-9ca1-f2c0c33d1029 run (0s)" + "sqs.TestPubSub_stress/3/TestPublishSubscribeInOrder/19dd54bd-4e9e-47ea-9ca1-f2c0c33d1029 RUN (0s)" ], "textposition": "inside", "width": [ @@ -227958,7 +227958,7 @@ 352.87 ], "text": [ - "sqs.TestPubSub_stress/3/TestPublishSubscribe/7ab83c34-cc54-4579-9dd7-242eb2e6b12a run (9.94s)" + "sqs.TestPubSub_stress/3/TestPublishSubscribe/7ab83c34-cc54-4579-9dd7-242eb2e6b12a RUN (9.94s)" ], "textposition": "inside", "width": [ @@ -227984,7 +227984,7 @@ 338.89 ], "text": [ - "sqs.TestPubSub_stress/8/TestResendOnError/d2170945-0611-455e-82fd-5f6a06efcd01 run (13.982s)" + "sqs.TestPubSub_stress/8/TestResendOnError/d2170945-0611-455e-82fd-5f6a06efcd01 RUN (13.982s)" ], "textposition": "inside", "width": [ @@ -228010,7 +228010,7 @@ 338.89 ], "text": [ - "sqs.TestPubSub_stress/8/TestNoAck/4a1205d6-9667-4e9f-ba9c-8ffb2cae9ff5 run (0s)" + "sqs.TestPubSub_stress/8/TestNoAck/4a1205d6-9667-4e9f-ba9c-8ffb2cae9ff5 RUN (0s)" ], "textposition": "inside", "width": [ @@ -228036,7 +228036,7 @@ 336.55 ], "text": [ - "sqs.TestPubSub_stress/8/TestConcurrentSubscribe/89e757f9-3e68-415b-ab5e-108d9899dae0 run (21.004s)" + "sqs.TestPubSub_stress/8/TestConcurrentSubscribe/89e757f9-3e68-415b-ab5e-108d9899dae0 RUN (21.004s)" ], "textposition": "inside", "width": [ @@ -228062,7 +228062,7 @@ 311.68 ], "text": [ - "sqs.TestPubSub_stress/8/TestConcurrentSubscribeMultipleTopics/2b080e8d-2c19-4852-8790-94771e846184 run (27.212s)" + "sqs.TestPubSub_stress/8/TestConcurrentSubscribeMultipleTopics/2b080e8d-2c19-4852-8790-94771e846184 RUN (27.212s)" ], "textposition": "inside", "width": [ @@ -228088,7 +228088,7 @@ 310.56 ], "text": [ - "sqs.TestPubSub_stress/8/TestContinueAfterSubscribeClose/b7f60456-9ed7-424a-87ce-a3f83b527cc5 run (3m9.017s)" + "sqs.TestPubSub_stress/8/TestContinueAfterSubscribeClose/b7f60456-9ed7-424a-87ce-a3f83b527cc5 RUN (3m9.017s)" ], "textposition": "inside", "width": [ @@ -228114,7 +228114,7 @@ 303.46 ], "text": [ - "sqs.TestPubSub_stress/8/TestConcurrentClose/e4f6e40b-7466-4282-afc7-abaa6c16e1b9 run (7.099s)" + "sqs.TestPubSub_stress/8/TestConcurrentClose/e4f6e40b-7466-4282-afc7-abaa6c16e1b9 RUN (7.099s)" ], "textposition": "inside", "width": [ @@ -228140,7 +228140,7 @@ 303.38 ], "text": [ - "sqs.TestPubSub_stress/8/TestContinueAfterErrors/78a8c752-5390-4de2-8314-8dc04083b35d run (33.171s)" + "sqs.TestPubSub_stress/8/TestContinueAfterErrors/78a8c752-5390-4de2-8314-8dc04083b35d RUN (33.171s)" ], "textposition": "inside", "width": [ @@ -228166,7 +228166,7 @@ 303.38 ], "text": [ - "sqs.TestPubSub_stress/8/TestPublishSubscribeInOrder/a65c5ece-33f6-4274-ad21-650293b5032b run (0s)" + "sqs.TestPubSub_stress/8/TestPublishSubscribeInOrder/a65c5ece-33f6-4274-ad21-650293b5032b RUN (0s)" ], "textposition": "inside", "width": [ @@ -228192,7 +228192,7 @@ 302.33 ], "text": [ - "sqs.TestPubSub_stress/8/TestTopic/8ae0c3f7-90aa-4514-8091-2a6430c46638 run (1.136s)" + "sqs.TestPubSub_stress/8/TestTopic/8ae0c3f7-90aa-4514-8091-2a6430c46638 RUN (1.136s)" ], "textposition": "inside", "width": [ @@ -228218,7 +228218,7 @@ 301.46 ], "text": [ - "sqs.TestPubSub_stress/8/TestMessageCtx/4fde35a1-3374-43cd-b9d0-c6d9af13476d run (948ms)" + "sqs.TestPubSub_stress/8/TestMessageCtx/4fde35a1-3374-43cd-b9d0-c6d9af13476d RUN (948ms)" ], "textposition": "inside", "width": [ @@ -228244,7 +228244,7 @@ 294.19 ], "text": [ - "sqs.TestPubSub_stress/8/TestSubscribeCtx/7a3e0e02-88f5-4334-8df5-c20cda37b406 run (7.265s)" + "sqs.TestPubSub_stress/8/TestSubscribeCtx/7a3e0e02-88f5-4334-8df5-c20cda37b406 RUN (7.265s)" ], "textposition": "inside", "width": [ @@ -228270,7 +228270,7 @@ 294.19 ], "text": [ - "sqs.TestPubSub_stress/8/TestNewSubscriberReceivesOldMessages/5e8bc1b9-17a5-4834-9446-44d9b074dd70 run (0s)" + "sqs.TestPubSub_stress/8/TestNewSubscriberReceivesOldMessages/5e8bc1b9-17a5-4834-9446-44d9b074dd70 RUN (0s)" ], "textposition": "inside", "width": [ @@ -228296,7 +228296,7 @@ 294.19 ], "text": [ - "sqs.TestPubSub_stress/8/TestConsumerGroups/ec139777-795e-4f3a-9dff-82ecdabb9c3a run (0s)" + "sqs.TestPubSub_stress/8/TestConsumerGroups/ec139777-795e-4f3a-9dff-82ecdabb9c3a RUN (0s)" ], "textposition": "inside", "width": [ @@ -228322,7 +228322,7 @@ 290.28 ], "text": [ - "sqs.TestPubSub_stress/8/TestPublishSubscribe/af5b29bf-28a2-4bc9-b1d1-69b349d429d7 run (21.398s)" + "sqs.TestPubSub_stress/8/TestPublishSubscribe/af5b29bf-28a2-4bc9-b1d1-69b349d429d7 RUN (21.398s)" ], "textposition": "inside", "width": [ @@ -228348,7 +228348,7 @@ 287.53 ], "text": [ - "sqs.TestPubSub_stress/7/TestMessageCtx/04491fdd-19fa-4d1e-bcfe-bf15830dc0d9 run (827ms)" + "sqs.TestPubSub_stress/7/TestMessageCtx/04491fdd-19fa-4d1e-bcfe-bf15830dc0d9 RUN (827ms)" ], "textposition": "inside", "width": [ @@ -228374,7 +228374,7 @@ 286.05 ], "text": [ - "sqs.TestPubSub_stress/7/TestTopic/e8470abb-f309-403a-aa12-949b5983589c run (1.478s)" + "sqs.TestPubSub_stress/7/TestTopic/e8470abb-f309-403a-aa12-949b5983589c RUN (1.478s)" ], "textposition": "inside", "width": [ @@ -228400,7 +228400,7 @@ 286.05 ], "text": [ - "sqs.TestPubSub_stress/7/TestNewSubscriberReceivesOldMessages/a5e91c7e-cc81-4d18-82a4-04d6bb72502d run (0s)" + "sqs.TestPubSub_stress/7/TestNewSubscriberReceivesOldMessages/a5e91c7e-cc81-4d18-82a4-04d6bb72502d RUN (0s)" ], "textposition": "inside", "width": [ @@ -228426,7 +228426,7 @@ 286.05 ], "text": [ - "sqs.TestPubSub_stress/7/TestConsumerGroups/bbd6a317-58ac-4196-b7c3-f6e6729cf611 run (0s)" + "sqs.TestPubSub_stress/7/TestConsumerGroups/bbd6a317-58ac-4196-b7c3-f6e6729cf611 RUN (0s)" ], "textposition": "inside", "width": [ @@ -228452,7 +228452,7 @@ 282.71 ], "text": [ - "sqs.TestPubSub_stress/7/TestSubscribeCtx/5e62dbf5-4573-4a97-946e-4239e1ba9b91 run (3.334s)" + "sqs.TestPubSub_stress/7/TestSubscribeCtx/5e62dbf5-4573-4a97-946e-4239e1ba9b91 RUN (3.334s)" ], "textposition": "inside", "width": [ @@ -228478,7 +228478,7 @@ 273.96 ], "text": [ - "sqs.TestPubSub_stress/7/TestConcurrentSubscribeMultipleTopics/64f49c28-c333-4f8a-b65a-524a98b20ce7 run (29.423s)" + "sqs.TestPubSub_stress/7/TestConcurrentSubscribeMultipleTopics/64f49c28-c333-4f8a-b65a-524a98b20ce7 RUN (29.423s)" ], "textposition": "inside", "width": [ @@ -228504,7 +228504,7 @@ 263.24 ], "text": [ - "sqs.TestPubSub_stress/7/TestResendOnError/68546517-3ca5-4cd9-b277-9731947d5aa9 run (30.954s)" + "sqs.TestPubSub_stress/7/TestResendOnError/68546517-3ca5-4cd9-b277-9731947d5aa9 RUN (30.954s)" ], "textposition": "inside", "width": [ @@ -228530,7 +228530,7 @@ 261.07 ], "text": [ - "sqs.TestPubSub_stress/7/TestConcurrentSubscribe/5e39e723-02e2-4807-bdff-5fe955a160a1 run (41.261s)" + "sqs.TestPubSub_stress/7/TestConcurrentSubscribe/5e39e723-02e2-4807-bdff-5fe955a160a1 RUN (41.261s)" ], "textposition": "inside", "width": [ @@ -228556,7 +228556,7 @@ 252.75 ], "text": [ - "sqs.TestPubSub_stress/7/TestContinueAfterSubscribeClose/ae540aea-0a3b-4f73-96ff-19e485431393 run (3m36.742s)" + "sqs.TestPubSub_stress/7/TestContinueAfterSubscribeClose/ae540aea-0a3b-4f73-96ff-19e485431393 RUN (3m36.742s)" ], "textposition": "inside", "width": [ @@ -228582,7 +228582,7 @@ 248.92 ], "text": [ - "sqs.TestPubSub_stress/7/TestConcurrentClose/e1a22a10-782c-4e75-8d25-fed8afb7dad6 run (14.32s)" + "sqs.TestPubSub_stress/7/TestConcurrentClose/e1a22a10-782c-4e75-8d25-fed8afb7dad6 RUN (14.32s)" ], "textposition": "inside", "width": [ @@ -228608,7 +228608,7 @@ 246.53 ], "text": [ - "sqs.TestPubSub_stress/7/TestContinueAfterErrors/83ca0d15-3078-44e7-b97b-44fcb48e36a7 run (43.749s)" + "sqs.TestPubSub_stress/7/TestContinueAfterErrors/83ca0d15-3078-44e7-b97b-44fcb48e36a7 RUN (43.749s)" ], "textposition": "inside", "width": [ @@ -228634,7 +228634,7 @@ 246.53 ], "text": [ - "sqs.TestPubSub_stress/7/TestNoAck/1ae4ebb6-d9ab-4229-b557-6bb950f1aeb3 run (0s)" + "sqs.TestPubSub_stress/7/TestNoAck/1ae4ebb6-d9ab-4229-b557-6bb950f1aeb3 RUN (0s)" ], "textposition": "inside", "width": [ @@ -228660,7 +228660,7 @@ 246.53 ], "text": [ - "sqs.TestPubSub_stress/7/TestPublishSubscribeInOrder/5f28eed4-c6c2-499d-9592-79cc3c4a4da4 run (0s)" + "sqs.TestPubSub_stress/7/TestPublishSubscribeInOrder/5f28eed4-c6c2-499d-9592-79cc3c4a4da4 RUN (0s)" ], "textposition": "inside", "width": [ @@ -228686,7 +228686,7 @@ 241.25 ], "text": [ - "sqs.TestPubSub_stress/7/TestPublishSubscribe/34ae2fba-473a-47bb-9345-5aed6ba6b74c run (32.702s)" + "sqs.TestPubSub_stress/7/TestPublishSubscribe/34ae2fba-473a-47bb-9345-5aed6ba6b74c RUN (32.702s)" ], "textposition": "inside", "width": [ @@ -228712,7 +228712,7 @@ 237.19 ], "text": [ - "sqs.TestPubSub_stress/9/TestConcurrentSubscribe/1927ecd1-db62-4a80-9d6d-c03a4aa4410d run (45.523s)" + "sqs.TestPubSub_stress/9/TestConcurrentSubscribe/1927ecd1-db62-4a80-9d6d-c03a4aa4410d RUN (45.523s)" ], "textposition": "inside", "width": [ @@ -228738,7 +228738,7 @@ 225.51 ], "text": [ - "sqs.TestPubSub_stress/9/TestConcurrentSubscribeMultipleTopics/aa1aeef4-d06b-4bc6-acd0-5090b76db89a run (35.553s)" + "sqs.TestPubSub_stress/9/TestConcurrentSubscribeMultipleTopics/aa1aeef4-d06b-4bc6-acd0-5090b76db89a RUN (35.553s)" ], "textposition": "inside", "width": [ @@ -228764,7 +228764,7 @@ 215.13 ], "text": [ - "sqs.TestPubSub_stress/9/TestResendOnError/b7b510a6-4d68-41a9-8427-37e552d4042d run (37.623s)" + "sqs.TestPubSub_stress/9/TestResendOnError/b7b510a6-4d68-41a9-8427-37e552d4042d RUN (37.623s)" ], "textposition": "inside", "width": [ @@ -228790,7 +228790,7 @@ 215.13 ], "text": [ - "sqs.TestPubSub_stress/9/TestNoAck/00f8bdd5-d1a5-4675-b2d1-4df304e9b2ed run (0s)" + "sqs.TestPubSub_stress/9/TestNoAck/00f8bdd5-d1a5-4675-b2d1-4df304e9b2ed RUN (0s)" ], "textposition": "inside", "width": [ @@ -228816,7 +228816,7 @@ 214.95 ], "text": [ - "sns.TestSubscriber_SubscribeInitialize_is_idempotent run (1.057s)" + "sns.TestSubscriber_SubscribeInitialize_is_idempotent RUN (1.057s)" ], "textposition": "inside", "width": [ @@ -228842,7 +228842,7 @@ 214.39 ], "text": [ - "sns.TestPublisher_CreateTopic_is_idempotent run (555ms)" + "sns.TestPublisher_CreateTopic_is_idempotent RUN (555ms)" ], "textposition": "inside", "width": [ @@ -228868,7 +228868,7 @@ 213.86 ], "text": [ - "sqs.TestPubSub_stress/9/TestContinueAfterSubscribeClose/f6da590b-9815-43d6-8873-ec6b23d96ff0 run (4m4.885s)" + "sqs.TestPubSub_stress/9/TestContinueAfterSubscribeClose/f6da590b-9815-43d6-8873-ec6b23d96ff0 RUN (4m4.885s)" ], "textposition": "inside", "width": [ @@ -228894,7 +228894,7 @@ 209.05 ], "text": [ - "sqs.TestPubSub_stress/9/TestPublishSubscribe/a3bdcbc6-375c-455b-85ce-48554d535e5a run (37.477s)" + "sqs.TestPubSub_stress/9/TestPublishSubscribe/a3bdcbc6-375c-455b-85ce-48554d535e5a RUN (37.477s)" ], "textposition": "inside", "width": [ @@ -228920,7 +228920,7 @@ 201.67 ], "text": [ - "sqs.TestPubSub_stress/9/TestSubscribeCtx/f3c69106-62ab-4dc7-89da-8a73499c427b run (7.384s)" + "sqs.TestPubSub_stress/9/TestSubscribeCtx/f3c69106-62ab-4dc7-89da-8a73499c427b RUN (7.384s)" ], "textposition": "inside", "width": [ @@ -228946,7 +228946,7 @@ 200.83 ], "text": [ - "sqs.TestPubSub_stress/5/TestConcurrentSubscribe/b92dd349-e1e6-42f6-9720-a66078932b05 run (48.091s)" + "sqs.TestPubSub_stress/5/TestConcurrentSubscribe/b92dd349-e1e6-42f6-9720-a66078932b05 RUN (48.091s)" ], "textposition": "inside", "width": [ @@ -228972,7 +228972,7 @@ 200.83 ], "text": [ - "sqs.TestPubSub_stress/9/TestConsumerGroups/d99d3e3d-0af6-4557-a2d1-4befaca1152f run (0s)" + "sqs.TestPubSub_stress/9/TestConsumerGroups/d99d3e3d-0af6-4557-a2d1-4befaca1152f RUN (0s)" ], "textposition": "inside", "width": [ @@ -228998,7 +228998,7 @@ 200.83 ], "text": [ - "sqs.TestPubSub_stress/9/TestNewSubscriberReceivesOldMessages/412b9fcd-2fa1-4a08-ae54-1d9ac51a4f8b run (0s)" + "sqs.TestPubSub_stress/9/TestNewSubscriberReceivesOldMessages/412b9fcd-2fa1-4a08-ae54-1d9ac51a4f8b RUN (0s)" ], "textposition": "inside", "width": [ @@ -229024,7 +229024,7 @@ 193.79 ], "text": [ - "sqs.TestPubSub_stress/5/TestConcurrentSubscribeMultipleTopics/ab806a14-0dfe-4549-8253-5e2e65f637e6 run (31.723s)" + "sqs.TestPubSub_stress/5/TestConcurrentSubscribeMultipleTopics/ab806a14-0dfe-4549-8253-5e2e65f637e6 RUN (31.723s)" ], "textposition": "inside", "width": [ @@ -229050,7 +229050,7 @@ 190.11 ], "text": [ - "sqs.TestPubSub_stress/9/TestContinueAfterErrors/e0aee992-b839-4266-ac90-09dca88d98aa run (51.146s)" + "sqs.TestPubSub_stress/9/TestContinueAfterErrors/e0aee992-b839-4266-ac90-09dca88d98aa RUN (51.146s)" ], "textposition": "inside", "width": [ @@ -229076,7 +229076,7 @@ 190.11 ], "text": [ - "sqs.TestPubSub_stress/9/TestPublishSubscribeInOrder/9c6bac49-f4da-44c6-b91d-75054427bb60 run (0s)" + "sqs.TestPubSub_stress/9/TestPublishSubscribeInOrder/9c6bac49-f4da-44c6-b91d-75054427bb60 RUN (0s)" ], "textposition": "inside", "width": [ @@ -229102,7 +229102,7 @@ 189.02 ], "text": [ - "sqs.TestPubSub_stress/9/TestTopic/37b0480a-8e12-4887-aeb5-a2b6199bc406 run (1.084s)" + "sqs.TestPubSub_stress/9/TestTopic/37b0480a-8e12-4887-aeb5-a2b6199bc406 RUN (1.084s)" ], "textposition": "inside", "width": [ @@ -229128,7 +229128,7 @@ 189.02 ], "text": [ - "sqs.TestPubSub_stress/5/TestNoAck/b8c5fa78-5010-4ec1-af65-e4ac9d2c02fb run (0s)" + "sqs.TestPubSub_stress/5/TestNoAck/b8c5fa78-5010-4ec1-af65-e4ac9d2c02fb RUN (0s)" ], "textposition": "inside", "width": [ @@ -229154,7 +229154,7 @@ 188.92 ], "text": [ - "sqs.TestPubSub_stress/5/TestResendOnError/489eb4d1-1c42-4e69-ab51-b758b1c58cca run (26.211s)" + "sqs.TestPubSub_stress/5/TestResendOnError/489eb4d1-1c42-4e69-ab51-b758b1c58cca RUN (26.211s)" ], "textposition": "inside", "width": [ @@ -229180,7 +229180,7 @@ 188.06 ], "text": [ - "sqs.TestPubSub_stress/9/TestConcurrentClose/fb0ce1d8-63ec-4293-95dd-6968edc43142 run (13.613s)" + "sqs.TestPubSub_stress/9/TestConcurrentClose/fb0ce1d8-63ec-4293-95dd-6968edc43142 RUN (13.613s)" ], "textposition": "inside", "width": [ @@ -229206,7 +229206,7 @@ 188.06 ], "text": [ - "sqs.TestPubSub_stress/5/TestTopic/53ad3a73-39d1-43b5-8f70-27d427e2676f run (975ms)" + "sqs.TestPubSub_stress/5/TestTopic/53ad3a73-39d1-43b5-8f70-27d427e2676f RUN (975ms)" ], "textposition": "inside", "width": [ @@ -229232,7 +229232,7 @@ 188.06 ], "text": [ - "sqs.TestPubSub_stress/5/TestMessageCtx/113ae7fe-1d2d-484f-9d58-d465107141e0 run (967ms)" + "sqs.TestPubSub_stress/5/TestMessageCtx/113ae7fe-1d2d-484f-9d58-d465107141e0 RUN (967ms)" ], "textposition": "inside", "width": [ @@ -229258,7 +229258,7 @@ 188.06 ], "text": [ - "sqs.TestPubSub_stress/4/TestReconnect/fe94489e-0890-4b76-8a7c-791b2cd72d85 run (0s)" + "sqs.TestPubSub_stress/4/TestReconnect/fe94489e-0890-4b76-8a7c-791b2cd72d85 RUN (0s)" ], "textposition": "inside", "width": [ @@ -229284,7 +229284,7 @@ 188.06 ], "text": [ - "sqs.TestPubSub_stress/4/TestReconnect run (0s)" + "sqs.TestPubSub_stress/4/TestReconnect RUN (0s)" ], "textposition": "inside", "width": [ @@ -229310,7 +229310,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestSubscribeCtx/d77b5b5d-43fe-42d2-9a50-c55d1c07fe80 run (5.734s)" + "sqs.TestPubSub_stress/5/TestSubscribeCtx/d77b5b5d-43fe-42d2-9a50-c55d1c07fe80 RUN (5.734s)" ], "textposition": "inside", "width": [ @@ -229336,7 +229336,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestNewSubscriberReceivesOldMessages/17a9fa81-3ce4-4a44-b3ae-8f07f9b1a5f3 run (0s)" + "sqs.TestPubSub_stress/5/TestNewSubscriberReceivesOldMessages/17a9fa81-3ce4-4a44-b3ae-8f07f9b1a5f3 RUN (0s)" ], "textposition": "inside", "width": [ @@ -229362,7 +229362,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/1/TestReconnect/fe5d8f25-07b0-4990-9d8e-4731ace69d4e run (0s)" + "sqs.TestPubSub_stress/1/TestReconnect/fe5d8f25-07b0-4990-9d8e-4731ace69d4e RUN (0s)" ], "textposition": "inside", "width": [ @@ -229388,7 +229388,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestConsumerGroups/8b999326-55c7-4641-b11f-9553ab763019 run (1ms)" + "sqs.TestPubSub_stress/5/TestConsumerGroups/8b999326-55c7-4641-b11f-9553ab763019 RUN (1ms)" ], "textposition": "inside", "width": [ @@ -229414,7 +229414,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/1/TestReconnect run (0s)" + "sqs.TestPubSub_stress/1/TestReconnect RUN (0s)" ], "textposition": "inside", "width": [ @@ -229440,7 +229440,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/9/TestMessageCtx/278f415b-5b0b-4d4c-a54e-80f41fc29400 run (862ms)" + "sqs.TestPubSub_stress/9/TestMessageCtx/278f415b-5b0b-4d4c-a54e-80f41fc29400 RUN (862ms)" ], "textposition": "inside", "width": [ @@ -229469,8 +229469,8 @@ 575.44 ], "text": [ - "sqs.TestPubSub_stress/0/TestConsumerGroups pause (6m27.39s)", - "sqs.TestPubSub_stress/0/TestConsumerGroups run (0s)" + "sqs.TestPubSub_stress/0/TestConsumerGroups PAUSE (6m27.39s)", + "sqs.TestPubSub_stress/0/TestConsumerGroups RUN (0s)" ], "textposition": "inside", "width": [ @@ -229501,8 +229501,8 @@ 566.63 ], "text": [ - "sqs.TestPubSub_stress/6/TestConsumerGroups pause (6m18.576s)", - "sqs.TestPubSub_stress/6/TestConsumerGroups run (0s)" + "sqs.TestPubSub_stress/6/TestConsumerGroups PAUSE (6m18.576s)", + "sqs.TestPubSub_stress/6/TestConsumerGroups RUN (0s)" ], "textposition": "inside", "width": [ @@ -229530,7 +229530,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/0/TestReconnect/cf14f77b-0a14-434a-bf1b-d95d8598d40f run (0s)" + "sqs.TestPubSub_stress/0/TestReconnect/cf14f77b-0a14-434a-bf1b-d95d8598d40f RUN (0s)" ], "textposition": "inside", "width": [ @@ -229556,7 +229556,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/6/TestReconnect/5f6c2ad3-c2eb-4e2c-b48a-7c457a85ec69 run (0s)" + "sqs.TestPubSub_stress/6/TestReconnect/5f6c2ad3-c2eb-4e2c-b48a-7c457a85ec69 RUN (0s)" ], "textposition": "inside", "width": [ @@ -229582,7 +229582,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/0/TestReconnect run (0s)" + "sqs.TestPubSub_stress/0/TestReconnect RUN (0s)" ], "textposition": "inside", "width": [ @@ -229608,7 +229608,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestConcurrentClose/65100a15-00f3-4fc1-8986-cfe993482550 run (12.772s)" + "sqs.TestPubSub_stress/5/TestConcurrentClose/65100a15-00f3-4fc1-8986-cfe993482550 RUN (12.772s)" ], "textposition": "inside", "width": [ @@ -229634,7 +229634,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestPublishSubscribeInOrder/b3410da3-e9b0-4b34-a0cf-69ed802ed2ef run (1ms)" + "sqs.TestPubSub_stress/5/TestPublishSubscribeInOrder/b3410da3-e9b0-4b34-a0cf-69ed802ed2ef RUN (1ms)" ], "textposition": "inside", "width": [ @@ -229663,8 +229663,8 @@ 500.7 ], "text": [ - "sqs.TestPubSub_stress/2/TestConsumerGroups pause (5m12.644s)", - "sqs.TestPubSub_stress/2/TestConsumerGroups run (0s)" + "sqs.TestPubSub_stress/2/TestConsumerGroups PAUSE (5m12.644s)", + "sqs.TestPubSub_stress/2/TestConsumerGroups RUN (0s)" ], "textposition": "inside", "width": [ @@ -229692,7 +229692,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestContinueAfterErrors/ee164e0a-6031-4cec-9a86-973b6564f0b8 run (49.135s)" + "sqs.TestPubSub_stress/5/TestContinueAfterErrors/ee164e0a-6031-4cec-9a86-973b6564f0b8 RUN (49.135s)" ], "textposition": "inside", "width": [ @@ -229721,8 +229721,8 @@ 357.55 ], "text": [ - "sqs.TestPubSub_stress/3/TestConsumerGroups pause (2m49.501s)", - "sqs.TestPubSub_stress/3/TestConsumerGroups run (0s)" + "sqs.TestPubSub_stress/3/TestConsumerGroups PAUSE (2m49.501s)", + "sqs.TestPubSub_stress/3/TestConsumerGroups RUN (0s)" ], "textposition": "inside", "width": [ @@ -229753,8 +229753,8 @@ 575.44 ], "text": [ - "sqs.TestPubSub_stress/0/TestNewSubscriberReceivesOldMessages pause (6m27.391s)", - "sqs.TestPubSub_stress/0/TestNewSubscriberReceivesOldMessages run (0s)" + "sqs.TestPubSub_stress/0/TestNewSubscriberReceivesOldMessages PAUSE (6m27.391s)", + "sqs.TestPubSub_stress/0/TestNewSubscriberReceivesOldMessages RUN (0s)" ], "textposition": "inside", "width": [ @@ -229782,7 +229782,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/3/TestReconnect/bca3120e-dbd7-4479-803d-dc2aace50a11 run (0s)" + "sqs.TestPubSub_stress/3/TestReconnect/bca3120e-dbd7-4479-803d-dc2aace50a11 RUN (0s)" ], "textposition": "inside", "width": [ @@ -229808,7 +229808,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/6/TestReconnect run (1ms)" + "sqs.TestPubSub_stress/6/TestReconnect RUN (1ms)" ], "textposition": "inside", "width": [ @@ -229837,8 +229837,8 @@ 575.44 ], "text": [ - "sqs.TestPubSub_stress/0/TestSubscribeCtx pause (6m27.391s)", - "sqs.TestPubSub_stress/0/TestSubscribeCtx run (1.346s)" + "sqs.TestPubSub_stress/0/TestSubscribeCtx PAUSE (6m27.391s)", + "sqs.TestPubSub_stress/0/TestSubscribeCtx RUN (1.346s)" ], "textposition": "inside", "width": [ @@ -229869,8 +229869,8 @@ 576.79 ], "text": [ - "sqs.TestPubSub_stress/0/TestMessageCtx pause (6m28.737s)", - "sqs.TestPubSub_stress/0/TestMessageCtx run (228ms)" + "sqs.TestPubSub_stress/0/TestMessageCtx PAUSE (6m28.737s)", + "sqs.TestPubSub_stress/0/TestMessageCtx RUN (228ms)" ], "textposition": "inside", "width": [ @@ -229901,8 +229901,8 @@ 577.02 ], "text": [ - "sqs.TestPubSub_stress/0/TestTopic pause (6m28.965s)", - "sqs.TestPubSub_stress/0/TestTopic run (238ms)" + "sqs.TestPubSub_stress/0/TestTopic PAUSE (6m28.965s)", + "sqs.TestPubSub_stress/0/TestTopic RUN (238ms)" ], "textposition": "inside", "width": [ @@ -229933,8 +229933,8 @@ 294.19 ], "text": [ - "sqs.TestPubSub_stress/8/TestConsumerGroups pause (1m46.138s)", - "sqs.TestPubSub_stress/8/TestConsumerGroups run (0s)" + "sqs.TestPubSub_stress/8/TestConsumerGroups PAUSE (1m46.138s)", + "sqs.TestPubSub_stress/8/TestConsumerGroups RUN (0s)" ], "textposition": "inside", "width": [ @@ -229962,7 +229962,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestContinueAfterSubscribeClose/aca4ebd6-a965-4f01-a482-f680a52d879d run (4m22.055s)" + "sqs.TestPubSub_stress/5/TestContinueAfterSubscribeClose/aca4ebd6-a965-4f01-a482-f680a52d879d RUN (4m22.055s)" ], "textposition": "inside", "width": [ @@ -229988,7 +229988,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/2/TestReconnect/4d9ceb48-5c4c-4f55-a15c-a43473caf695 run (0s)" + "sqs.TestPubSub_stress/2/TestReconnect/4d9ceb48-5c4c-4f55-a15c-a43473caf695 RUN (0s)" ], "textposition": "inside", "width": [ @@ -230017,8 +230017,8 @@ 286.05 ], "text": [ - "sqs.TestPubSub_stress/7/TestConsumerGroups pause (1m37.993s)", - "sqs.TestPubSub_stress/7/TestConsumerGroups run (0s)" + "sqs.TestPubSub_stress/7/TestConsumerGroups PAUSE (1m37.993s)", + "sqs.TestPubSub_stress/7/TestConsumerGroups RUN (0s)" ], "textposition": "inside", "width": [ @@ -230046,7 +230046,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/8/TestReconnect/4433329d-1f8a-4893-96d8-ad67366e868e run (0s)" + "sqs.TestPubSub_stress/8/TestReconnect/4433329d-1f8a-4893-96d8-ad67366e868e RUN (0s)" ], "textposition": "inside", "width": [ @@ -230072,7 +230072,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/8/TestReconnect run (0s)" + "sqs.TestPubSub_stress/8/TestReconnect RUN (0s)" ], "textposition": "inside", "width": [ @@ -230101,8 +230101,8 @@ 294.19 ], "text": [ - "sqs.TestPubSub_stress/8/TestNewSubscriberReceivesOldMessages pause (1m46.139s)", - "sqs.TestPubSub_stress/8/TestNewSubscriberReceivesOldMessages run (0s)" + "sqs.TestPubSub_stress/8/TestNewSubscriberReceivesOldMessages PAUSE (1m46.139s)", + "sqs.TestPubSub_stress/8/TestNewSubscriberReceivesOldMessages RUN (0s)" ], "textposition": "inside", "width": [ @@ -230130,7 +230130,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/7/TestReconnect/ca03784c-c5df-4fc8-aadd-aa6f6d72dc07 run (0s)" + "sqs.TestPubSub_stress/7/TestReconnect/ca03784c-c5df-4fc8-aadd-aa6f6d72dc07 RUN (0s)" ], "textposition": "inside", "width": [ @@ -230156,7 +230156,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/2/TestReconnect run (1ms)" + "sqs.TestPubSub_stress/2/TestReconnect RUN (1ms)" ], "textposition": "inside", "width": [ @@ -230182,7 +230182,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/3/TestReconnect run (1ms)" + "sqs.TestPubSub_stress/3/TestReconnect RUN (1ms)" ], "textposition": "inside", "width": [ @@ -230208,7 +230208,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/7/TestReconnect run (0s)" + "sqs.TestPubSub_stress/7/TestReconnect RUN (0s)" ], "textposition": "inside", "width": [ @@ -230237,8 +230237,8 @@ 566.63 ], "text": [ - "sqs.TestPubSub_stress/6/TestNewSubscriberReceivesOldMessages pause (6m18.578s)", - "sqs.TestPubSub_stress/6/TestNewSubscriberReceivesOldMessages run (3ms)" + "sqs.TestPubSub_stress/6/TestNewSubscriberReceivesOldMessages PAUSE (6m18.578s)", + "sqs.TestPubSub_stress/6/TestNewSubscriberReceivesOldMessages RUN (3ms)" ], "textposition": "inside", "width": [ @@ -230269,8 +230269,8 @@ 562.99 ], "text": [ - "sqs.TestPubSub_stress/6/TestSubscribeCtx pause (6m14.933s)", - "sqs.TestPubSub_stress/6/TestSubscribeCtx run (3.645s)" + "sqs.TestPubSub_stress/6/TestSubscribeCtx PAUSE (6m14.933s)", + "sqs.TestPubSub_stress/6/TestSubscribeCtx RUN (3.645s)" ], "textposition": "inside", "width": [ @@ -230301,8 +230301,8 @@ 286.05 ], "text": [ - "sqs.TestPubSub_stress/7/TestNewSubscriberReceivesOldMessages pause (1m37.994s)", - "sqs.TestPubSub_stress/7/TestNewSubscriberReceivesOldMessages run (0s)" + "sqs.TestPubSub_stress/7/TestNewSubscriberReceivesOldMessages PAUSE (1m37.994s)", + "sqs.TestPubSub_stress/7/TestNewSubscriberReceivesOldMessages RUN (0s)" ], "textposition": "inside", "width": [ @@ -230333,8 +230333,8 @@ 500.7 ], "text": [ - "sqs.TestPubSub_stress/2/TestNewSubscriberReceivesOldMessages pause (5m12.646s)", - "sqs.TestPubSub_stress/2/TestNewSubscriberReceivesOldMessages run (0s)" + "sqs.TestPubSub_stress/2/TestNewSubscriberReceivesOldMessages PAUSE (5m12.646s)", + "sqs.TestPubSub_stress/2/TestNewSubscriberReceivesOldMessages RUN (0s)" ], "textposition": "inside", "width": [ @@ -230365,8 +230365,8 @@ 282.71 ], "text": [ - "sqs.TestPubSub_stress/7/TestSubscribeCtx pause (1m34.66s)", - "sqs.TestPubSub_stress/7/TestSubscribeCtx run (3.334s)" + "sqs.TestPubSub_stress/7/TestSubscribeCtx PAUSE (1m34.66s)", + "sqs.TestPubSub_stress/7/TestSubscribeCtx RUN (3.334s)" ], "textposition": "inside", "width": [ @@ -230397,8 +230397,8 @@ 499.58 ], "text": [ - "sqs.TestPubSub_stress/2/TestSubscribeCtx pause (5m11.526s)", - "sqs.TestPubSub_stress/2/TestSubscribeCtx run (1.119s)" + "sqs.TestPubSub_stress/2/TestSubscribeCtx PAUSE (5m11.526s)", + "sqs.TestPubSub_stress/2/TestSubscribeCtx RUN (1.119s)" ], "textposition": "inside", "width": [ @@ -230429,8 +230429,8 @@ 500.84 ], "text": [ - "sqs.TestPubSub_stress/2/TestMessageCtx pause (5m12.791s)", - "sqs.TestPubSub_stress/2/TestMessageCtx run (125ms)" + "sqs.TestPubSub_stress/2/TestMessageCtx PAUSE (5m12.791s)", + "sqs.TestPubSub_stress/2/TestMessageCtx RUN (125ms)" ], "textposition": "inside", "width": [ @@ -230461,8 +230461,8 @@ 200.83 ], "text": [ - "sqs.TestPubSub_stress/9/TestConsumerGroups pause (12.774s)", - "sqs.TestPubSub_stress/9/TestConsumerGroups run (0s)" + "sqs.TestPubSub_stress/9/TestConsumerGroups PAUSE (12.774s)", + "sqs.TestPubSub_stress/9/TestConsumerGroups RUN (0s)" ], "textposition": "inside", "width": [ @@ -230490,7 +230490,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestPublishSubscribe/a4cecb58-6d51-4e92-9f0e-99998c810c1f run (25.802s)" + "sqs.TestPubSub_stress/5/TestPublishSubscribe/a4cecb58-6d51-4e92-9f0e-99998c810c1f RUN (25.802s)" ], "textposition": "inside", "width": [ @@ -230519,8 +230519,8 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestConsumerGroups pause (2ms)", - "sqs.TestPubSub_stress/5/TestConsumerGroups run (1ms)" + "sqs.TestPubSub_stress/5/TestConsumerGroups PAUSE (2ms)", + "sqs.TestPubSub_stress/5/TestConsumerGroups RUN (1ms)" ], "textposition": "inside", "width": [ @@ -230548,7 +230548,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestReconnect/0b582db4-1da5-480f-bb51-f650916bfad1 run (0s)" + "sqs.TestPubSub_stress/5/TestReconnect/0b582db4-1da5-480f-bb51-f650916bfad1 RUN (0s)" ], "textposition": "inside", "width": [ @@ -230577,8 +230577,8 @@ 357.55 ], "text": [ - "sqs.TestPubSub_stress/3/TestNewSubscriberReceivesOldMessages pause (2m49.502s)", - "sqs.TestPubSub_stress/3/TestNewSubscriberReceivesOldMessages run (0s)" + "sqs.TestPubSub_stress/3/TestNewSubscriberReceivesOldMessages PAUSE (2m49.502s)", + "sqs.TestPubSub_stress/3/TestNewSubscriberReceivesOldMessages RUN (0s)" ], "textposition": "inside", "width": [ @@ -230609,8 +230609,8 @@ 567.32 ], "text": [ - "sqs.TestPubSub_stress/6/TestMessageCtx pause (6m19.27s)", - "sqs.TestPubSub_stress/6/TestMessageCtx run (205ms)" + "sqs.TestPubSub_stress/6/TestMessageCtx PAUSE (6m19.27s)", + "sqs.TestPubSub_stress/6/TestMessageCtx RUN (205ms)" ], "textposition": "inside", "width": [ @@ -230641,8 +230641,8 @@ 287.53 ], "text": [ - "sqs.TestPubSub_stress/7/TestMessageCtx pause (1m39.475s)", - "sqs.TestPubSub_stress/7/TestMessageCtx run (827ms)" + "sqs.TestPubSub_stress/7/TestMessageCtx PAUSE (1m39.475s)", + "sqs.TestPubSub_stress/7/TestMessageCtx RUN (827ms)" ], "textposition": "inside", "width": [ @@ -230670,7 +230670,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestReconnect run (0s)" + "sqs.TestPubSub_stress/5/TestReconnect RUN (0s)" ], "textposition": "inside", "width": [ @@ -230699,8 +230699,8 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestNewSubscriberReceivesOldMessages pause (3ms)", - "sqs.TestPubSub_stress/5/TestNewSubscriberReceivesOldMessages run (0s)" + "sqs.TestPubSub_stress/5/TestNewSubscriberReceivesOldMessages PAUSE (3ms)", + "sqs.TestPubSub_stress/5/TestNewSubscriberReceivesOldMessages RUN (0s)" ], "textposition": "inside", "width": [ @@ -230731,8 +230731,8 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestSubscribeCtx pause (3ms)", - "sqs.TestPubSub_stress/5/TestSubscribeCtx run (5.734s)" + "sqs.TestPubSub_stress/5/TestSubscribeCtx PAUSE (3ms)", + "sqs.TestPubSub_stress/5/TestSubscribeCtx RUN (5.734s)" ], "textposition": "inside", "width": [ @@ -230763,8 +230763,8 @@ 188.06 ], "text": [ - "sqs.TestPubSub_stress/5/TestMessageCtx pause (3ms)", - "sqs.TestPubSub_stress/5/TestMessageCtx run (967ms)" + "sqs.TestPubSub_stress/5/TestMessageCtx PAUSE (3ms)", + "sqs.TestPubSub_stress/5/TestMessageCtx RUN (967ms)" ], "textposition": "inside", "width": [ @@ -230795,8 +230795,8 @@ 188.06 ], "text": [ - "sqs.TestPubSub_stress/5/TestTopic pause (3ms)", - "sqs.TestPubSub_stress/5/TestTopic run (975ms)" + "sqs.TestPubSub_stress/5/TestTopic PAUSE (3ms)", + "sqs.TestPubSub_stress/5/TestTopic RUN (975ms)" ], "textposition": "inside", "width": [ @@ -230827,8 +230827,8 @@ 357.55 ], "text": [ - "sqs.TestPubSub_stress/3/TestSubscribeCtx pause (2m49.503s)", - "sqs.TestPubSub_stress/3/TestSubscribeCtx run (731ms)" + "sqs.TestPubSub_stress/3/TestSubscribeCtx PAUSE (2m49.503s)", + "sqs.TestPubSub_stress/3/TestSubscribeCtx RUN (731ms)" ], "textposition": "inside", "width": [ @@ -230859,8 +230859,8 @@ 294.19 ], "text": [ - "sqs.TestPubSub_stress/8/TestSubscribeCtx pause (1m46.14s)", - "sqs.TestPubSub_stress/8/TestSubscribeCtx run (7.265s)" + "sqs.TestPubSub_stress/8/TestSubscribeCtx PAUSE (1m46.14s)", + "sqs.TestPubSub_stress/8/TestSubscribeCtx RUN (7.265s)" ], "textposition": "inside", "width": [ @@ -230891,8 +230891,8 @@ 301.46 ], "text": [ - "sqs.TestPubSub_stress/8/TestMessageCtx pause (1m53.405s)", - "sqs.TestPubSub_stress/8/TestMessageCtx run (948ms)" + "sqs.TestPubSub_stress/8/TestMessageCtx PAUSE (1m53.405s)", + "sqs.TestPubSub_stress/8/TestMessageCtx RUN (948ms)" ], "textposition": "inside", "width": [ @@ -230923,8 +230923,8 @@ 302.33 ], "text": [ - "sqs.TestPubSub_stress/8/TestTopic pause (1m54.275s)", - "sqs.TestPubSub_stress/8/TestTopic run (1.136s)" + "sqs.TestPubSub_stress/8/TestTopic PAUSE (1m54.275s)", + "sqs.TestPubSub_stress/8/TestTopic RUN (1.136s)" ], "textposition": "inside", "width": [ @@ -230955,8 +230955,8 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestPublishSubscribeInOrder pause (2ms)", - "sqs.TestPubSub_stress/5/TestPublishSubscribeInOrder run (1ms)" + "sqs.TestPubSub_stress/5/TestPublishSubscribeInOrder PAUSE (2ms)", + "sqs.TestPubSub_stress/5/TestPublishSubscribeInOrder RUN (1ms)" ], "textposition": "inside", "width": [ @@ -230987,8 +230987,8 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestContinueAfterErrors pause (2ms)", - "sqs.TestPubSub_stress/5/TestContinueAfterErrors run (49.135s)" + "sqs.TestPubSub_stress/5/TestContinueAfterErrors PAUSE (2ms)", + "sqs.TestPubSub_stress/5/TestContinueAfterErrors RUN (49.135s)" ], "textposition": "inside", "width": [ @@ -231019,8 +231019,8 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestConcurrentClose pause (3ms)", - "sqs.TestPubSub_stress/5/TestConcurrentClose run (12.772s)" + "sqs.TestPubSub_stress/5/TestConcurrentClose PAUSE (3ms)", + "sqs.TestPubSub_stress/5/TestConcurrentClose RUN (12.772s)" ], "textposition": "inside", "width": [ @@ -231051,8 +231051,8 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestContinueAfterSubscribeClose pause (2ms)", - "sqs.TestPubSub_stress/5/TestContinueAfterSubscribeClose run (4m22.055s)" + "sqs.TestPubSub_stress/5/TestContinueAfterSubscribeClose PAUSE (2ms)", + "sqs.TestPubSub_stress/5/TestContinueAfterSubscribeClose RUN (4m22.055s)" ], "textposition": "inside", "width": [ @@ -231083,8 +231083,8 @@ 286.05 ], "text": [ - "sqs.TestPubSub_stress/7/TestTopic pause (1m37.995s)", - "sqs.TestPubSub_stress/7/TestTopic run (1.481s)" + "sqs.TestPubSub_stress/7/TestTopic PAUSE (1m37.995s)", + "sqs.TestPubSub_stress/7/TestTopic RUN (1.481s)" ], "textposition": "inside", "width": [ @@ -231115,8 +231115,8 @@ 500.7 ], "text": [ - "sqs.TestPubSub_stress/2/TestTopic pause (5m12.647s)", - "sqs.TestPubSub_stress/2/TestTopic run (145ms)" + "sqs.TestPubSub_stress/2/TestTopic PAUSE (5m12.647s)", + "sqs.TestPubSub_stress/2/TestTopic RUN (145ms)" ], "textposition": "inside", "width": [ @@ -231147,8 +231147,8 @@ 471.47 ], "text": [ - "sqs.TestPubSub_stress/2/TestPublishSubscribeInOrder pause (4m43.416s)", - "sqs.TestPubSub_stress/2/TestPublishSubscribeInOrder run (0s)" + "sqs.TestPubSub_stress/2/TestPublishSubscribeInOrder PAUSE (4m43.416s)", + "sqs.TestPubSub_stress/2/TestPublishSubscribeInOrder RUN (0s)" ], "textposition": "inside", "width": [ @@ -231179,8 +231179,8 @@ 358.29 ], "text": [ - "sqs.TestPubSub_stress/3/TestMessageCtx pause (2m50.234s)", - "sqs.TestPubSub_stress/3/TestMessageCtx run (118ms)" + "sqs.TestPubSub_stress/3/TestMessageCtx PAUSE (2m50.234s)", + "sqs.TestPubSub_stress/3/TestMessageCtx RUN (118ms)" ], "textposition": "inside", "width": [ @@ -231211,8 +231211,8 @@ 566.63 ], "text": [ - "sqs.TestPubSub_stress/6/TestTopic pause (6m18.582s)", - "sqs.TestPubSub_stress/6/TestTopic run (689ms)" + "sqs.TestPubSub_stress/6/TestTopic PAUSE (6m18.582s)", + "sqs.TestPubSub_stress/6/TestTopic RUN (689ms)" ], "textposition": "inside", "width": [ @@ -231243,8 +231243,8 @@ 358.4 ], "text": [ - "sqs.TestPubSub_stress/3/TestTopic pause (2m50.352s)", - "sqs.TestPubSub_stress/3/TestTopic run (109ms)" + "sqs.TestPubSub_stress/3/TestTopic PAUSE (2m50.352s)", + "sqs.TestPubSub_stress/3/TestTopic RUN (109ms)" ], "textposition": "inside", "width": [ @@ -231275,8 +231275,8 @@ 189.02 ], "text": [ - "sqs.TestPubSub_stress/5/TestNoAck pause (970ms)", - "sqs.TestPubSub_stress/5/TestNoAck run (0s)" + "sqs.TestPubSub_stress/5/TestNoAck PAUSE (970ms)", + "sqs.TestPubSub_stress/5/TestNoAck RUN (0s)" ], "textposition": "inside", "width": [ @@ -231307,8 +231307,8 @@ 517.82 ], "text": [ - "sqs.TestPubSub_stress/6/TestPublishSubscribeInOrder pause (5m29.772s)", - "sqs.TestPubSub_stress/6/TestPublishSubscribeInOrder run (1ms)" + "sqs.TestPubSub_stress/6/TestPublishSubscribeInOrder PAUSE (5m29.772s)", + "sqs.TestPubSub_stress/6/TestPublishSubscribeInOrder RUN (1ms)" ], "textposition": "inside", "width": [ @@ -231339,8 +231339,8 @@ 357.55 ], "text": [ - "sqs.TestPubSub_stress/3/TestPublishSubscribeInOrder pause (2m49.503s)", - "sqs.TestPubSub_stress/3/TestPublishSubscribeInOrder run (0s)" + "sqs.TestPubSub_stress/3/TestPublishSubscribeInOrder PAUSE (2m49.503s)", + "sqs.TestPubSub_stress/3/TestPublishSubscribeInOrder RUN (0s)" ], "textposition": "inside", "width": [ @@ -231371,8 +231371,8 @@ 246.53 ], "text": [ - "sqs.TestPubSub_stress/7/TestPublishSubscribeInOrder pause (58.478s)", - "sqs.TestPubSub_stress/7/TestPublishSubscribeInOrder run (0s)" + "sqs.TestPubSub_stress/7/TestPublishSubscribeInOrder PAUSE (58.478s)", + "sqs.TestPubSub_stress/7/TestPublishSubscribeInOrder RUN (0s)" ], "textposition": "inside", "width": [ @@ -231403,8 +231403,8 @@ 517.82 ], "text": [ - "sqs.TestPubSub_stress/6/TestContinueAfterErrors pause (5m29.772s)", - "sqs.TestPubSub_stress/6/TestContinueAfterErrors run (17.784s)" + "sqs.TestPubSub_stress/6/TestContinueAfterErrors PAUSE (5m29.772s)", + "sqs.TestPubSub_stress/6/TestContinueAfterErrors RUN (17.784s)" ], "textposition": "inside", "width": [ @@ -231435,8 +231435,8 @@ 246.53 ], "text": [ - "sqs.TestPubSub_stress/7/TestContinueAfterErrors pause (58.478s)", - "sqs.TestPubSub_stress/7/TestContinueAfterErrors run (43.749s)" + "sqs.TestPubSub_stress/7/TestContinueAfterErrors PAUSE (58.478s)", + "sqs.TestPubSub_stress/7/TestContinueAfterErrors RUN (43.749s)" ], "textposition": "inside", "width": [ @@ -231467,8 +231467,8 @@ 523.93 ], "text": [ - "sqs.TestPubSub_stress/6/TestConcurrentClose pause (5m35.877s)", - "sqs.TestPubSub_stress/6/TestConcurrentClose run (3.685s)" + "sqs.TestPubSub_stress/6/TestConcurrentClose PAUSE (5m35.877s)", + "sqs.TestPubSub_stress/6/TestConcurrentClose RUN (3.685s)" ], "textposition": "inside", "width": [ @@ -231499,8 +231499,8 @@ 188.92 ], "text": [ - "sqs.TestPubSub_stress/5/TestResendOnError pause (866ms)", - "sqs.TestPubSub_stress/5/TestResendOnError run (26.211s)" + "sqs.TestPubSub_stress/5/TestResendOnError PAUSE (866ms)", + "sqs.TestPubSub_stress/5/TestResendOnError RUN (26.211s)" ], "textposition": "inside", "width": [ @@ -231531,8 +231531,8 @@ 303.38 ], "text": [ - "sqs.TestPubSub_stress/8/TestPublishSubscribeInOrder pause (1m55.328s)", - "sqs.TestPubSub_stress/8/TestPublishSubscribeInOrder run (0s)" + "sqs.TestPubSub_stress/8/TestPublishSubscribeInOrder PAUSE (1m55.328s)", + "sqs.TestPubSub_stress/8/TestPublishSubscribeInOrder RUN (0s)" ], "textposition": "inside", "width": [ @@ -231563,8 +231563,8 @@ 362.81 ], "text": [ - "sqs.TestPubSub_stress/3/TestContinueAfterErrors pause (2m54.762s)", - "sqs.TestPubSub_stress/3/TestContinueAfterErrors run (14.392s)" + "sqs.TestPubSub_stress/3/TestContinueAfterErrors PAUSE (2m54.762s)", + "sqs.TestPubSub_stress/3/TestContinueAfterErrors RUN (14.392s)" ], "textposition": "inside", "width": [ @@ -231595,8 +231595,8 @@ 248.92 ], "text": [ - "sqs.TestPubSub_stress/7/TestConcurrentClose pause (1m0.867s)", - "sqs.TestPubSub_stress/7/TestConcurrentClose run (14.32s)" + "sqs.TestPubSub_stress/7/TestConcurrentClose PAUSE (1m0.867s)", + "sqs.TestPubSub_stress/7/TestConcurrentClose RUN (14.32s)" ], "textposition": "inside", "width": [ @@ -231627,8 +231627,8 @@ 377.2 ], "text": [ - "sqs.TestPubSub_stress/3/TestConcurrentClose pause (3m9.154s)", - "sqs.TestPubSub_stress/3/TestConcurrentClose run (1.583s)" + "sqs.TestPubSub_stress/3/TestConcurrentClose PAUSE (3m9.154s)", + "sqs.TestPubSub_stress/3/TestConcurrentClose RUN (1.583s)" ], "textposition": "inside", "width": [ @@ -231659,8 +231659,8 @@ 378.79 ], "text": [ - "sqs.TestPubSub_stress/3/TestContinueAfterSubscribeClose pause (3m10.737s)", - "sqs.TestPubSub_stress/3/TestContinueAfterSubscribeClose run (3m4.198s)" + "sqs.TestPubSub_stress/3/TestContinueAfterSubscribeClose PAUSE (3m10.737s)", + "sqs.TestPubSub_stress/3/TestContinueAfterSubscribeClose RUN (3m4.198s)" ], "textposition": "inside", "width": [ @@ -231691,8 +231691,8 @@ 303.38 ], "text": [ - "sqs.TestPubSub_stress/8/TestContinueAfterErrors pause (1m55.329s)", - "sqs.TestPubSub_stress/8/TestContinueAfterErrors run (33.171s)" + "sqs.TestPubSub_stress/8/TestContinueAfterErrors PAUSE (1m55.329s)", + "sqs.TestPubSub_stress/8/TestContinueAfterErrors RUN (33.171s)" ], "textposition": "inside", "width": [ @@ -231720,7 +231720,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/9/TestReconnect/9962e401-0d29-4ea8-980b-2ff158c25f13 run (1ms)" + "sqs.TestPubSub_stress/9/TestReconnect/9962e401-0d29-4ea8-980b-2ff158c25f13 RUN (1ms)" ], "textposition": "inside", "width": [ @@ -231746,7 +231746,7 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/9/TestReconnect run (2ms)" + "sqs.TestPubSub_stress/9/TestReconnect RUN (2ms)" ], "textposition": "inside", "width": [ @@ -231775,8 +231775,8 @@ 252.75 ], "text": [ - "sqs.TestPubSub_stress/7/TestContinueAfterSubscribeClose pause (1m4.701s)", - "sqs.TestPubSub_stress/7/TestContinueAfterSubscribeClose run (3m36.743s)" + "sqs.TestPubSub_stress/7/TestContinueAfterSubscribeClose PAUSE (1m4.701s)", + "sqs.TestPubSub_stress/7/TestContinueAfterSubscribeClose RUN (3m36.743s)" ], "textposition": "inside", "width": [ @@ -231807,8 +231807,8 @@ 362.81 ], "text": [ - "sqs.TestPubSub_stress/3/TestNoAck pause (2m54.762s)", - "sqs.TestPubSub_stress/3/TestNoAck run (0s)" + "sqs.TestPubSub_stress/3/TestNoAck PAUSE (2m54.762s)", + "sqs.TestPubSub_stress/3/TestNoAck RUN (0s)" ], "textposition": "inside", "width": [ @@ -231839,8 +231839,8 @@ 200.83 ], "text": [ - "sqs.TestPubSub_stress/9/TestNewSubscriberReceivesOldMessages pause (12.776s)", - "sqs.TestPubSub_stress/9/TestNewSubscriberReceivesOldMessages run (0s)" + "sqs.TestPubSub_stress/9/TestNewSubscriberReceivesOldMessages PAUSE (12.776s)", + "sqs.TestPubSub_stress/9/TestNewSubscriberReceivesOldMessages RUN (0s)" ], "textposition": "inside", "width": [ @@ -231871,8 +231871,8 @@ 246.53 ], "text": [ - "sqs.TestPubSub_stress/7/TestNoAck pause (58.479s)", - "sqs.TestPubSub_stress/7/TestNoAck run (0s)" + "sqs.TestPubSub_stress/7/TestNoAck PAUSE (58.479s)", + "sqs.TestPubSub_stress/7/TestNoAck RUN (0s)" ], "textposition": "inside", "width": [ @@ -231903,8 +231903,8 @@ 535.61 ], "text": [ - "sqs.TestPubSub_stress/6/TestNoAck pause (5m47.56s)", - "sqs.TestPubSub_stress/6/TestNoAck run (0s)" + "sqs.TestPubSub_stress/6/TestNoAck PAUSE (5m47.56s)", + "sqs.TestPubSub_stress/6/TestNoAck RUN (0s)" ], "textposition": "inside", "width": [ @@ -231935,8 +231935,8 @@ 201.67 ], "text": [ - "sqs.TestPubSub_stress/9/TestSubscribeCtx pause (13.618s)", - "sqs.TestPubSub_stress/9/TestSubscribeCtx run (7.384s)" + "sqs.TestPubSub_stress/9/TestSubscribeCtx PAUSE (13.618s)", + "sqs.TestPubSub_stress/9/TestSubscribeCtx RUN (7.384s)" ], "textposition": "inside", "width": [ @@ -231967,8 +231967,8 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/9/TestMessageCtx pause (4ms)", - "sqs.TestPubSub_stress/9/TestMessageCtx run (862ms)" + "sqs.TestPubSub_stress/9/TestMessageCtx PAUSE (4ms)", + "sqs.TestPubSub_stress/9/TestMessageCtx RUN (862ms)" ], "textposition": "inside", "width": [ @@ -231999,8 +231999,8 @@ 303.46 ], "text": [ - "sqs.TestPubSub_stress/8/TestConcurrentClose pause (1m55.413s)", - "sqs.TestPubSub_stress/8/TestConcurrentClose run (7.099s)" + "sqs.TestPubSub_stress/8/TestConcurrentClose PAUSE (1m55.413s)", + "sqs.TestPubSub_stress/8/TestConcurrentClose RUN (7.099s)" ], "textposition": "inside", "width": [ @@ -232031,8 +232031,8 @@ 471.47 ], "text": [ - "sqs.TestPubSub_stress/2/TestContinueAfterErrors pause (4m43.418s)", - "sqs.TestPubSub_stress/2/TestContinueAfterErrors run (21.905s)" + "sqs.TestPubSub_stress/2/TestContinueAfterErrors PAUSE (4m43.418s)", + "sqs.TestPubSub_stress/2/TestContinueAfterErrors RUN (21.905s)" ], "textposition": "inside", "width": [ @@ -232063,8 +232063,8 @@ 189.02 ], "text": [ - "sqs.TestPubSub_stress/9/TestTopic pause (972ms)", - "sqs.TestPubSub_stress/9/TestTopic run (1.084s)" + "sqs.TestPubSub_stress/9/TestTopic PAUSE (972ms)", + "sqs.TestPubSub_stress/9/TestTopic RUN (1.084s)" ], "textposition": "inside", "width": [ @@ -232095,8 +232095,8 @@ 190.11 ], "text": [ - "sqs.TestPubSub_stress/9/TestPublishSubscribeInOrder pause (2.056s)", - "sqs.TestPubSub_stress/9/TestPublishSubscribeInOrder run (0s)" + "sqs.TestPubSub_stress/9/TestPublishSubscribeInOrder PAUSE (2.056s)", + "sqs.TestPubSub_stress/9/TestPublishSubscribeInOrder RUN (0s)" ], "textposition": "inside", "width": [ @@ -232127,8 +232127,8 @@ 479.45 ], "text": [ - "sqs.TestPubSub_stress/2/TestConcurrentClose pause (4m51.403s)", - "sqs.TestPubSub_stress/2/TestConcurrentClose run (1.237s)" + "sqs.TestPubSub_stress/2/TestConcurrentClose PAUSE (4m51.403s)", + "sqs.TestPubSub_stress/2/TestConcurrentClose RUN (1.237s)" ], "textposition": "inside", "width": [ @@ -232159,8 +232159,8 @@ 190.11 ], "text": [ - "sqs.TestPubSub_stress/9/TestContinueAfterErrors pause (2.057s)", - "sqs.TestPubSub_stress/9/TestContinueAfterErrors run (51.147s)" + "sqs.TestPubSub_stress/9/TestContinueAfterErrors PAUSE (2.057s)", + "sqs.TestPubSub_stress/9/TestContinueAfterErrors RUN (51.147s)" ], "textposition": "inside", "width": [ @@ -232191,8 +232191,8 @@ 458.39 ], "text": [ - "sqs.TestPubSub_stress/3/TestResendOnError pause (4m30.343s)", - "sqs.TestPubSub_stress/3/TestResendOnError run (13.075s)" + "sqs.TestPubSub_stress/3/TestResendOnError PAUSE (4m30.343s)", + "sqs.TestPubSub_stress/3/TestResendOnError RUN (13.075s)" ], "textposition": "inside", "width": [ @@ -232223,8 +232223,8 @@ 450.11 ], "text": [ - "sqs.TestPubSub_stress/3/TestConcurrentSubscribeMultipleTopics pause (4m22.058s)", - "sqs.TestPubSub_stress/3/TestConcurrentSubscribeMultipleTopics run (8.285s)" + "sqs.TestPubSub_stress/3/TestConcurrentSubscribeMultipleTopics PAUSE (4m22.058s)", + "sqs.TestPubSub_stress/3/TestConcurrentSubscribeMultipleTopics RUN (8.285s)" ], "textposition": "inside", "width": [ @@ -232255,8 +232255,8 @@ 458.74 ], "text": [ - "sqs.TestPubSub_stress/3/TestConcurrentSubscribe pause (4m30.69s)", - "sqs.TestPubSub_stress/3/TestConcurrentSubscribe run (20.713s)" + "sqs.TestPubSub_stress/3/TestConcurrentSubscribe PAUSE (4m30.69s)", + "sqs.TestPubSub_stress/3/TestConcurrentSubscribe RUN (20.713s)" ], "textposition": "inside", "width": [ @@ -232287,8 +232287,8 @@ 310.56 ], "text": [ - "sqs.TestPubSub_stress/8/TestContinueAfterSubscribeClose pause (2m2.512s)", - "sqs.TestPubSub_stress/8/TestContinueAfterSubscribeClose run (3m9.017s)" + "sqs.TestPubSub_stress/8/TestContinueAfterSubscribeClose PAUSE (2m2.512s)", + "sqs.TestPubSub_stress/8/TestContinueAfterSubscribeClose RUN (3m9.017s)" ], "textposition": "inside", "width": [ @@ -232319,8 +232319,8 @@ 193.79 ], "text": [ - "sqs.TestPubSub_stress/5/TestConcurrentSubscribeMultipleTopics pause (5.739s)", - "sqs.TestPubSub_stress/5/TestConcurrentSubscribeMultipleTopics run (31.723s)" + "sqs.TestPubSub_stress/5/TestConcurrentSubscribeMultipleTopics PAUSE (5.739s)", + "sqs.TestPubSub_stress/5/TestConcurrentSubscribeMultipleTopics RUN (31.723s)" ], "textposition": "inside", "width": [ @@ -232351,8 +232351,8 @@ 535.61 ], "text": [ - "sqs.TestPubSub_stress/6/TestResendOnError pause (5m47.561s)", - "sqs.TestPubSub_stress/6/TestResendOnError run (3.02s)" + "sqs.TestPubSub_stress/6/TestResendOnError PAUSE (5m47.561s)", + "sqs.TestPubSub_stress/6/TestResendOnError RUN (3.02s)" ], "textposition": "inside", "width": [ @@ -232383,8 +232383,8 @@ 263.24 ], "text": [ - "sqs.TestPubSub_stress/7/TestResendOnError pause (1m15.188s)", - "sqs.TestPubSub_stress/7/TestResendOnError run (30.954s)" + "sqs.TestPubSub_stress/7/TestResendOnError PAUSE (1m15.188s)", + "sqs.TestPubSub_stress/7/TestResendOnError RUN (30.954s)" ], "textposition": "inside", "width": [ @@ -232415,8 +232415,8 @@ 188.06 ], "text": [ - "sqs.TestPubSub_stress/9/TestConcurrentClose pause (5ms)", - "sqs.TestPubSub_stress/9/TestConcurrentClose run (13.613s)" + "sqs.TestPubSub_stress/9/TestConcurrentClose PAUSE (5ms)", + "sqs.TestPubSub_stress/9/TestConcurrentClose RUN (13.613s)" ], "textposition": "inside", "width": [ @@ -232447,8 +232447,8 @@ 471.47 ], "text": [ - "sqs.TestPubSub_stress/2/TestNoAck pause (4m43.418s)", - "sqs.TestPubSub_stress/2/TestNoAck run (0s)" + "sqs.TestPubSub_stress/2/TestNoAck PAUSE (4m43.418s)", + "sqs.TestPubSub_stress/2/TestNoAck RUN (0s)" ], "textposition": "inside", "width": [ @@ -232479,8 +232479,8 @@ 493.37 ], "text": [ - "sqs.TestPubSub_stress/2/TestResendOnError pause (5m5.323s)", - "sqs.TestPubSub_stress/2/TestResendOnError run (16.419s)" + "sqs.TestPubSub_stress/2/TestResendOnError PAUSE (5m5.323s)", + "sqs.TestPubSub_stress/2/TestResendOnError RUN (16.419s)" ], "textposition": "inside", "width": [ @@ -232511,8 +232511,8 @@ 481.5 ], "text": [ - "sqs.TestPubSub_stress/2/TestConcurrentSubscribeMultipleTopics pause (4m53.445s)", - "sqs.TestPubSub_stress/2/TestConcurrentSubscribeMultipleTopics run (12.313s)" + "sqs.TestPubSub_stress/2/TestConcurrentSubscribeMultipleTopics PAUSE (4m53.445s)", + "sqs.TestPubSub_stress/2/TestConcurrentSubscribeMultipleTopics RUN (12.313s)" ], "textposition": "inside", "width": [ @@ -232543,8 +232543,8 @@ 493.81 ], "text": [ - "sqs.TestPubSub_stress/2/TestConcurrentSubscribe pause (5m5.758s)", - "sqs.TestPubSub_stress/2/TestConcurrentSubscribe run (24.015s)" + "sqs.TestPubSub_stress/2/TestConcurrentSubscribe PAUSE (5m5.758s)", + "sqs.TestPubSub_stress/2/TestConcurrentSubscribe RUN (24.015s)" ], "textposition": "inside", "width": [ @@ -232575,8 +232575,8 @@ 469.49 ], "text": [ - "sqs.TestPubSub_stress/2/TestPublishSubscribe pause (4m41.444s)", - "sqs.TestPubSub_stress/2/TestPublishSubscribe run (12.001s)" + "sqs.TestPubSub_stress/2/TestPublishSubscribe PAUSE (4m41.444s)", + "sqs.TestPubSub_stress/2/TestPublishSubscribe RUN (12.001s)" ], "textposition": "inside", "width": [ @@ -232607,8 +232607,8 @@ 338.89 ], "text": [ - "sqs.TestPubSub_stress/8/TestNoAck pause (2m30.839s)", - "sqs.TestPubSub_stress/8/TestNoAck run (0s)" + "sqs.TestPubSub_stress/8/TestNoAck PAUSE (2m30.839s)", + "sqs.TestPubSub_stress/8/TestNoAck RUN (0s)" ], "textposition": "inside", "width": [ @@ -232639,8 +232639,8 @@ 213.85 ], "text": [ - "sqs.TestPubSub_stress/9/TestContinueAfterSubscribeClose pause (25.805s)", - "sqs.TestPubSub_stress/9/TestContinueAfterSubscribeClose run (4m4.885s)" + "sqs.TestPubSub_stress/9/TestContinueAfterSubscribeClose PAUSE (25.805s)", + "sqs.TestPubSub_stress/9/TestContinueAfterSubscribeClose RUN (4m4.885s)" ], "textposition": "inside", "width": [ @@ -232671,8 +232671,8 @@ 338.89 ], "text": [ - "sqs.TestPubSub_stress/8/TestResendOnError pause (2m30.839s)", - "sqs.TestPubSub_stress/8/TestResendOnError run (13.982s)" + "sqs.TestPubSub_stress/8/TestResendOnError PAUSE (2m30.839s)", + "sqs.TestPubSub_stress/8/TestResendOnError RUN (13.982s)" ], "textposition": "inside", "width": [ @@ -232703,8 +232703,8 @@ 538.63 ], "text": [ - "sqs.TestPubSub_stress/6/TestConcurrentSubscribeMultipleTopics pause (5m50.581s)", - "sqs.TestPubSub_stress/6/TestConcurrentSubscribeMultipleTopics run (10.575s)" + "sqs.TestPubSub_stress/6/TestConcurrentSubscribeMultipleTopics PAUSE (5m50.581s)", + "sqs.TestPubSub_stress/6/TestConcurrentSubscribeMultipleTopics RUN (10.575s)" ], "textposition": "inside", "width": [ @@ -232735,8 +232735,8 @@ 273.96 ], "text": [ - "sqs.TestPubSub_stress/7/TestConcurrentSubscribeMultipleTopics pause (1m25.906s)", - "sqs.TestPubSub_stress/7/TestConcurrentSubscribeMultipleTopics run (29.423s)" + "sqs.TestPubSub_stress/7/TestConcurrentSubscribeMultipleTopics PAUSE (1m25.906s)", + "sqs.TestPubSub_stress/7/TestConcurrentSubscribeMultipleTopics RUN (29.423s)" ], "textposition": "inside", "width": [ @@ -232767,8 +232767,8 @@ 215.13 ], "text": [ - "sqs.TestPubSub_stress/9/TestNoAck pause (27.078s)", - "sqs.TestPubSub_stress/9/TestNoAck run (0s)" + "sqs.TestPubSub_stress/9/TestNoAck PAUSE (27.078s)", + "sqs.TestPubSub_stress/9/TestNoAck RUN (0s)" ], "textposition": "inside", "width": [ @@ -232799,8 +232799,8 @@ 311.68 ], "text": [ - "sqs.TestPubSub_stress/8/TestConcurrentSubscribeMultipleTopics pause (2m3.627s)", - "sqs.TestPubSub_stress/8/TestConcurrentSubscribeMultipleTopics run (27.212s)" + "sqs.TestPubSub_stress/8/TestConcurrentSubscribeMultipleTopics PAUSE (2m3.627s)", + "sqs.TestPubSub_stress/8/TestConcurrentSubscribeMultipleTopics RUN (27.212s)" ], "textposition": "inside", "width": [ @@ -232831,8 +232831,8 @@ 215.13 ], "text": [ - "sqs.TestPubSub_stress/9/TestResendOnError pause (27.078s)", - "sqs.TestPubSub_stress/9/TestResendOnError run (37.623s)" + "sqs.TestPubSub_stress/9/TestResendOnError PAUSE (27.078s)", + "sqs.TestPubSub_stress/9/TestResendOnError RUN (37.623s)" ], "textposition": "inside", "width": [ @@ -232863,8 +232863,8 @@ 200.83 ], "text": [ - "sqs.TestPubSub_stress/5/TestConcurrentSubscribe pause (12.777s)", - "sqs.TestPubSub_stress/5/TestConcurrentSubscribe run (48.091s)" + "sqs.TestPubSub_stress/5/TestConcurrentSubscribe PAUSE (12.777s)", + "sqs.TestPubSub_stress/5/TestConcurrentSubscribe RUN (48.091s)" ], "textposition": "inside", "width": [ @@ -232895,8 +232895,8 @@ 549.21 ], "text": [ - "sqs.TestPubSub_stress/6/TestConcurrentSubscribe pause (6m1.157s)", - "sqs.TestPubSub_stress/6/TestConcurrentSubscribe run (18.187s)" + "sqs.TestPubSub_stress/6/TestConcurrentSubscribe PAUSE (6m1.157s)", + "sqs.TestPubSub_stress/6/TestConcurrentSubscribe RUN (18.187s)" ], "textposition": "inside", "width": [ @@ -232927,8 +232927,8 @@ 261.07 ], "text": [ - "sqs.TestPubSub_stress/7/TestConcurrentSubscribe pause (1m13.015s)", - "sqs.TestPubSub_stress/7/TestConcurrentSubscribe run (41.261s)" + "sqs.TestPubSub_stress/7/TestConcurrentSubscribe PAUSE (1m13.015s)", + "sqs.TestPubSub_stress/7/TestConcurrentSubscribe RUN (41.261s)" ], "textposition": "inside", "width": [ @@ -232959,8 +232959,8 @@ 225.51 ], "text": [ - "sqs.TestPubSub_stress/9/TestConcurrentSubscribeMultipleTopics pause (37.463s)", - "sqs.TestPubSub_stress/9/TestConcurrentSubscribeMultipleTopics run (35.553s)" + "sqs.TestPubSub_stress/9/TestConcurrentSubscribeMultipleTopics PAUSE (37.463s)", + "sqs.TestPubSub_stress/9/TestConcurrentSubscribeMultipleTopics RUN (35.553s)" ], "textposition": "inside", "width": [ @@ -232991,8 +232991,8 @@ 237.19 ], "text": [ - "sqs.TestPubSub_stress/9/TestConcurrentSubscribe pause (49.14s)", - "sqs.TestPubSub_stress/9/TestConcurrentSubscribe run (45.523s)" + "sqs.TestPubSub_stress/9/TestConcurrentSubscribe PAUSE (49.14s)", + "sqs.TestPubSub_stress/9/TestConcurrentSubscribe RUN (45.523s)" ], "textposition": "inside", "width": [ @@ -233023,8 +233023,8 @@ 336.55 ], "text": [ - "sqs.TestPubSub_stress/8/TestConcurrentSubscribe pause (2m28.501s)", - "sqs.TestPubSub_stress/8/TestConcurrentSubscribe run (21.004s)" + "sqs.TestPubSub_stress/8/TestConcurrentSubscribe PAUSE (2m28.501s)", + "sqs.TestPubSub_stress/8/TestConcurrentSubscribe RUN (21.004s)" ], "textposition": "inside", "width": [ @@ -233055,8 +233055,8 @@ 352.87 ], "text": [ - "sqs.TestPubSub_stress/3/TestPublishSubscribe pause (2m44.822s)", - "sqs.TestPubSub_stress/3/TestPublishSubscribe run (9.941s)" + "sqs.TestPubSub_stress/3/TestPublishSubscribe PAUSE (2m44.822s)", + "sqs.TestPubSub_stress/3/TestPublishSubscribe RUN (9.941s)" ], "textposition": "inside", "width": [ @@ -233087,8 +233087,8 @@ 290.28 ], "text": [ - "sqs.TestPubSub_stress/8/TestPublishSubscribe pause (1m42.229s)", - "sqs.TestPubSub_stress/8/TestPublishSubscribe run (21.398s)" + "sqs.TestPubSub_stress/8/TestPublishSubscribe PAUSE (1m42.229s)", + "sqs.TestPubSub_stress/8/TestPublishSubscribe RUN (21.398s)" ], "textposition": "inside", "width": [ @@ -233119,8 +233119,8 @@ 188.05 ], "text": [ - "sqs.TestPubSub_stress/5/TestPublishSubscribe pause (3ms)", - "sqs.TestPubSub_stress/5/TestPublishSubscribe run (25.803s)" + "sqs.TestPubSub_stress/5/TestPublishSubscribe PAUSE (3ms)", + "sqs.TestPubSub_stress/5/TestPublishSubscribe RUN (25.803s)" ], "textposition": "inside", "width": [ @@ -233151,8 +233151,8 @@ 509.79 ], "text": [ - "sqs.TestPubSub_stress/6/TestPublishSubscribe pause (5m21.742s)", - "sqs.TestPubSub_stress/6/TestPublishSubscribe run (14.136s)" + "sqs.TestPubSub_stress/6/TestPublishSubscribe PAUSE (5m21.742s)", + "sqs.TestPubSub_stress/6/TestPublishSubscribe RUN (14.136s)" ], "textposition": "inside", "width": [ @@ -233183,8 +233183,8 @@ 209.05 ], "text": [ - "sqs.TestPubSub_stress/9/TestPublishSubscribe pause (21.003s)", - "sqs.TestPubSub_stress/9/TestPublishSubscribe run (37.477s)" + "sqs.TestPubSub_stress/9/TestPublishSubscribe PAUSE (21.003s)", + "sqs.TestPubSub_stress/9/TestPublishSubscribe RUN (37.477s)" ], "textposition": "inside", "width": [ @@ -233215,8 +233215,8 @@ 241.25 ], "text": [ - "sqs.TestPubSub_stress/7/TestPublishSubscribe pause (53.204s)", - "sqs.TestPubSub_stress/7/TestPublishSubscribe run (32.702s)" + "sqs.TestPubSub_stress/7/TestPublishSubscribe PAUSE (53.204s)", + "sqs.TestPubSub_stress/7/TestPublishSubscribe RUN (32.702s)" ], "textposition": "inside", "width": [ @@ -233247,8 +233247,8 @@ 567.53 ], "text": [ - "sqs.TestPubSub_stress/0/TestPublishSubscribe pause (6m19.478s)", - "sqs.TestPubSub_stress/0/TestPublishSubscribe run (7.917s)" + "sqs.TestPubSub_stress/0/TestPublishSubscribe PAUSE (6m19.478s)", + "sqs.TestPubSub_stress/0/TestPublishSubscribe RUN (7.917s)" ], "textposition": "inside", "width": [ @@ -233276,7 +233276,7 @@ 188 ], "text": [ - "sns.TestPubSub_arn_topic_resolver run (26.387s)" + "sns.TestPubSub_arn_topic_resolver RUN (26.387s)" ], "textposition": "inside", "width": [ @@ -233302,7 +233302,7 @@ 25.86 ], "text": [ - "sns.TestPublishSubscribe/TestNewSubscriberReceivesOldMessages/98a45a3a-9c51-418e-ace3-fa5e39809ef1 run (0s)" + "sns.TestPublishSubscribe/TestNewSubscriberReceivesOldMessages/98a45a3a-9c51-418e-ace3-fa5e39809ef1 RUN (0s)" ], "textposition": "inside", "width": [ @@ -233328,7 +233328,7 @@ 14.66 ], "text": [ - "sns.TestPublishSubscribe/TestConcurrentSubscribe/41fdc961-a923-4dcf-8a6b-ce3c6b66fc48 run (1m45.778s)" + "sns.TestPublishSubscribe/TestConcurrentSubscribe/41fdc961-a923-4dcf-8a6b-ce3c6b66fc48 RUN (1m45.778s)" ], "textposition": "inside", "width": [ @@ -233354,7 +233354,7 @@ 5.5600000000000005 ], "text": [ - "sns.TestPublishSubscribe/TestResendOnError/b569f402-3e17-4c79-b4ed-f1c229734d53 run (1m47.011s)" + "sns.TestPublishSubscribe/TestResendOnError/b569f402-3e17-4c79-b4ed-f1c229734d53 RUN (1m47.011s)" ], "textposition": "inside", "width": [ @@ -233380,7 +233380,7 @@ 4.4 ], "text": [ - "sqs.TestPubSub/TestNoAck/4254daf4-ee1a-425c-b421-e74bb2830627 run (0s)" + "sqs.TestPubSub/TestNoAck/4254daf4-ee1a-425c-b421-e74bb2830627 RUN (0s)" ], "textposition": "inside", "width": [ @@ -233406,7 +233406,7 @@ 4.4 ], "text": [ - "sqs.TestPubSub/TestNewSubscriberReceivesOldMessages/872d31e3-d0f3-4e5a-9a7a-7a0d5f22dbc6 run (0s)" + "sqs.TestPubSub/TestNewSubscriberReceivesOldMessages/872d31e3-d0f3-4e5a-9a7a-7a0d5f22dbc6 RUN (0s)" ], "textposition": "inside", "width": [ @@ -233432,7 +233432,7 @@ 3.94 ], "text": [ - "sqs.TestPubSub/TestContinueAfterSubscribeClose/bd9ab63c-9d85-4159-a0e8-d3a317055cc2 run (2m42.397s)" + "sqs.TestPubSub/TestContinueAfterSubscribeClose/bd9ab63c-9d85-4159-a0e8-d3a317055cc2 RUN (2m42.397s)" ], "textposition": "inside", "width": [ @@ -233458,7 +233458,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestTopic/dedfc437-a463-412d-88d8-7ed7e392605b run (2.695s)" + "sqs.TestPubSub/TestTopic/dedfc437-a463-412d-88d8-7ed7e392605b RUN (2.695s)" ], "textposition": "inside", "width": [ @@ -233484,7 +233484,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestContinueAfterErrors/bb086438-326f-4fda-b1c4-d52c05d7789d run (1m21.777s)" + "sqs.TestPubSub/TestContinueAfterErrors/bb086438-326f-4fda-b1c4-d52c05d7789d RUN (1m21.777s)" ], "textposition": "inside", "width": [ @@ -233510,7 +233510,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestConcurrentClose/044a4dbf-a5c8-43ba-a680-0e57a13afdf2 run (42.402s)" + "sqs.TestPubSub/TestConcurrentClose/044a4dbf-a5c8-43ba-a680-0e57a13afdf2 RUN (42.402s)" ], "textposition": "inside", "width": [ @@ -233536,7 +233536,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestMessageCtx/ea2dc2e6-f773-4834-b9ca-ccf210f8ad63 run (2.232s)" + "sqs.TestPubSub/TestMessageCtx/ea2dc2e6-f773-4834-b9ca-ccf210f8ad63 RUN (2.232s)" ], "textposition": "inside", "width": [ @@ -233562,7 +233562,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestConcurrentSubscribe/7a2eb9e3-7a0a-44ce-9dcc-9132808a7a8e run (1m14.959s)" + "sqs.TestPubSub/TestConcurrentSubscribe/7a2eb9e3-7a0a-44ce-9dcc-9132808a7a8e RUN (1m14.959s)" ], "textposition": "inside", "width": [ @@ -233588,7 +233588,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestResendOnError/715c631d-53f5-41d7-b7f6-8ecb551c699e run (1m1.543s)" + "sqs.TestPubSub/TestResendOnError/715c631d-53f5-41d7-b7f6-8ecb551c699e RUN (1m1.543s)" ], "textposition": "inside", "width": [ @@ -233614,7 +233614,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestConcurrentSubscribeMultipleTopics/41642e01-a224-435d-98d7-393bef8d54ee run (1m3.811s)" + "sqs.TestPubSub/TestConcurrentSubscribeMultipleTopics/41642e01-a224-435d-98d7-393bef8d54ee RUN (1m3.811s)" ], "textposition": "inside", "width": [ @@ -233640,7 +233640,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestPublisherClose/aecafbb1-25ef-4f92-9355-3e20d3ffbae5 run (3m6.346s)" + "sqs.TestPubSub/TestPublisherClose/aecafbb1-25ef-4f92-9355-3e20d3ffbae5 RUN (3m6.346s)" ], "textposition": "inside", "width": [ @@ -233666,7 +233666,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestConsumerGroups/8ffeb389-3480-40fb-a151-ed27d6c11293 run (1ms)" + "sqs.TestPubSub/TestConsumerGroups/8ffeb389-3480-40fb-a151-ed27d6c11293 RUN (1ms)" ], "textposition": "inside", "width": [ @@ -233692,7 +233692,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestSubscribeCtx/56d99a88-d334-4a56-b806-5f5367aaabe5 run (17.879s)" + "sqs.TestPubSub/TestSubscribeCtx/56d99a88-d334-4a56-b806-5f5367aaabe5 RUN (17.879s)" ], "textposition": "inside", "width": [ @@ -233718,7 +233718,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestPublishSubscribeInOrder/5ad21fad-2ee8-4d94-95fc-40ead2e72e94 run (0s)" + "sqs.TestPubSub/TestPublishSubscribeInOrder/5ad21fad-2ee8-4d94-95fc-40ead2e72e94 RUN (0s)" ], "textposition": "inside", "width": [ @@ -233744,7 +233744,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestPublishSubscribe/c558727b-e410-4b97-b8ac-07c8a7e2a27a run (1m0.577s)" + "sqs.TestPubSub/TestPublishSubscribe/c558727b-e410-4b97-b8ac-07c8a7e2a27a RUN (1m0.577s)" ], "textposition": "inside", "width": [ @@ -233773,8 +233773,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestConsumerGroups pause (0s)", - "sqs.TestPubSub/TestConsumerGroups run (1ms)" + "sqs.TestPubSub/TestConsumerGroups PAUSE (0s)", + "sqs.TestPubSub/TestConsumerGroups RUN (1ms)" ], "textposition": "inside", "width": [ @@ -233802,7 +233802,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestReconnect/265a3c40-cc30-4594-978a-2cf38d82e78c run (0s)" + "sqs.TestPubSub/TestReconnect/265a3c40-cc30-4594-978a-2cf38d82e78c RUN (0s)" ], "textposition": "inside", "width": [ @@ -233828,7 +233828,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestReconnect run (0s)" + "sqs.TestPubSub/TestReconnect RUN (0s)" ], "textposition": "inside", "width": [ @@ -233857,8 +233857,8 @@ 4.4 ], "text": [ - "sqs.TestPubSub/TestNewSubscriberReceivesOldMessages pause (2.696s)", - "sqs.TestPubSub/TestNewSubscriberReceivesOldMessages run (0s)" + "sqs.TestPubSub/TestNewSubscriberReceivesOldMessages PAUSE (2.696s)", + "sqs.TestPubSub/TestNewSubscriberReceivesOldMessages RUN (0s)" ], "textposition": "inside", "width": [ @@ -233889,8 +233889,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestSubscribeCtx pause (0s)", - "sqs.TestPubSub/TestSubscribeCtx run (42.403s)" + "sqs.TestPubSub/TestSubscribeCtx PAUSE (0s)", + "sqs.TestPubSub/TestSubscribeCtx RUN (42.403s)" ], "textposition": "inside", "width": [ @@ -233921,8 +233921,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestMessageCtx pause (1ms)", - "sqs.TestPubSub/TestMessageCtx run (2.232s)" + "sqs.TestPubSub/TestMessageCtx PAUSE (1ms)", + "sqs.TestPubSub/TestMessageCtx RUN (2.232s)" ], "textposition": "inside", "width": [ @@ -233953,8 +233953,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestTopic pause (0s)", - "sqs.TestPubSub/TestTopic run (2.695s)" + "sqs.TestPubSub/TestTopic PAUSE (0s)", + "sqs.TestPubSub/TestTopic RUN (2.695s)" ], "textposition": "inside", "width": [ @@ -233985,8 +233985,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestPublisherClose pause (0s)", - "sqs.TestPubSub/TestPublisherClose run (3m6.346s)" + "sqs.TestPubSub/TestPublisherClose PAUSE (0s)", + "sqs.TestPubSub/TestPublisherClose RUN (3m6.346s)" ], "textposition": "inside", "width": [ @@ -234017,8 +234017,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestPublishSubscribeInOrder pause (0s)", - "sqs.TestPubSub/TestPublishSubscribeInOrder run (0s)" + "sqs.TestPubSub/TestPublishSubscribeInOrder PAUSE (0s)", + "sqs.TestPubSub/TestPublishSubscribeInOrder RUN (0s)" ], "textposition": "inside", "width": [ @@ -234049,8 +234049,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestContinueAfterErrors pause (1ms)", - "sqs.TestPubSub/TestContinueAfterErrors run (2m44.63s)" + "sqs.TestPubSub/TestContinueAfterErrors PAUSE (1ms)", + "sqs.TestPubSub/TestContinueAfterErrors RUN (2m44.63s)" ], "textposition": "inside", "width": [ @@ -234081,8 +234081,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestConcurrentClose pause (0s)", - "sqs.TestPubSub/TestConcurrentClose run (1m0.577s)" + "sqs.TestPubSub/TestConcurrentClose PAUSE (0s)", + "sqs.TestPubSub/TestConcurrentClose RUN (1m0.577s)" ], "textposition": "inside", "width": [ @@ -234113,8 +234113,8 @@ 3.94 ], "text": [ - "sqs.TestPubSub/TestContinueAfterSubscribeClose pause (2.233s)", - "sqs.TestPubSub/TestContinueAfterSubscribeClose run (3m4.113s)" + "sqs.TestPubSub/TestContinueAfterSubscribeClose PAUSE (2.233s)", + "sqs.TestPubSub/TestContinueAfterSubscribeClose RUN (3m4.113s)" ], "textposition": "inside", "width": [ @@ -234145,8 +234145,8 @@ 4.4 ], "text": [ - "sqs.TestPubSub/TestNoAck pause (2.696s)", - "sqs.TestPubSub/TestNoAck run (15.183s)" + "sqs.TestPubSub/TestNoAck PAUSE (2.696s)", + "sqs.TestPubSub/TestNoAck RUN (15.183s)" ], "textposition": "inside", "width": [ @@ -234177,8 +234177,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestResendOnError pause (1ms)", - "sqs.TestPubSub/TestResendOnError run (1m3.811s)" + "sqs.TestPubSub/TestResendOnError PAUSE (1ms)", + "sqs.TestPubSub/TestResendOnError RUN (1m3.811s)" ], "textposition": "inside", "width": [ @@ -234209,8 +234209,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestConcurrentSubscribeMultipleTopics pause (1ms)", - "sqs.TestPubSub/TestConcurrentSubscribeMultipleTopics run (1m14.959s)" + "sqs.TestPubSub/TestConcurrentSubscribeMultipleTopics PAUSE (1ms)", + "sqs.TestPubSub/TestConcurrentSubscribeMultipleTopics RUN (1m14.959s)" ], "textposition": "inside", "width": [ @@ -234241,8 +234241,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestConcurrentSubscribe pause (1ms)", - "sqs.TestPubSub/TestConcurrentSubscribe run (1m21.777s)" + "sqs.TestPubSub/TestConcurrentSubscribe PAUSE (1ms)", + "sqs.TestPubSub/TestConcurrentSubscribe RUN (1m21.777s)" ], "textposition": "inside", "width": [ @@ -234273,8 +234273,8 @@ 1.7 ], "text": [ - "sqs.TestPubSub/TestPublishSubscribe pause (0s)", - "sqs.TestPubSub/TestPublishSubscribe run (1m1.544s)" + "sqs.TestPubSub/TestPublishSubscribe PAUSE (0s)", + "sqs.TestPubSub/TestPublishSubscribe RUN (1m1.544s)" ], "textposition": "inside", "width": [ @@ -234302,7 +234302,7 @@ 1.7 ], "text": [ - "sqs.TestPubSub run (3m6.346s)" + "sqs.TestPubSub RUN (3m6.346s)" ], "textposition": "inside", "width": [ @@ -234328,7 +234328,7 @@ 1.7 ], "text": [ - "sqs.TestQueueConfigAttributes_Attributes_custom_attributes run (0s)" + "sqs.TestQueueConfigAttributes_Attributes_custom_attributes RUN (0s)" ], "textposition": "inside", "width": [ @@ -234354,7 +234354,7 @@ 1.7 ], "text": [ - "sqs.TestQueueConfigAttributes_Attributes run (0s)" + "sqs.TestQueueConfigAttributes_Attributes RUN (0s)" ], "textposition": "inside", "width": [ @@ -234380,7 +234380,7 @@ 1.7 ], "text": [ - "sqs.TestMarshaler run (0s)" + "sqs.TestMarshaler RUN (0s)" ], "textposition": "inside", "width": [ @@ -234406,7 +234406,7 @@ 1.7 ], "text": [ - "sqs.TestMetadaConverter run (0s)" + "sqs.TestMetadaConverter RUN (0s)" ], "textposition": "inside", "width": [ @@ -234432,7 +234432,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestPublisherClose/e1e81453-e4a1-4bf8-acd8-839f1cb81a07 run (3m6.535s)" + "sns.TestPublishSubscribe/TestPublisherClose/e1e81453-e4a1-4bf8-acd8-839f1cb81a07 RUN (3m6.535s)" ], "textposition": "inside", "width": [ @@ -234458,7 +234458,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestTopic/6bea0421-9872-42a8-a9c6-6936e0be0fee run (13.191s)" + "sns.TestPublishSubscribe/TestTopic/6bea0421-9872-42a8-a9c6-6936e0be0fee RUN (13.191s)" ], "textposition": "inside", "width": [ @@ -234484,7 +234484,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestConcurrentSubscribeMultipleTopics/ef6bfb65-1499-45d0-b704-fa673af02953 run (1m47.273s)" + "sns.TestPublishSubscribe/TestConcurrentSubscribeMultipleTopics/ef6bfb65-1499-45d0-b704-fa673af02953 RUN (1m47.273s)" ], "textposition": "inside", "width": [ @@ -234510,7 +234510,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestContinueAfterSubscribeClose/dcb94e6b-c337-431b-816e-953f010c91dc run (2m44.891s)" + "sns.TestPublishSubscribe/TestContinueAfterSubscribeClose/dcb94e6b-c337-431b-816e-953f010c91dc RUN (2m44.891s)" ], "textposition": "inside", "width": [ @@ -234536,7 +234536,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestConcurrentClose/ae575b44-a837-4fda-bc99-0789635f2c5b run (1m18.309s)" + "sns.TestPublishSubscribe/TestConcurrentClose/ae575b44-a837-4fda-bc99-0789635f2c5b RUN (1m18.309s)" ], "textposition": "inside", "width": [ @@ -234562,7 +234562,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestContinueAfterErrors/d8a0bb3c-da12-48c3-83c8-d4b79c8731a0 run (1m23.606s)" + "sns.TestPublishSubscribe/TestContinueAfterErrors/d8a0bb3c-da12-48c3-83c8-d4b79c8731a0 RUN (1m23.606s)" ], "textposition": "inside", "width": [ @@ -234588,7 +234588,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestSubscribeCtx/8c97affd-cb2f-47be-b310-18314190e274 run (24.387s)" + "sns.TestPublishSubscribe/TestSubscribeCtx/8c97affd-cb2f-47be-b310-18314190e274 RUN (24.387s)" ], "textposition": "inside", "width": [ @@ -234614,7 +234614,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestConsumerGroups/bffa08d8-a67d-446c-85c5-d2ca567b4a98 run (1m35.678s)" + "sns.TestPublishSubscribe/TestConsumerGroups/bffa08d8-a67d-446c-85c5-d2ca567b4a98 RUN (1m35.678s)" ], "textposition": "inside", "width": [ @@ -234640,7 +234640,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestMessageCtx/0ef2aed0-5564-4cb4-ab28-a8ef2f9b485d run (4.097s)" + "sns.TestPublishSubscribe/TestMessageCtx/0ef2aed0-5564-4cb4-ab28-a8ef2f9b485d RUN (4.097s)" ], "textposition": "inside", "width": [ @@ -234666,7 +234666,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestNoAck/53bdc1b1-4afd-421b-a56c-130e3ce90993 run (0s)" + "sns.TestPublishSubscribe/TestNoAck/53bdc1b1-4afd-421b-a56c-130e3ce90993 RUN (0s)" ], "textposition": "inside", "width": [ @@ -234692,7 +234692,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestPublishSubscribeInOrder/eb766efc-50d4-4b11-9d4d-bca2a2cedbde run (0s)" + "sns.TestPublishSubscribe/TestPublishSubscribeInOrder/eb766efc-50d4-4b11-9d4d-bca2a2cedbde RUN (0s)" ], "textposition": "inside", "width": [ @@ -234718,7 +234718,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestPublishSubscribe/a52a6f95-43fb-425d-befd-b0bedb14c788 run (1m43.982s)" + "sns.TestPublishSubscribe/TestPublishSubscribe/a52a6f95-43fb-425d-befd-b0bedb14c788 RUN (1m43.982s)" ], "textposition": "inside", "width": [ @@ -234747,8 +234747,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestConsumerGroups pause (0s)", - "sns.TestPublishSubscribe/TestConsumerGroups run (1m43.982s)" + "sns.TestPublishSubscribe/TestConsumerGroups PAUSE (0s)", + "sns.TestPublishSubscribe/TestConsumerGroups RUN (1m43.982s)" ], "textposition": "inside", "width": [ @@ -234776,7 +234776,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestReconnect/7b4a098f-bba9-48a5-a87c-f0b2c4abed7d run (0s)" + "sns.TestPublishSubscribe/TestReconnect/7b4a098f-bba9-48a5-a87c-f0b2c4abed7d RUN (0s)" ], "textposition": "inside", "width": [ @@ -234802,7 +234802,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestReconnect run (0s)" + "sns.TestPublishSubscribe/TestReconnect RUN (0s)" ], "textposition": "inside", "width": [ @@ -234831,8 +234831,8 @@ 25.85 ], "text": [ - "sns.TestPublishSubscribe/TestNewSubscriberReceivesOldMessages pause (24.388s)", - "sns.TestPublishSubscribe/TestNewSubscriberReceivesOldMessages run (53.921s)" + "sns.TestPublishSubscribe/TestNewSubscriberReceivesOldMessages PAUSE (24.388s)", + "sns.TestPublishSubscribe/TestNewSubscriberReceivesOldMessages RUN (53.921s)" ], "textposition": "inside", "width": [ @@ -234863,8 +234863,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestSubscribeCtx pause (0s)", - "sns.TestPublishSubscribe/TestSubscribeCtx run (24.387s)" + "sns.TestPublishSubscribe/TestSubscribeCtx PAUSE (0s)", + "sns.TestPublishSubscribe/TestSubscribeCtx RUN (24.387s)" ], "textposition": "inside", "width": [ @@ -234895,8 +234895,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestMessageCtx pause (0s)", - "sns.TestPublishSubscribe/TestMessageCtx run (4.097s)" + "sns.TestPublishSubscribe/TestMessageCtx PAUSE (0s)", + "sns.TestPublishSubscribe/TestMessageCtx RUN (4.097s)" ], "textposition": "inside", "width": [ @@ -234927,8 +234927,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestTopic pause (1ms)", - "sns.TestPublishSubscribe/TestTopic run (13.191s)" + "sns.TestPublishSubscribe/TestTopic PAUSE (1ms)", + "sns.TestPublishSubscribe/TestTopic RUN (13.191s)" ], "textposition": "inside", "width": [ @@ -234959,8 +234959,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestPublisherClose pause (1ms)", - "sns.TestPublishSubscribe/TestPublisherClose run (3m6.535s)" + "sns.TestPublishSubscribe/TestPublisherClose PAUSE (1ms)", + "sns.TestPublishSubscribe/TestPublisherClose RUN (3m6.535s)" ], "textposition": "inside", "width": [ @@ -234991,8 +234991,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestPublishSubscribeInOrder pause (0s)", - "sns.TestPublishSubscribe/TestPublishSubscribeInOrder run (0s)" + "sns.TestPublishSubscribe/TestPublishSubscribeInOrder PAUSE (0s)", + "sns.TestPublishSubscribe/TestPublishSubscribeInOrder RUN (0s)" ], "textposition": "inside", "width": [ @@ -235023,8 +235023,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestContinueAfterErrors pause (0s)", - "sns.TestPublishSubscribe/TestContinueAfterErrors run (1m35.678s)" + "sns.TestPublishSubscribe/TestContinueAfterErrors PAUSE (0s)", + "sns.TestPublishSubscribe/TestContinueAfterErrors RUN (1m35.678s)" ], "textposition": "inside", "width": [ @@ -235055,8 +235055,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestConcurrentClose pause (0s)", - "sns.TestPublishSubscribe/TestConcurrentClose run (1m23.606s)" + "sns.TestPublishSubscribe/TestConcurrentClose PAUSE (0s)", + "sns.TestPublishSubscribe/TestConcurrentClose RUN (1m23.606s)" ], "textposition": "inside", "width": [ @@ -235087,8 +235087,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestContinueAfterSubscribeClose pause (0s)", - "sns.TestPublishSubscribe/TestContinueAfterSubscribeClose run (3m6.535s)" + "sns.TestPublishSubscribe/TestContinueAfterSubscribeClose PAUSE (0s)", + "sns.TestPublishSubscribe/TestContinueAfterSubscribeClose RUN (3m6.535s)" ], "textposition": "inside", "width": [ @@ -235119,8 +235119,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestNoAck pause (0s)", - "sns.TestPublishSubscribe/TestNoAck run (0s)" + "sns.TestPublishSubscribe/TestNoAck PAUSE (0s)", + "sns.TestPublishSubscribe/TestNoAck RUN (0s)" ], "textposition": "inside", "width": [ @@ -235151,8 +235151,8 @@ 5.5600000000000005 ], "text": [ - "sns.TestPublishSubscribe/TestResendOnError pause (4.097s)", - "sns.TestPublishSubscribe/TestResendOnError run (1m54.873s)" + "sns.TestPublishSubscribe/TestResendOnError PAUSE (4.097s)", + "sns.TestPublishSubscribe/TestResendOnError RUN (1m54.873s)" ], "textposition": "inside", "width": [ @@ -235183,8 +235183,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestConcurrentSubscribeMultipleTopics pause (1ms)", - "sns.TestPublishSubscribe/TestConcurrentSubscribeMultipleTopics run (1m51.107s)" + "sns.TestPublishSubscribe/TestConcurrentSubscribeMultipleTopics PAUSE (1ms)", + "sns.TestPublishSubscribe/TestConcurrentSubscribeMultipleTopics RUN (1m51.107s)" ], "textposition": "inside", "width": [ @@ -235215,8 +235215,8 @@ 14.66 ], "text": [ - "sns.TestPublishSubscribe/TestConcurrentSubscribe pause (13.192s)", - "sns.TestPublishSubscribe/TestConcurrentSubscribe run (2m31.7s)" + "sns.TestPublishSubscribe/TestConcurrentSubscribe PAUSE (13.192s)", + "sns.TestPublishSubscribe/TestConcurrentSubscribe RUN (2m31.7s)" ], "textposition": "inside", "width": [ @@ -235247,8 +235247,8 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe/TestPublishSubscribe pause (0s)", - "sns.TestPublishSubscribe/TestPublishSubscribe run (1m47.273s)" + "sns.TestPublishSubscribe/TestPublishSubscribe PAUSE (0s)", + "sns.TestPublishSubscribe/TestPublishSubscribe RUN (1m47.273s)" ], "textposition": "inside", "width": [ @@ -235276,7 +235276,7 @@ 1.47 ], "text": [ - "sns.TestPublishSubscribe run (3m6.536s)" + "sns.TestPublishSubscribe RUN (3m6.536s)" ], "textposition": "inside", "width": [