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

RCOCOA-1874: Add support for lexicographical comparison for string queries #8557

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Add support for lexicographical comparison for string queries

07ab98c
Select commit
Failed to load commit list.
Draft

RCOCOA-1874: Add support for lexicographical comparison for string queries #8557

Add support for lexicographical comparison for string queries
07ab98c
Select commit
Failed to load commit list.
Xcode Cloud / RealmSwift | tvos-static_15.3 | Test - tvOS required action Apr 23, 2024 in 10m 20s

36 test failures, 4 warnings

Report Summary
Errors 0
Test Failures 36
Analysis Issues 0
Warnings 4

Details

36 Test Failures

Details

  -[PrimitiveDictionaryPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveDictionaryPropertyTests.m:6015
      ((([LinkToAllPrimitiveDictionaries objectsInRealm:realm where:@"ANY link.anyStringObj > %@", @"a"])) throws) failed: did not throw
  -[PrimitiveArrayPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveArrayPropertyTests.m:8645
      ((([AllOptionalPrimitiveArrays objectsInRealm:realm where:@"ANY stringObj > %@", @"a"])) throws) failed: did not throw
  -[PrimitiveSetPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveSetPropertyTests.m:6544
      ((([AllPrimitiveSets objectsInRealm:realm where:@"ANY stringObj > %@", @"a"])) throws) failed: did not throw
  -[PrimitiveArrayPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveArrayPropertyTests.m:8647
      ((([AllOptionalPrimitiveArrays objectsInRealm:realm where:@"ANY dataObj > %@", data(1)])) throws) failed: did not throw
  -[PrimitiveArrayPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveArrayPropertyTests.m:10579
      ((([LinkToAllPrimitiveArrays objectsInRealm:realm where:@"ANY link.dataObj > %@", data(1)])) throws) failed: did not throw
  -[QueryTests testDictionaryQueryAllValues_Data] | Realm/Tests/QueryTests.m:3667
      ((([AllDictionariesObject objectsInRealm:realm where:@"ANY %K.@allValues > %@", property, values[0]])) throws) failed: did not throw
  -[PrimitiveDictionaryPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveDictionaryPropertyTests.m:5152
      ((([AllPrimitiveDictionaries objectsInRealm:realm where:@"ANY stringObj > %@", @"bar"])) throws) failed: did not throw
  -[AsyncQueryTests testLinkQueryString] | Realm/Tests/QueryTests.m:1843
      (([OwnerObject objectsInRealm:realm where:@"dog.dogName > 'Harvie'"]) throws) failed: did not throw - Invalid operator should throw
  -[NullQueryTests testDictionaryQueryAllValues_Data] | Realm/Tests/QueryTests.m:3668
      ((([AllDictionariesObject objectsInRealm:realm where:@"ANY %K.@allValues < %@", property, values[0]])) throws) failed: did not throw
  -[PrimitiveSetPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveSetPropertyTests.m:8155
      ((([LinkToAllOptionalPrimitiveSets objectsInRealm:realm where:@"ANY link.dataObj > %@", NSNull.null])) throws) failed: did not throw
  -[PrimitiveSetPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveSetPropertyTests.m:8145
      ((([LinkToAllPrimitiveSets objectsInRealm:realm where:@"ANY link.dataObj > %@", data(1)])) throws) failed: did not throw
  -[NullQueryTests testDictionaryQueryAllValues_Data] | Realm/Tests/QueryTests.m:3667
      ((([AllDictionariesObject objectsInRealm:realm where:@"ANY %K.@allValues > %@", property, values[0]])) throws) failed: did not throw
  -[PrimitiveDictionaryPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveDictionaryPropertyTests.m:6011
      ((([LinkToAllPrimitiveDictionaries objectsInRealm:realm where:@"ANY link.stringObj > %@", @"bar"])) throws) failed: did not throw
  -[QueryWithReversedColumnOrderTests testDictionaryQueryAllValues_Data] | Realm/Tests/QueryTests.m:3668
      ((([AllDictionariesObject objectsInRealm:realm where:@"ANY %K.@allValues < %@", property, values[0]])) throws) failed: did not throw
  -[PrimitiveArrayPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveArrayPropertyTests.m:8637
      ((([AllPrimitiveArrays objectsInRealm:realm where:@"ANY dataObj > %@", data(1)])) throws) failed: did not throw
  -[QueryConstructionTests testStringUnsupportedOperations] | Realm/Tests/QueryTests.m:382
      (([AllTypesObject objectsWhere:@"objectCol.stringCol < 'abc'"]) throws) failed: did not throw
  -[AsyncQueryTests testDictionaryQueryAllValues_Data] | Realm/Tests/QueryTests.m:3667
      ((([AllDictionariesObject objectsInRealm:realm where:@"ANY %K.@allValues > %@", property, values[0]])) throws) failed: did not throw
  -[PrimitiveDictionaryPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveDictionaryPropertyTests.m:5156
      ((([AllPrimitiveDictionaries objectsInRealm:realm where:@"ANY anyStringObj > %@", @"a"])) throws) failed: did not throw
  -[NullQueryTests testLinkQueryString] | Realm/Tests/QueryTests.m:1843
      (([OwnerObject objectsInRealm:realm where:@"dog.dogName > 'Harvie'"]) throws) failed: did not throw - Invalid operator should throw
  -[AsyncQueryTests testDictionaryQueryAllValues_Data] | Realm/Tests/QueryTests.m:3668
      ((([AllDictionariesObject objectsInRealm:realm where:@"ANY %K.@allValues < %@", property, values[0]])) throws) failed: did not throw
  -[QueryConstructionTests testStringUnsupportedOperations] | Realm/Tests/QueryTests.m:378
      (([StringObject objectsWhere:@"stringCol < 'abc'"]) throws) failed: did not throw
  -[PrimitiveSetPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveSetPropertyTests.m:6549
      ((([AllOptionalPrimitiveSets objectsInRealm:realm where:@"ANY stringObj > %@", NSNull.null])) throws) failed: did not throw
  -[PrimitiveSetPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveSetPropertyTests.m:8153
      ((([LinkToAllOptionalPrimitiveSets objectsInRealm:realm where:@"ANY link.stringObj > %@", NSNull.null])) throws) failed: did not throw
  -[QueryTests testDictionaryQueryAllValues_Data] | Realm/Tests/QueryTests.m:3668
      ((([AllDictionariesObject objectsInRealm:realm where:@"ANY %K.@allValues < %@", property, values[0]])) throws) failed: did not throw
  -[QueryTests testLinkQueryString] | Realm/Tests/QueryTests.m:1843
      (([OwnerObject objectsInRealm:realm where:@"dog.dogName > 'Harvie'"]) throws) failed: did not throw - Invalid operator should throw
  -[PrimitiveSetPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveSetPropertyTests.m:6550
      ((([AllOptionalPrimitiveSets objectsInRealm:realm where:@"ANY dataObj > %@", NSNull.null])) throws) failed: did not throw
  -[QueryWithReversedColumnOrderTests testLinkQueryString] | Realm/Tests/QueryTests.m:1843
      (([OwnerObject objectsInRealm:realm where:@"dog.dogName > 'Harvie'"]) throws) failed: did not throw - Invalid operator should throw
  -[PrimitiveArrayPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveArrayPropertyTests.m:8635
      ((([AllPrimitiveArrays objectsInRealm:realm where:@"ANY stringObj > %@", @"a"])) throws) failed: did not throw
  -[PrimitiveSetPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveSetPropertyTests.m:8143
      ((([LinkToAllPrimitiveSets objectsInRealm:realm where:@"ANY link.stringObj > %@", @"a"])) throws) failed: did not throw
  -[QueryWithReversedColumnOrderTests testDictionaryQueryAllValues_Data] | Realm/Tests/QueryTests.m:3667
      ((([AllDictionariesObject objectsInRealm:realm where:@"ANY %K.@allValues > %@", property, values[0]])) throws) failed: did not throw
  -[PrimitiveArrayPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveArrayPropertyTests.m:10587
      ((([LinkToAllOptionalPrimitiveArrays objectsInRealm:realm where:@"ANY link.stringObj > %@", @"a"])) throws) failed: did not throw
  -[PrimitiveArrayPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveArrayPropertyTests.m:10577
      ((([LinkToAllPrimitiveArrays objectsInRealm:realm where:@"ANY link.stringObj > %@", @"a"])) throws) failed: did not throw
  -[PrimitiveArrayPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveArrayPropertyTests.m:10589
      ((([LinkToAllOptionalPrimitiveArrays objectsInRealm:realm where:@"ANY link.dataObj > %@", data(1)])) throws) failed: did not throw
  -[PrimitiveSetPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveSetPropertyTests.m:6545
      ((([AllPrimitiveSets objectsInRealm:realm where:@"ANY dataObj > %@", data(1)])) throws) failed: did not throw
  -[PrimitiveDictionaryPropertyTests testQueryBasicOperatorsOverLink] | Realm/Tests/PrimitiveDictionaryPropertyTests.m:6013
      ((([LinkToAllOptionalPrimitiveDictionaries objectsInRealm:realm where:@"ANY link.stringObj > %@", @"bar"])) throws) failed: did not throw
  -[PrimitiveDictionaryPropertyTests testQueryBasicOperators] | Realm/Tests/PrimitiveDictionaryPropertyTests.m:5154
      ((([AllOptionalPrimitiveDictionaries objectsInRealm:realm where:@"ANY stringObj > %@", @"bar"])) throws) failed: did not throw

4 Warnings

Details

  Realm/RLMAsyncTask_Private.h:21
      Double-quoted include "RLMRealm_Private.h" in framework header, expected angle-bracketed instead
  Realm/Tests/RealmTests.mm:1909
      Variable 'asyncTransactionIdA' is uninitialized when captured by block
  Realm/RLMResults_Private.h:21
      Double-quoted include "RLMRealm_Private.h" in framework header, expected angle-bracketed instead
  Realm/Tests/Swift/SwiftRealmTests.swift:28
      Main actor-isolated class 'SwiftRLMRealmTests' has different actor isolation from nonisolated superclass 'RLMTestCase'; this is an error in Swift 6