Skip to content

Bump actions/setup-dotnet from 4 to 5 #58

Bump actions/setup-dotnet from 4 to 5

Bump actions/setup-dotnet from 4 to 5 #58

Triggered via pull request September 8, 2025 19:28
Status Failure
Total duration 1m 32s
Artifacts

tests.yml

on: pull_request
Code Coverage  /  Build & Test
1m 4s
Code Coverage / Build & Test
Integration Tests
51s
Integration Tests
Windows Tests
0s
Windows Tests
Matrix: ClickHouse regression
Matrix: .NET regression
Fit to window
Zoom out
Zoom in

Annotations

23 errors
Code Coverage / Build & Test
Process completed with exit code 1.
ShouldExecuteSimpleSelectQuery("SELECT '{ \"nested\": { \"double\": 1.25
Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlSimpleSelectTests.cs,line=38::Assert.That(result, Is.EqualTo(expected).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteSimpleSelectQuery("SELECT '{ \"nested\": { \"double\": 1.25
Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlSimpleSelectTests.cs,line=38::Assert.That(result, Is.EqualTo(expected).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteParameterizedSelectWithExplicitType("'{ \"nested\": { \"double\": 1.25
Json","Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlParameterizedSelectTests.cs,line=77::Assert.That(result, Is.EqualTo(value).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteParameterizedSelectWithExplicitType("'{ \"nested\": { \"double\": 1.25
Json","Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlParameterizedSelectTests.cs,line=77::Assert.That(result, Is.EqualTo(value).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteSelectWithSingleParameterValue("SELECT {value:Json}": ClickHouse.Driver.Tests/ORM/DapperTests.cs#L149
Assert.That(row.Single().Value, Is.EqualTo(expected).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ClickHouse regression (25.5) / Build & Test
Process completed with exit code 1.
ClickHouse regression (25.6) / Build & Test
Process completed with exit code 1.
.NET regression (net9.0) / Build & Test
Process completed with exit code 1.
ShouldExecuteSimpleSelectQuery("SELECT '{ \"nested\": { \"double\": 1.25
Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlSimpleSelectTests.cs,line=38::Assert.That(result, Is.EqualTo(expected).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteSimpleSelectQuery("SELECT '{ \"nested\": { \"double\": 1.25
Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlSimpleSelectTests.cs,line=38::Assert.That(result, Is.EqualTo(expected).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteParameterizedSelectWithExplicitType("'{ \"nested\": { \"double\": 1.25
Json","Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlParameterizedSelectTests.cs,line=77::Assert.That(result, Is.EqualTo(value).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteParameterizedSelectWithExplicitType("'{ \"nested\": { \"double\": 1.25
Json","Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlParameterizedSelectTests.cs,line=77::Assert.That(result, Is.EqualTo(value).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteSelectWithSingleParameterValue("SELECT {value:Json}": ClickHouse.Driver.Tests/ORM/DapperTests.cs#L149
Assert.That(row.Single().Value, Is.EqualTo(expected).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ClickHouse regression (25.4) / Build & Test
Process completed with exit code 1.
ClickHouse regression (25.3) / Build & Test
Process completed with exit code 1.
.NET regression (net6.0) / Build & Test
Process completed with exit code 1.
ShouldExecuteSimpleSelectQuery("SELECT '{ \"nested\": { \"double\": 1.25
Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlSimpleSelectTests.cs,line=38::Assert.That(result, Is.EqualTo(expected).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteSimpleSelectQuery("SELECT '{ \"nested\": { \"double\": 1.25
Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlSimpleSelectTests.cs,line=38::Assert.That(result, Is.EqualTo(expected).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteParameterizedSelectWithExplicitType("'{ \"nested\": { \"double\": 1.25
Json","Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlParameterizedSelectTests.cs,line=77::Assert.That(result, Is.EqualTo(value).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteParameterizedSelectWithExplicitType("'{ \"nested\": { \"double\": 1.25
Json","Json",{ "nested": { "double": 1.25, "int": 123456, "string": "stringValue" } }),file=/home/runner/work/clickhouse-cs/clickhouse-cs/ClickHouse.Driver.Tests/SQL/SqlParameterizedSelectTests.cs,line=77::Assert.That(result, Is.EqualTo(value).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ShouldExecuteSelectWithSingleParameterValue("SELECT {value:Json}": ClickHouse.Driver.Tests/ORM/DapperTests.cs#L149
Assert.That(row.Single().Value, Is.EqualTo(expected).UsingPropertiesComparer()) Expected and actual are both <System.Text.Json.Nodes.JsonObject> Values differ at index [0] Expected: ["nested", < ["double", <1.25>], ["int", <123456>], ["string", <stringValue>] >] But was: ["nested", < ["string", <stringValue>], ["int", <123456>], ["double", <1.25>] >]
ClickHouse regression (24.8) / Build & Test
Process completed with exit code 1.