Skip to content

Working on EF SQL adapter #334

Working on EF SQL adapter

Working on EF SQL adapter #334

Triggered via push March 1, 2024 16:48
Status Failure
Total duration 1m 51s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.DefaultOperatorApplied(query: "value1 value2 value3": _/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L42
Assert.Equal() Failure: Strings differ ↓ (pos 7) Expected: "value1 OR value2 OR value3" Actual: "value1 value2 value3" ↑ (pos 7)
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.DefaultOperatorApplied(query: "value1 value2": _/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L42
Assert.Equal() Failure: Strings differ ↓ (pos 7) Expected: "value1 AND value2" Actual: "value1 value2" ↑ (pos 7)
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.DefaultOperatorApplied(query: "value1 value2 value3 value4": _/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L42
Assert.Equal() Failure: Strings differ ↓ (pos 7) Expected: "value1 AND value2 AND value3 AND value4" Actual: "value1 value2 value3 value4" ↑ (pos 7)
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.DefaultOperatorApplied(query: "value1 value2 value3": _/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L42
Assert.Equal() Failure: Strings differ ↓ (pos 7) Expected: "value1 AND value2 AND value3" Actual: "value1 value2 value3" ↑ (pos 7)
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.DefaultOperatorApplied(query: "value1 value2": _/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L42
Assert.Equal() Failure: Strings differ ↓ (pos 7) Expected: "value1 OR value2" Actual: "value1 value2" ↑ (pos 7)
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.DefaultOperatorApplied(query: "(value1 value2) OR (value3 value4)": _/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L42
Assert.Equal() Failure: Strings differ ↓ (pos 8) Expected: "(value1 AND value2) OR (value3 AND value4"··· Actual: "(value1 value2) OR (value3 value4)" ↑ (pos 8)
build / build
Process completed with exit code 1.
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/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/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#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/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/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/AggregationParserTests.cs#L279
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/AggregationParserTests.cs#L308
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/AggregationParserTests.cs#L335
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)