Skip to content

Progress

Progress #337

Triggered via push March 13, 2024 02:40
Status Failure
Total duration 2m 5s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:<=5"
System.InvalidOperationException : The context must be an ISqlQueryVisitorContext.
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:[1 TO 5}"
System.InvalidOperationException : The context must be an ISqlQueryVisitorContext.
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:{1 TO 5}"
System.InvalidOperationException : The context must be an ISqlQueryVisitorContext.
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:>5"
System.InvalidOperationException : The context must be an ISqlQueryVisitorContext.
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:<5"
System.InvalidOperationException : The context must be an ISqlQueryVisitorContext.
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:[1 TO 5]"
System.InvalidOperationException : The context must be an ISqlQueryVisitorContext.
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.ValidQueries(query: "field:>=5"
System.InvalidOperationException : The context must be an ISqlQueryVisitorContext.
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.CanGenerateSql: _/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L104
Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
build / build
Process completed with exit code 1.
build / build: tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L88
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: tests/Foundatio.Parsers.ElasticQueries.Tests/CustomVisitorTests.cs#L33
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: tests/Foundatio.Parsers.ElasticQueries.Tests/CustomVisitorTests.cs#L58
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L117
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: tests/Foundatio.Parsers.ElasticQueries.Tests/CustomVisitorTests.cs#L130
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L142
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: tests/Foundatio.Parsers.ElasticQueries.Tests/CustomVisitorTests.cs#L83
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L171
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L190
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build / build: tests/Foundatio.Parsers.ElasticQueries.Tests/ElasticQueryParserTests.cs#L209
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)