Skip to content

Commit

Permalink
Fix logs integration test (#6069)
Browse files Browse the repository at this point in the history
(cherry picked from commit 574ec32)
  • Loading branch information
pazone authored and mergify[bot] committed Nov 19, 2024
1 parent c5b20a3 commit 0f6c1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/integration/logs_ingestion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func testMonitoringLogsAreShipped(
"add_cloud_metadata: received error for provider digitalocean: failed with http status code 404",
"add_cloud_metadata: received error for provider azure: failed with http status code 404",
"add_cloud_metadata: received error for provider openstack: failed with http status code 404",
"add_cloud_metadata: received error for provider gcp: failed with http status code 404",
"elastic-agent-client error: rpc error: code = Canceled desc = context canceled", // can happen on restart
"failed to invoke rollback watcher: failed to start Upgrade Watcher", // on debian this happens probably need to fix.
"falling back to IMDSv1: operation error ec2imds: getToken", // okay for the cloud metadata to not work
Expand Down

0 comments on commit 0f6c1bb

Please sign in to comment.