ydb-go-sdk
ydb-go-sdk copied to clipboard
dev: SLO tests for topics (similar to SQL SLO tests)
Description:
Introduce SLO tests for YDB topics covering:
- Combined write and read operations;
- Transaction: topic read + table write;
- Transaction: table read + topic write;
- Custom auto-partitioning settings.
Requirements:
- Compatibility with slo-action;
- Integration into GitHub Actions for automated testing