-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Ec2NetworkTests don't assert much #35141
Copy link
Copy link
Closed
Labels
:Distributed/Discovery-PluginsAnything related to our integration plugins with EC2, GCP and AzureAnything related to our integration plugins with EC2, GCP and Azure>bug>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding testsv6.6.0v7.0.0-beta1
Metadata
Metadata
Assignees
Labels
:Distributed/Discovery-PluginsAnything related to our integration plugins with EC2, GCP and AzureAnything related to our integration plugins with EC2, GCP and Azure>bug>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding testsv6.6.0v7.0.0-beta1
Type
Fields
Give feedbackNo fields configured for issues without a type.
The Ec2NetworkTests sneakily don't assert much of anything. They look like:
It looks like they always just fall out of the catch statement, asserting nothing in particular. This seem bad.