Skip to content

RDART-969: Keypath filtering on collections #5229

RDART-969: Keypath filtering on collections

RDART-969: Keypath filtering on collections #5229

GitHub Actions / Test Results Flutter Linux X64 failed Jun 14, 2024 in 0s

1883 passed, 1 failed and 54 skipped

Tests failed

Report Passed Failed Skipped Time
test-results.json 1883✅ 1❌ 54⚪ 231s

Annotations

Check failure on line 67 in integration_test/all_tests.dart

See this annotation in the file changed.

@github-actions github-actions / Test Results Flutter Linux X64

integration_test/all_tests.dart ► realm_set_test.dart ► UnmanagedSet.changes throws

Failed test found in:
  test-results.json
Error:
  Expected: throws <Instance of 'RealmStateError'> with `message`: contains 'Unmanaged RealmSets don\'t support changes'
    Actual: <Closure: () => Stream<RealmSetChanges<Car>>>
     Which: threw RealmStateError:<Bad state: Unmanaged sets don't support changes>
            stack package:realm_dart/src/set.dart 398:7                                       RealmSetOfObject.changesFor
                  ../../realm_dart/test/realm_set_test.dart 769:33                            main.<fn>.<fn>
                  package:matcher                                                             expect
                  ../../realm_dart/test/realm_set_test.dart 769:5                             main.<fn>
                  ===== asynchronous gap ===========================
                  package:stream_channel                                                      _GuaranteeSink.add
                  /tmp/flutter_tools.KIFJEF/flutter_test_listener.KOURNI/listener.dart 53:22  main.<fn>
                  
            which has `message` with value 'Unmanaged sets don\'t support changes' which does not contain 'Unmanaged RealmSets don\'t support changes'
  
Raw output
package:matcher                                                             expect
../../realm_dart/test/realm_set_test.dart 769:5                             main.<fn>
===== asynchronous gap ===========================
package:stream_channel                                                      _GuaranteeSink.add
/tmp/flutter_tools.KIFJEF/flutter_test_listener.KOURNI/listener.dart 53:22  main.<fn>