You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: reduce CI flakiness via span-race filters (#8087)
This addresses real span race conditions. Assuming `traces[0][0]` is the
span we're looking for across kafkajs, confluentinc-kafka-javascript,
redis, ioredis, mariadb, mysql, mysql2, graphql (parse + validate),
aws-sdk s3 span-pointers, elasticsearch, opensearch, mongodb-core,
pg, prisma, iovalkey, and the IAST `testOutsideRequestHasVulnerability`
and `checkVulnerabilityInRequest` helpers is not always correct.
Moleculer's `startBroker` now prevents the port race by using the the
zero port, and the rhea `before` hook finally returns the `agent.load`
promise so mocha actually waits for plugin registration.
0 commit comments