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

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.

Results 329 realm-kotlin issues
Sort by recently updated
recently updated
newest added

This particular crash has now been seen a number of times, but only on Ubuntu. I am not sure if it is the same test crashing every time or different...

Running Sync tests on Github Actions appear a lot more flaky than they did on Jenkins. It is unclear exactly what the issue is. It could either be that the...

This one fails on Ubuntu with this trace ``` io.realm.kotlin.test.mongodb.jvm.RealmTests[jvm] > cleanupAllRealmThreadsOnClose[jvm] FAILED java.lang.AssertionError: Active threads where found ([Thread[Thread-767,5,main], Thread[Thread-720,5,main], Thread[Thread-589,5,main], Thread[Thread-763,5,main], Thread[Thread-733,5,main], Thread[Thread-762,5,main], Thread[Thread-771,5,main], Thread[Thread-730,5,main], Thread[Thread-764,5,main], Thread[Thread-782,5,main], Thread[Thread-765,5,main], Thread[Thread-591,5,main],...

Seen on Android Emulator here: https://github.com/realm/realm-kotlin/runs/20431309864 ``` java.lang.AssertionError: expected: but was: at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:120) at kotlin.test.junit.JUnitAsserter.assertEquals(JUnitSupport.kt:32) at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:63) at kotlin.test.AssertionsKt.assertEquals(Unknown Source:1) at kotlin.test.AssertionsKt__AssertionsKt.assertEquals$default(Assertions.kt:62) at kotlin.test.AssertionsKt.assertEquals$default(Unknown Source:1) at...

### How frequently does the bug occur? Always ### Description When we use the below code for getting object change results, it doesn't work. ``` dbModule.getRealm() .query(SaleModel::class, "_id == $0",...

O-Community
Waiting-For-Reporter
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:On

Most of the `ListOperator` implementations could utility the C-API `realm_list_find` method to prevent moving all list elements to memory and matching them in Kotlin.

**SDK**: realm-kotlin **Version**: 'io.realm.kotlin:library-sync:1.5.0', 'io.realm.kotlin:gradle-plugin:1.5.0' **Observations** - How frequent do the crash occur? Subset of users - Does it happen in production or during dev/test? Production - Can the crash...

O-Community

We have multiple customers who are using Maven instead of Gradle, which means that adopting Realm Kotlin is a challenge. To make onboarding easier we should finish this sample: https://github.com/realm/realm-kotlin-samples/pull/42...

### How frequently does the bug occur? Always ### Description Using Sync with loglevel `LogLevel.ALL` (ex via `app = TestApp(this::class.simpleName, logLevel = LogLevel.ALL)`) will crash on Android with an invalid...

T-Bug
Frequency:Always
Repro:Always
Encryption:Off

Fallout from https://github.com/realm/realm-kotlin/pull/1400#discussion_r1212747480 and https://github.com/realm/realm-kotlin/pull/1399#discussion_r1211654741 For our users, the problem is that our code makes assumptions about the name of the configuration used for Android Tests (JVM), which feels brittle....