Skip to content

Add Oracle DBMS Support #27

Add Oracle DBMS Support

Add Oracle DBMS Support #27

Re-run triggered November 22, 2024 21:24
Status Failure
Total duration 4m 20s
Artifacts 2

build.yml

on: pull_request
Build on Ubuntu (full)
2m 44s
Build on Ubuntu (full)
Build on Windows
3m 46s
Build on Windows
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 11 warnings
Build on Windows
Process completed with exit code 1.
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► ComputedColumn_Updates: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► Upsert_100k_Insert_MultiQuery: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► Upsert_Book_On_Insert: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► Upsert_Book_On_Update: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► Upsert_CompositeExpression_New: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► Upsert_CompositeExpression_Update: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► Upsert_ConditionalExpression_New: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► Upsert_ConditionalExpression_UpdateFalse: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► Upsert_ConditionalExpression_UpdateTrue: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► Upsert_Country_Insert_On_WhenMatched: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.DbTests_Oracle ► Upsert_Country_Update_On: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/DbTests_Oracle.cs#L23
Failed test found in: test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/TestResults/test-results.trx Error: System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
Build on Ubuntu (full)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build on Ubuntu (full): src/FlexLabs.EntityFrameworkCore.Upsert/Runners/RunnerQueryOptions.cs#L6
RunnerQueryOptions should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
Build on Ubuntu (full): src/FlexLabs.EntityFrameworkCore.Upsert/Runners/RunnerQueryOptions.cs#L6
RunnerQueryOptions should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
Build on Ubuntu (full): src/FlexLabs.EntityFrameworkCore.Upsert/Runners/RunnerQueryOptions.cs#L6
RunnerQueryOptions should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
Build on Ubuntu (full): src/FlexLabs.EntityFrameworkCore.Upsert/Runners/RunnerQueryOptions.cs#L6
RunnerQueryOptions should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
Build on Windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build on Windows: src/FlexLabs.EntityFrameworkCore.Upsert/Runners/RunnerQueryOptions.cs#L6
RunnerQueryOptions should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
Build on Windows: src/FlexLabs.EntityFrameworkCore.Upsert/Runners/RunnerQueryOptions.cs#L6
RunnerQueryOptions should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-results", "test-results-win". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Build on Windows: src/FlexLabs.EntityFrameworkCore.Upsert/Runners/RunnerQueryOptions.cs#L6
RunnerQueryOptions should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
Build on Windows: src/FlexLabs.EntityFrameworkCore.Upsert/Runners/RunnerQueryOptions.cs#L6
RunnerQueryOptions should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)

Artifacts

Produced during runtime
Name Size
test-results
750 KB
test-results-win
550 KB