Event store partitioning for hot/cold storage and documentation on al… #790
build
13m 8s
Annotations
24 errors and 21 warnings
build
[xUnit.net 00:00:39.97] DocumentDbTests.Bugs.Bug_673_multiple_version_assertions.replaces_the_max_version_assertion [FAIL]
|
build
[xUnit.net 00:00:40.52] DocumentDbTests.Bugs.Bug_673_multiple_version_assertions.replaces_the_max_version_assertion_for_string_identity [FAIL]
|
build
Target "TestDocumentDb" has thrown an exception
|
build
Process completed with exit code 255.
|
build
/home/runner/work/marten/marten/src/DocumentDbTests/Bugs/Bug_2942_include_error.cs(22,18): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/marten/marten/src/DocumentDbTests/Bugs/Bug_960_drop_index_concurrently_pg_error.cs(24,23): warning xUnit1048: Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048) [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/marten/marten/src/DaemonTests/Bugs/Bug_2074_recovering_from_errors.cs(39,91): warning xUnit1030: Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030) [/home/runner/work/marten/marten/src/DaemonTests/DaemonTests.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/marten/marten/src/DaemonTests/Bugs/Bug_2074_recovering_from_errors.cs(39,91): warning xUnit1030: Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030) [/home/runner/work/marten/marten/src/DaemonTests/DaemonTests.csproj::TargetFramework=net6.0]
|
build
/home/runner/work/marten/marten/src/DocumentDbTests/Bugs/Bug_2942_include_error.cs(22,18): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/marten/marten/src/DocumentDbTests/Bugs/Bug_960_drop_index_concurrently_pg_error.cs(24,23): warning xUnit1048: Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048) [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/marten/marten/src/DaemonTests/Bugs/Bug_2074_recovering_from_errors.cs(39,91): warning xUnit1030: Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030) [/home/runner/work/marten/marten/src/DaemonTests/DaemonTests.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/marten/marten/src/DaemonTests/Bugs/Bug_2074_recovering_from_errors.cs(39,91): warning xUnit1030: Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030) [/home/runner/work/marten/marten/src/DaemonTests/DaemonTests.csproj::TargetFramework=net8.0]
|
build
/home/runner/work/marten/marten/src/DocumentDbTests/Bugs/Bug_2942_include_error.cs(22,18): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net7.0]
|
build
/home/runner/work/marten/marten/src/DocumentDbTests/Bugs/Bug_960_drop_index_concurrently_pg_error.cs(24,23): warning xUnit1048: Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048) [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net7.0]
|
build
[xUnit.net 00:00:03.68] EventSourcingTests.end_to_end_event_capture_and_fetching_the_stream_with_string_identifiers.capture_events_to_an_existing_stream_and_fetch_the_events_back_in_another_database_schema [FAIL]
|
build
[xUnit.net 00:00:04.04] EventSourcingTests.end_to_end_event_capture_and_fetching_the_stream_with_string_identifiers.assert_on_max_event_id_on_event_stream_append [FAIL]
|
build
[xUnit.net 00:00:04.52] EventSourcingTests.end_to_end_event_capture_and_fetching_the_stream_with_string_identifiers.capture_events_to_an_existing_stream_and_fetch_the_events_back [FAIL]
|
build
[xUnit.net 00:00:05.40] EventSourcingTests.ScenarioAggregateAndRepository.CanRetrieveVersion [FAIL]
|
build
[xUnit.net 00:00:05.79] EventSourcingTests.ScenarioCopyAndReplaceStream.SampleCopyAndTransformStream [FAIL]
|
build
[xUnit.net 00:00:06.62] EventSourcingTests.Projections.testing_projections.test_async_aggregation [FAIL]
|
build
[xUnit.net 00:00:07.32] EventSourcingTests.Projections.testing_projections.test_async_aggregation_with_wait_for_and_fake_time_provider [FAIL]
|
build
[xUnit.net 00:00:07.98] EventSourcingTests.Projections.testing_projections.test_async_aggregation_with_wait_for [FAIL]
|
build
[xUnit.net 00:00:08.52] EventSourcingTests.Projections.testing_projections.test_live_aggregation [FAIL]
|
build
[xUnit.net 00:00:09.36] EventSourcingTests.Projections.testing_projections.test_inline_aggregation [FAIL]
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3, actions/setup-node@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
npm WARN EBADENGINE Unsupported engine {
|
build
npm WARN EBADENGINE package: '@vitejs/[email protected]',
|
build
npm WARN EBADENGINE required: { node: '^18.0.0 || >=20.0.0' },
|
build
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' }
|
build
npm WARN EBADENGINE }
|
build
npm WARN EBADENGINE Unsupported engine {
|
build
npm WARN EBADENGINE package: '[email protected]',
|
build
npm WARN EBADENGINE required: { node: '>=18.14.0' },
|
build
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' }
|
build
npm WARN EBADENGINE }
|
build
/home/runner/work/marten/marten/src/Marten.Testing/Marten.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
|
build
/home/runner/work/marten/marten/src/Marten.NodaTime.Testing/Marten.NodaTime.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
|
build
/home/runner/work/marten/marten/src/Marten.CommandLine.Tests/Marten.CommandLine.Tests.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
|
build
/home/runner/work/marten/marten/src/LinqTests/LinqTests.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
|
build
/home/runner/work/marten/marten/src/MartenBenchmarks/MartenBenchmarks.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
|
build
/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
|
build
/home/runner/work/marten/marten/src/Marten.Testing/Marten.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [TargetFramework=net6.0]
|
build
/home/runner/work/marten/marten/src/Marten.Testing/Marten.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [TargetFramework=net7.0]
|
build
/home/runner/work/marten/marten/src/Marten.Testing/Marten.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [TargetFramework=net8.0]
|
build
/home/runner/work/marten/marten/src/Marten.NodaTime.Testing/Marten.NodaTime.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [TargetFramework=net6.0]
|