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

Update to LiteCore 3.2.0-148 #258

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Update to LiteCore 3.2.0-148 #258

merged 1 commit into from
Mar 7, 2024

Conversation

bmeike
Copy link
Contributor

@bmeike bmeike commented Mar 7, 2024

Update to LiteCore 148:

  • Add Replicator id to replicator creation methods
  • Adjust to changes in Fleece

@bmeike bmeike requested review from pasin and borrrden March 7, 2024 00:03
@bmeike bmeike self-assigned this Mar 7, 2024
@borrrden
Copy link
Member

borrrden commented Mar 7, 2024

Just note that I still see failing date time tests with this version of Core

borrrden
borrrden previously approved these changes Mar 7, 2024
Use the latest autogenerated Defaults
@bmeike
Copy link
Contributor Author

bmeike commented Mar 7, 2024

Yes. I see those Date/Time failures too. I'm not going to address them until Core gets stable.

@@ -71,7 +71,7 @@ class ReplicatorConfigurationTest : BaseReplicatorTest() {
val opts = immutableConfig.connectionOptions
assertEquals(Defaults.Replicator.HEARTBEAT, opts[C4Replicator.REPLICATOR_HEARTBEAT_INTERVAL])
assertEquals(Defaults.Replicator.MAX_ATTEMPTS_SINGLE_SHOT - 1, opts[C4Replicator.REPLICATOR_OPTION_MAX_RETRIES])
assertEquals(Defaults.Replicator.MAX_ATTEMPT_WAIT_TIME, opts[C4Replicator.REPLICATOR_OPTION_MAX_RETRY_INTERVAL])
assertEquals(Defaults.Replicator.MAX_ATTEMPTS_WAIT_TIME, opts[C4Replicator.REPLICATOR_OPTION_MAX_RETRY_INTERVAL])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be correct, I think we will need to deprecate the old one.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seem like this will get taken care as a separate PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah.... Defaults.java is in (two) other repositories

@bmeike bmeike merged commit 1f744e8 into master Mar 7, 2024
@bmeike bmeike deleted the pr/core-148 branch March 7, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants