Implement early flakiness detection#6727
Merged
nikita-tkachenko-datadog merged 5 commits intoFeb 27, 2024
Merged
Conversation
nikita-tkachenko-datadog
force-pushed
the
nikita-tkachenko/early-flakiness-detection
branch
3 times, most recently
from
February 23, 2024 16:17
ca8438f to
a7b55a4
Compare
BenchmarksStartupParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 42 metrics, 12 unstable metrics. LoadParameters
See matching parameters
SummaryFound 1 performance improvements and 0 performance regressions! Performance is the same for 9 metrics, 16 unstable metrics.
Request duration reports for insecure-bankgantt
title insecure-bank - request duration [CI 0.99] : candidate=1.31.0-SNAPSHOT~4d273d473c, baseline=1.31.0-SNAPSHOT~ef26b91da3
dateFormat X
axisFormat %s
section baseline
no_agent (372.578 µs) : 350, 395
. : milestone, 373,
iast (474.758 µs) : 454, 495
. : milestone, 475,
iast_FULL (541.095 µs) : 521, 562
. : milestone, 541,
iast_GLOBAL (498.614 µs) : 477, 520
. : milestone, 499,
iast_HARDCODED_SECRET_DISABLED (478.317 µs) : 458, 499
. : milestone, 478,
iast_INACTIVE (444.877 µs) : 424, 465
. : milestone, 445,
iast_TELEMETRY_OFF (473.438 µs) : 453, 494
. : milestone, 473,
tracing (436.894 µs) : 416, 457
. : milestone, 437,
section candidate
no_agent (363.348 µs) : 343, 384
. : milestone, 363,
iast (470.209 µs) : 450, 491
. : milestone, 470,
iast_FULL (538.962 µs) : 519, 559
. : milestone, 539,
iast_GLOBAL (489.187 µs) : 469, 510
. : milestone, 489,
iast_HARDCODED_SECRET_DISABLED (472.981 µs) : 452, 494
. : milestone, 473,
iast_INACTIVE (445.361 µs) : 424, 467
. : milestone, 445,
iast_TELEMETRY_OFF (469.753 µs) : 449, 490
. : milestone, 470,
tracing (439.042 µs) : 419, 459
. : milestone, 439,
Request duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.31.0-SNAPSHOT~4d273d473c, baseline=1.31.0-SNAPSHOT~ef26b91da3
dateFormat X
axisFormat %s
section baseline
no_agent (1.344 ms) : 1325, 1363
. : milestone, 1344,
appsec (1.762 ms) : 1738, 1785
. : milestone, 1762,
iast (1.509 ms) : 1486, 1532
. : milestone, 1509,
profiling (1.59 ms) : 1565, 1615
. : milestone, 1590,
tracing (1.495 ms) : 1472, 1518
. : milestone, 1495,
section candidate
no_agent (1.347 ms) : 1328, 1366
. : milestone, 1347,
appsec (1.787 ms) : 1763, 1810
. : milestone, 1787,
iast (1.513 ms) : 1489, 1536
. : milestone, 1513,
profiling (1.516 ms) : 1492, 1540
. : milestone, 1516,
tracing (1.496 ms) : 1472, 1519
. : milestone, 1496,
|
Base automatically changed from
nikita-tkachenko/ci-visibility-itr-correlation-id
to
master
February 23, 2024 20:39
nikita-tkachenko-datadog
force-pushed
the
nikita-tkachenko/early-flakiness-detection
branch
from
February 23, 2024 20:40
a7b55a4 to
b1243c5
Compare
nikita-tkachenko-datadog
marked this pull request as ready for review
February 27, 2024 09:19
nikita-tkachenko-datadog
requested review from
anmarchenko,
nayeem-kamal and
ygree
February 27, 2024 09:19
anmarchenko
approved these changes
Feb 27, 2024
nikita-tkachenko-datadog
deleted the
nikita-tkachenko/early-flakiness-detection
branch
February 27, 2024 14:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Does This Do
Implements early flakiness detection CI Visibility feature (RFC).
Jira ticket: CIVIS-8329