Skip to content

test: update tests & fix build #4581

test: update tests & fix build

test: update tests & fix build #4581

Triggered via push February 6, 2025 16:23
Status Cancelled
Total duration 8m 6s
Artifacts

ci.yml

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

Annotations

21 errors and 2 warnings
ash-ci (SimpleSat) / mix test: test/actions/update_test.exs#L1170
test updating with has_one relationships it sets the relationship on the destination record accordingly (Ash.Test.Actions.UpdateTest)
ash-ci (SimpleSat) / mix test: test/actions/update_test.exs#L1196
test updating with has_one relationships it responds with the relationship filled in (Ash.Test.Actions.UpdateTest)
ash-ci (SimpleSat) / mix test: test/actions/update_test.exs#L1032
test updating many to many relationships it updates the join resource properly (Ash.Test.Actions.UpdateTest)
ash-ci (SimpleSat) / mix test: test/actions/update_test.exs#L796
test load allows loading paginated many_to_many relationship on the action options (Ash.Test.Actions.UpdateTest)
ash-ci (SimpleSat) / mix test: test/actions/update_test.exs#L1147
test updating with has_one relationships allows updating with has_one relationship (Ash.Test.Actions.UpdateTest)
ash-ci (SimpleSat) / mix test: test/actions/update_test.exs#L743
test load allows loading paginated many_to_many relationship on the changeset (Ash.Test.Actions.UpdateTest)
ash-ci (SimpleSat) / mix test: test/resource/changes/relate_actor_test.exs#L159
test relate_actor change works with streaming bulk create (Ash.Test.Resource.Changes.RelateActorTest)
ash-ci (SimpleSat) / mix test: test/actions/update_test.exs#L984
test updating many to many relationships allows updating with a many_to_many relationship (Ash.Test.Actions.UpdateTest)
ash-ci (SimpleSat) / mix test: test/actions/update_test.exs#L1278
test updating with a has_many relationship it responds with the relationship field filled in (Ash.Test.Actions.UpdateTest)
ash-ci (SimpleSat) / mix test: test/actions/update_test.exs#L721
test load allows loading many_to_many relationship on the action options (Ash.Test.Actions.UpdateTest)
ash-ci (Picosat) / mix test: test/calculations/calculation_test.exs#L1611
test applies strict_loads? also to nested relationships (Ash.Test.CalculationTest)
ash-ci (Picosat) / mix test: test/calculations/calculation_test.exs#L1090
test nested calculations are loaded if necessary (Ash.Test.CalculationTest)
ash-ci (Picosat) / mix test: test/calculations/calculation_test.exs#L1193
test custom calculations can be added to a query (Ash.Test.CalculationTest)
ash-ci (Picosat) / mix test: test/calculations/calculation_test.exs#L1217
test expression based calculations can be sorted on (Ash.Test.CalculationTest)
ash-ci (Picosat) / mix test: test/calculations/calculation_test.exs#L1250
test the `if` calculation resolves the first expr when true, and the second when false (Ash.Test.CalculationTest)
ash-ci (Picosat) / mix test: test/calculations/calculation_test.exs#L1577
test metadata is persisted after an update (Ash.Test.CalculationTest)
ash-ci (Picosat) / mix test: test/calculations/calculation_test.exs#L1569
test calculations that extract metadata will be loaded as a dependency of the concat calculation (Ash.Test.CalculationTest)
ash-ci (Picosat) / mix test: test/calculations/calculation_test.exs#L1445
test loading a nested aggregate works even when its already being loaded (Ash.Test.CalculationTest)
ash-ci (Picosat) / mix test: test/calculations/calculation_test.exs#L1295
test expression based calculations can handle lists of fields (Ash.Test.CalculationTest)
ash-ci (Picosat) / mix test: test/calculations/calculation_test.exs#L1237
test can sort on calculation in paginated read (Ash.Test.CalculationTest)
ash-ci (Picosat) / mix dialyzer
FailFast: cancelling since parallel instance has failed
ash-ci (SimpleSat) / 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 (Picosat) / 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