Skip to content

Initial Key Value Store implementation #341

Initial Key Value Store implementation

Initial Key Value Store implementation #341

Triggered via pull request October 10, 2023 21:36
@mtmkmtmk
synchronize #132
kv-initial-impl
Status Failure
Total duration 6m 0s
Artifacts

test.yml

on: pull_request
Matrix: dotnet
Matrix: memory test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 48 warnings
dotnet (latest)
Process completed with exit code 1.
dotnet (latest): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
dotnet (latest): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
dotnet (main): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
dotnet (main): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
dotnet (release/v2.9.23): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
dotnet (release/v2.9.23): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
memory test (release/v2.9.23): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
memory test (release/v2.9.23): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
memory test (main): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
memory test (main): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
memory test (latest): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
memory test (latest): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.