Commit 9e9fd8d
[ACIX-835] Update testify to v1.11.1 (#40182)
<!--
* Contributors are encouraged to read our [CONTRIBUTING](/CONTRIBUTING.md) documentation.
* Both Contributor and Reviewer Checklists are available at https://datadoghq.dev/datadog-agent/guidelines/contributing/#pull-requests.
* The pull request:
* Should only fix one issue or add one feature at a time.
* Must update the test suite for the relevant functionality.
* Should pass all status checks before being reviewed or merged.
* Commit titles should be prefixed with general area of pull request's change.
* Please fill the below sections if possible with relevant information or links.
-->
### What does this PR do?
Update testify to v1.11.1 https://github.com/stretchr/testify/releases/tag/v1.11.1
### Motivation
Benefit from stretchr/testify#1427 (`assert: check early in Eventually, EventuallyWithT, and Never`).
### Describe how you validated your changes
<!--
Validate your changes before merge, ensuring that:
* Your PR is tested by static / unit / integrations / e2e tests
* Your PR description details which e2e tests cover your changes, if any
* The PR description contains details of how you validated your changes. If you validated changes manually and not through automated tests, add context on why automated tests did not fit your changes validation.
If you want additional validation by a second person, you can ask reviewers to do it. Describe how to set up an environment for manual tests in the PR description. Manual validation is expected to happen on every commit before merge.
Any manual validation step should then map to an automated test. Manual validation should not substitute automation, minus exceptions not supported by test tooling yet.
-->
CI
### Possible Drawbacks / Trade-offs
### Additional Notes
<!--
* Anything else we should know when reviewing?
* Include benchmarking information here whenever possible.
* Include info about alternatives that were considered and why the proposed
version was chosen.
-->
The change means that some assertions now succeed earlier, which can make following assertions fail...
I had to fix various tests and increase some timeouts to avoid that.
Co-authored-by: pimlu <[email protected]>
Co-authored-by: gjulianm <[email protected]>1 parent 65da473 commit 9e9fd8d
File tree
259 files changed
+857
-754
lines changed- comp
- api/api/def
- core
- configsync
- config
- flare/types
- hostname/hostnameinterface
- ipc
- httphelpers
- impl
- mock
- log
- def
- fx
- impl-trace
- impl
- secrets
- fx
- impl
- utils
- status
- statusimpl
- tagger
- def
- fx-remote
- generic_store
- impl-remote
- origindetection
- subscriber
- types
- utils
- telemetry
- def
- forwarder
- defaultforwarder
- orchestrator/orchestratorinterface
- logs/agent/config
- otelcol
- collector-contrib
- def
- impl
- converter
- def
- impl
- ddflareextension/impl
- ddprofilingextension/impl
- logsagentpipeline
- logsagentpipelineimpl
- otlp
- components
- connector/datadogconnector
- exporter
- datadogexporter
- logsagentexporter
- metricsclient
- processor/infraattributesprocessor
- statsprocessor
- testutil
- status/impl
- serializer
- logscompression
- metricscompression
- internal/tools
- modparser
- pkg
- aggregator/ckey
- api
- config
- env
- mock
- nodetreemodel
- remote
- setup
- structure
- utils
- viperconfig
- errors
- fleet/installer
- gohai
- gpu
- linters/components/pkgconfigusage
- logs
- client
- diagnostic
- message
- metrics
- pipeline
- processor
- sds
- sender
- sources
- status/utils
- metrics
- networkdevice/profile
- networkpath/payload
- network/tracer
- obfuscate
- opentelemetry-mapping-go
- inframetadata
- gohai/internal/gohaitest
- otlp
- attributes
- logs
- metrics
- rum
- process/util/api
- proto
- remoteconfig/state
- security/secl
- serializer
- status/health
- tagset
- telemetry
- trace
- stats/oteltest
- util
- backoff
- buf
- cache
- cgroups
- common
- compression
- containers/image
- executable
- filesystem
- flavor
- fxutil
- grpc
- hostname/validate
- http
- json
- log
- setup
- option
- prometheus
- quantile
- sketchtest
- scrubber
- sort
- startstop
- statstracker
- system
- testutil
- utilizationtracker
- winutil
- version
- test
- fakeintake
- new-e2e
- otel
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
259 files changed
+857
-754
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 97 | | |
101 | 98 | | |
102 | 99 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments