realm-swift icon indicating copy to clipboard operation
realm-swift copied to clipboard

testLogBackInSameRealmDownload occasionally fails on CI

Open jpsim opened this issue 8 years ago • 1 comments

Example: https://ci.realm.io/job/objc_pr/5257/configuration=Release,target=osx-object-server,xcode_version=8.3.3/console

Test Case '-[RLMObjectServerTests testLogBackInSameRealmDownload]' started.
/Users/realm/workspace/objc_pr/configuration/Release/target/osx-object-server/xcode_version/8.3.3/Realm/ObjectServerTests/RLMObjectServerTests.mm:742: error: -[RLMObjectServerTests testLogBackInSameRealmDownload] : ((3 == c) is true) failed - Expected 3 items, but actually got 1 (parent)
Test Case '-[RLMObjectServerTests testLogBackInSameRealmDownload]' failed (1.388 seconds).

jpsim avatar Jul 10 '17 21:07 jpsim

Hopefully fixed by #5184. (Not closing since I want to see if it continues showing up or not.)

austinzheng avatar Jul 31 '17 20:07 austinzheng