elastic / connectors

Source code for all Elastic connectors, developed by the Search team at Elastic, and home of our Python connector development framework
https://www.elastic.co/guide/en/enterprise-search/master/index.html
Other
58 stars 116 forks source link

[Google Cloud Storage] Functional test is flaky #2638

Closed artem-shelkovnikov closed 3 days ago

artem-shelkovnikov commented 2 weeks ago

Bug Description

GCS ftest is flaky - sometimes (quite often) it takes too much time to finish, for example see here: https://buildkite.com/elastic/connectors-nightly-aarch64/builds/693

image

We need to find out why it's flaky and make it consistently finish first full sync within 10 minutes.

To Reproduce

Steps to reproduce the behavior:

  1. Run functional test for Google Cloud Storage multiple times
  2. Check the results
  3. Sometimes see the error

Expected behavior

First full sync in the functional test always finishes within 10 minutes.