Skip to content

Add support of decimal type #45

Add support of decimal type

Add support of decimal type #45

Triggered via pull request August 21, 2023 18:24
Status Success
Total duration 4m 7s
Artifacts

tests.yml

on: pull_request
Matrix: integration-tests
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
unit-tests (ubuntu-22.04, 7.0.x): src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
unit-tests (ubuntu-22.04, 6.0.x): src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
unit-tests (macos-12, 7.0.x): src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
unit-tests (macos-12, 6.0.x): src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
integration-tests (trunk, 7.0.x): src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
integration-tests (trunk, 6.0.x): src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
unit-tests (windows-2022, 7.0.x): src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
unit-tests (windows-2022, 6.0.x): src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.