Working on EF SQL adapter #334
Annotations
7 errors and 10 warnings
Run Tests:
_/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)
|
Run Tests:
_/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L42
Assert.Equal() Failure: Strings differ
↓ (pos 7)
Expected: "value1 AND value2"
Actual: "value1 value2"
↑ (pos 7)
|
Run Tests:
_/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)
|
Run Tests:
_/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)
|
Run Tests:
_/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L42
Assert.Equal() Failure: Strings differ
↓ (pos 7)
Expected: "value1 OR value2"
Actual: "value1 value2"
↑ (pos 7)
|
Run Tests:
_/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)
|
Run Tests
Process completed with exit code 1.
|
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:
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:
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:
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:
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:
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:
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:
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:
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:
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)
|
The logs for this run have expired and are no longer available.
Loading