Closed kruall closed 2 days ago
:white_circle: 2024-11-19 14:19:10 UTC
Pre-commit check linux-x86_64-release-asan for 7ca6f3ce6c992488709dacaf3f106523e2dfe4c9 has started.
:white_circle: 2024-11-19 14:19:14 UTC
Artifacts will be uploaded here
:white_circle: 2024-11-19 14:21:51 UTC
ya make is running...
:green_circle: 2024-11-19 14:22:24 UTC
Tests successful.
Test history | Ya make output | Test bloat | TESTS | PASSED | ERRORS | FAILED | SKIPPED | MUTED? |
---|---|---|---|---|---|---|---|---|
37 | 37 | 0 | 0 | 0 | 0 |
:green_circle: 2024-11-19 14:22:30 UTC
Build successful.
:white_circle: 2024-11-19 14:21:23 UTC
Pre-commit check linux-x86_64-relwithdebinfo for 7ca6f3ce6c992488709dacaf3f106523e2dfe4c9 has started.
:white_circle: 2024-11-19 14:22:02 UTC
Artifacts will be uploaded here
:white_circle: 2024-11-19 14:25:14 UTC
ya make is running...
:green_circle: 2024-11-19 14:25:48 UTC
Tests successful.
Test history | Ya make output | Test bloat | TESTS | PASSED | ERRORS | FAILED | SKIPPED | MUTED? |
---|---|---|---|---|---|---|---|---|
38 | 38 | 0 | 0 | 0 | 0 |
:green_circle: 2024-11-19 14:25:55 UTC
Build successful.
Changelog entry
DSTool can operate over both gRPC and HTTP protocols. Previously, DSTool would dump all endpoints into one pool and try to randomly find the appropriate endpoint for the required protocol. Now, all endpoints are divided into two types: for HTTP requests and for gRPC requests. You can specify endpoints separately for HTTP and gRPC requests. If an endpoint for the required protocol is not specified, a message will appear for the user about its absence before implicitly converting the available endpoints.
Changelog category
Additional information
...