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

Use insert .. on conflict for bulk import operations #3301

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

round out the tests

7ca7203
Select commit
Loading
Failed to load commit list.
Open

Use insert .. on conflict for bulk import operations #3301

round out the tests
7ca7203
Select commit
Loading
Failed to load commit list.
Azure Pipelines / marten failed Oct 3, 2024 in 7m 16s

Build #20241003.2 failed

Annotations

Check failure on line 2758 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten

Build log #L2758

/home/vsts/work/1/s/src/DocumentDbTests/Writing/bulk_loading.cs(106,9): error CS4033: The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'. [/home/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net7.0]

Check failure on line 2760 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten

Build log #L2760

/home/vsts/work/1/s/src/DocumentDbTests/Writing/bulk_loading.cs(142,10): error CS1061: 'int' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net7.0]

Check failure on line 3319 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten

Build log #L3319

/home/vsts/work/1/s/src/DocumentDbTests/Writing/bulk_loading.cs(106,9): error CS4033: The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'. [/home/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]

Check failure on line 3323 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten

Build log #L3323

/home/vsts/work/1/s/src/DocumentDbTests/Writing/bulk_loading.cs(142,10): error CS1061: 'int' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]