Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with deletions and updates in dirty tracked session #3343

Merged
merged 3 commits into from
Aug 15, 2024

Add some more tests for dirty tracked sessions

add8bce
Select commit
Loading
Failed to load commit list.
Merged

Fix issues with deletions and updates in dirty tracked session #3343

Add some more tests for dirty tracked sessions
add8bce
Select commit
Loading
Failed to load commit list.
Azure Pipelines / marten (build_net6.0 pg12_SystemTextJson) succeeded Jul 28, 2024 in 24m 32s

build_net6.0 pg12_SystemTextJson succeeded

Annotations

Check failure on line 2855 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pg12_SystemTextJson)

Build log #L2855

/home/vsts/work/1/s/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/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]

Check failure on line 2901 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pg12_SystemTextJson)

Build log #L2901

/home/vsts/work/1/s/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/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]

Check failure on line 3150 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pg12_SystemTextJson)

Build log #L3150

/home/vsts/work/1/s/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/vsts/work/1/s/src/DaemonTests/DaemonTests.csproj::TargetFramework=net6.0]

Check failure on line 3152 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pg12_SystemTextJson)

Build log #L3152

/home/vsts/work/1/s/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/vsts/work/1/s/src/DaemonTests/DaemonTests.csproj::TargetFramework=net6.0]

Check failure on line 3832 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pg12_SystemTextJson)

Build log #L3832

/home/vsts/work/1/s/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/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net8.0]