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

fixed flaky tests #1029

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

fixed flaky tests #1029

wants to merge 3 commits into from

Conversation

size12
Copy link
Contributor

@size12 size12 commented Feb 4, 2024

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Pull request type

Fixed flaky tests which use xtest.SpinWaitCondition

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Sometimes tests using xtest.SpinWaitCondition fails.

Issue Number: #996 #741

It looks like that jobs' server performance degrades sometimes, which causes failed tests. I think, that using greater timeout value will help in such cases.

@codecov-commenter
Copy link

codecov-commenter commented Feb 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c6e45cd) 68.48% compared to head (47b6cdf) 68.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1029      +/-   ##
==========================================
- Coverage   68.48%   68.40%   -0.09%     
==========================================
  Files         252      252              
  Lines       25155    25155              
==========================================
- Hits        17228    17207      -21     
- Misses       7069     7086      +17     
- Partials      858      862       +4     
Flag Coverage Δ
55.11% <ø> (-0.08%) ⬇️
go-1.20.x 68.28% <ø> (+<0.01%) ⬆️
go-1.21.x 68.37% <ø> (-0.09%) ⬇️
integration 55.11% <ø> (-0.08%) ⬇️
macOS 38.67% <ø> (+0.01%) ⬆️
ubuntu 38.68% <ø> (ø)
unit 38.74% <ø> (+<0.01%) ⬆️
windows 38.69% <ø> (-0.03%) ⬇️
ydb-22.5 54.59% <ø> (-0.24%) ⬇️
ydb-23.1 54.97% <ø> (+0.03%) ⬆️
ydb-23.2 54.77% <ø> (-0.04%) ⬇️
ydb-23.3 54.70% <ø> (-0.29%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants