Skip to content

fix: return skipped upserts in bulk_create #2831

fix: return skipped upserts in bulk_create

fix: return skipped upserts in bulk_create #2831

Triggered via pull request October 2, 2025 15:44
Status Failure
Total duration 17m 44s
Artifacts

elixir.yml

on: pull_request
Matrix: ash-ci
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
ash-ci (14) / mix test
Process completed with exit code 2.
ash-ci (14) / mix test: test/bulk_create_test.exs#L174
test bulk creates bulk upsert returns skipped records with return_skipped_upsert? (AshPostgres.BulkCreateTest)
ash-ci (16) / mix test
Process completed with exit code 2.
ash-ci (16) / mix test: test/bulk_create_test.exs#L174
test bulk creates bulk upsert returns skipped records with return_skipped_upsert? (AshPostgres.BulkCreateTest)
ash-ci (15) / mix test
Process completed with exit code 2.
ash-ci (15) / mix test: test/bulk_create_test.exs#L174
test bulk creates bulk upsert returns skipped records with return_skipped_upsert? (AshPostgres.BulkCreateTest)
ash-ci (14) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
ash-ci (16) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
ash-ci (15) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention