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

add extra attempts to store into IC for flakiness avoidance, fix test_shared_memory_piece_copying #1217

Merged

Conversation

PetrShumilov
Copy link
Contributor

The Instance Cache does not guarantee immediate and in-place data storage. To avoid flakiness, we need to ensure that key-value pairs are stored. Added the mechanic for making extra attempts to store key-value into IC.

@PetrShumilov PetrShumilov added bug Something isn't working refactoring Logic and code style improvements labels Jan 17, 2025
@PetrShumilov PetrShumilov added this to the next milestone Jan 17, 2025
@PetrShumilov PetrShumilov requested a review from DrDet January 17, 2025 15:59
@PetrShumilov PetrShumilov self-assigned this Jan 17, 2025
@PetrShumilov PetrShumilov merged commit c869bf0 into master Jan 17, 2025
5 checks passed
@PetrShumilov PetrShumilov deleted the pshumilov/fix_test_with_trying_to_access_property_of_null branch January 17, 2025 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactoring Logic and code style improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants