Labels
Prioritized labels 1
Drag to reorder prioritized labels and change their relative priority.
Labels 3,468
-
federal::CivCDMGitLab.orgContinuous Diagnostics and Mitigation (US Civ gov Cybersecurity program) 100 OEMs, $1 Billion/year
-
federal::CivEINSTEINGitLab.orgIPS/IDS program for Internet access run by Verizon, ATT, CenturyLink, 2nd largest Cyber spend by Civ gov
-
federal::Civ::hacscyber threatGitLab.orgCivilian, State, and Local gov Highly Adaptive Cybersecurity Services program for Threat Hunting (Pen testing, Risk assessments, high value assessments) services
-
federal::Civ::high-value-assetsGitLab.orgCivilian gov mandated high value asset governance tied to CDM with Quarterly reports to Congress and Comptroller General
-
federal::DoDJRSSGitLab.orgcentralized IPS/IDS program for DoD/Allies coordinated by DISA, 37+ OEMs in the Joint Regional Security Stack. So big and awkwardly implemented it's drawn formal Pentagon criticism in 2017 and 2018. Multi-billion dollar IPS/IDS.
-
flaky-test-reviewedGitLab.orgWhen a flaky test issue was reviewed (mainly use by Developer Experience for triaging purposes)
-
flaky-testdataset-specificGitLab.orgThe test assumes the dataset is in a particular (usually limited) state, which might not be true depending on when the test run during the test suite.
-
flaky-testimproper synchronizationGitLab.orgA flaky test issue arising from timing-related factors, such as delays, eventual consistency, asynchronous operations, or race conditions. These issues may stem from shortcomings in the test logic, the system under test, or their interaction. While tests can sometimes address these issues through improved synchronization, they may also reveal underlying system bugs that require resolution.
-
flaky-testrandom inputGitLab.orgThe test use random values, that sometimes match the expectations, and sometimes not.
-
flaky-teststate leakGitLab.orgTest data state leaked through test cases. See https://docs.gitlab.com/ee/development/testing_guide/flaky_tests.html#state-leak
-
flaky-testtoo-many-sql-queriesGitLab.orgMaster broken incidents caused by flaky tests which are failing because sql queries limit has exceeded
-
flaky-testtransient bugGitLab.orgTest is failing intermittently due to a transient bug in our software
-
flaky-testunstable infrastructureGitLab.orgThe test fails from time to time due to infrastructure issues.