FIT: tests for concurrent KVS and basic datatypes#72
Open
PiotrKorkus wants to merge 1 commit intoeclipse-score:mainfrom
Open
FIT: tests for concurrent KVS and basic datatypes#72PiotrKorkus wants to merge 1 commit intoeclipse-score:mainfrom
PiotrKorkus wants to merge 1 commit intoeclipse-score:mainfrom
Conversation
|
The created documentation from the pull request is available at: docu-html |
pahmann
reviewed
Jan 7, 2026
| @@ -0,0 +1,10 @@ | |||
| try: | |||
| from attribute_plugin import add_test_properties # type: ignore[import-untyped] | |||
| except ImportError: | |||
Member
There was a problem hiding this comment.
I think this part was removed in PR #73 with another method
Member
|
@PiotrKorkus, you call it CIT refactoring but all work is under Feature Integration Test. Wouldn't it make sense to rename the PR to |
Contributor
Author
41fde1e to
97075e9
Compare
Saumya-R
reviewed
Jan 12, 2026
feature_integration_tests/test_cases/tests/basic/test_orchestration_with_persistency.py
Show resolved
Hide resolved
97075e9 to
a3674dc
Compare
- orchestration_with_persistency: add tests for multiple kvs - test min/max data values in kvs
a3674dc to
cf37057
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
to be merged after #74