Skip to content

CBL-6907: add Start and Stop Listener API#164

Merged
borrrden merged 1 commit into
mainfrom
pr/CBL-6907
Apr 14, 2025
Merged

CBL-6907: add Start and Stop Listener API#164
borrrden merged 1 commit into
mainfrom
pr/CBL-6907

Conversation

@bmeike
Copy link
Copy Markdown
Contributor

@bmeike bmeike commented Apr 14, 2025

Also, some thread safety in TestContext

This starts and stops a listener. Not clear that it is the one that the tests want: may need to be tweaked....

@bmeike bmeike requested review from borrrden, Copilot and pasin April 14, 2025 20:42
@bmeike bmeike self-assigned this Apr 14, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 7 out of 11 changed files in this pull request and generated 2 comments.

Files not reviewed (4)
  • servers/jak/android/app/build.gradle: Language not supported
  • servers/jak/desktop/app/build.gradle: Language not supported
  • servers/jak/webservice/app/build.gradle: Language not supported
  • tests/config_java.json: Language not supported
Comments suppressed due to low confidence (1)

servers/jak/shared/common/main/java/com/couchbase/lite/mobiletest/services/ListenerService.java:36

  • [nitpick] The method name 'addEndptListener' is abbreviated; consider renaming it to 'addEndpointListener' for improved clarity.
ctxt.addEndptListener(listenerId, listener);

Also, some thread safety in TestContext
maven { url 'https://proget.sc.couchbase.com/maven2/internalmaven' }
maven {
url 'https://proget.sc.couchbase.com/maven2/internalmaven'
content { includeGroupByRegex "com\\.couchbase\\.lite.*" }
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ohhh this is an interesting option I like!

@borrrden borrrden merged commit 931ad76 into main Apr 14, 2025
8 checks passed
@borrrden borrrden deleted the pr/CBL-6907 branch April 14, 2025 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants