jianminzhao
jianminzhao
Triaged: [CBL-3663](https://issues.couchbase.com/browse/CBL-3663)
Migrated to [CBL-3670](https://issues.couchbase.com/browse/CBL-3670)
@blaugold Is this from release build? Could you repro in debug build?
How hard does this crash repro?
"1 out of 10" -- it's pretty often. I have a theory but cannot verify it.
Do you build your app from the source ?
@blaugold I hope this is fixed with [CBL-3624](https://issues.couchbase.com/browse/CBL-3624)
Shared keys are shared among all documents of the same database. I think this is the basic principle. In your example, first, you saved a doc in a transaction. Inside...
This test is not included in PR validation. The validation failure must be due to something else, a.k.a flaky test.
In general, we should avoid configuring the database inside an open transaction. In this case, to add a change listener, we will wire into the database to receive changes. While...