Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TestClustersDataSourceErrorsOut test that run too long #3073

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

alexott
Copy link
Contributor

@alexott alexott commented Jan 4, 2024

Changes

The TestClustersDataSourceErrorsOut wasn't able to resolve a host name, and retries happened for long time, making execution of the test suite very long. By setting some settings explicitly it fails fast now.

Tests

  • make test run locally
  • relevant change in docs/ folder
  • covered with integration tests in internal/acceptance
  • relevant acceptance tests are passing
  • using Go SDK

The `TestClustersDataSourceErrorsOut` wasn't able to resolve a host name, and retries
happened for long time, making execution of the test suite very long.  By setting some
settings explicitly it fails fast now.
@alexott alexott requested review from a team as code owners January 4, 2024 12:34
@alexott alexott requested review from hectorcast-db and removed request for a team January 4, 2024 12:34
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (65f332f) 84.55% compared to head (84b7e20) 84.55%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3073   +/-   ##
=======================================
  Coverage   84.55%   84.55%           
=======================================
  Files         161      161           
  Lines       14187    14187           
=======================================
  Hits        11996    11996           
  Misses       1508     1508           
  Partials      683      683           

@alexott alexott added this pull request to the merge queue Jan 4, 2024
Merged via the queue into master with commit 5a7ff2f Jan 4, 2024
5 checks passed
@alexott alexott deleted the fix-timing-out-test branch January 4, 2024 13:44
@tanmay-db tanmay-db mentioned this pull request Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants