Add max GRPC message size detection #326
main.yaml
on: pull_request
Matrix: Run Integration Tests
Check Formatting
19s
Build and Publish to NuGet
0s
Annotations
4 errors and 4 warnings
|
Run Integration Tests ($WEAVIATE_130)
Process completed with exit code 1.
|
|
Run Integration Tests ($WEAVIATE_131)
Process completed with exit code 1.
|
|
Run Integration Tests ($WEAVIATE_133)
Process completed with exit code 1.
|
|
Run Integration Tests ($WEAVIATE_132)
Process completed with exit code 1.
|
|
Run Integration Tests ($WEAVIATE_130):
src/Weaviate.Client.Tests/Integration/TestAuth.cs#L79
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.
|
|
Run Integration Tests ($WEAVIATE_131):
src/Weaviate.Client.Tests/Integration/TestAuth.cs#L79
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.
|
|
Run Integration Tests ($WEAVIATE_133):
src/Weaviate.Client.Tests/Integration/TestAuth.cs#L79
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.
|
|
Run Integration Tests ($WEAVIATE_132):
src/Weaviate.Client.Tests/Integration/TestAuth.cs#L79
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.
|