-
Notifications
You must be signed in to change notification settings - Fork 16
FIT: tests for concurrent KVS and basic datatypes #72
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
base: main
Are you sure you want to change the base?
Conversation
|
The created documentation from the pull request is available at: docu-html |
| @@ -0,0 +1,10 @@ | |||
| try: | |||
| from attribute_plugin import add_test_properties # type: ignore[import-untyped] | |||
| except ImportError: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this part was removed in PR #73 with another method
|
@PiotrKorkus, you call it CIT refactoring but all work is under Feature Integration Test. Wouldn't it make sense to rename the PR to |
41fde1e to
97075e9
Compare
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
to be merged after #74