Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
7hong13 committed Jun 24, 2024
1 parent c6b5a84 commit 0543a79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'

services:
yorkie:
image: 'yorkieteam/yorkie:0.4.22'
image: 'yorkieteam/yorkie:0.4.24'
container_name: 'yorkie'
command: ['server', '--mongo-connection-uri', 'mongodb://mongo:27017']
restart: always
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'

services:
yorkie:
image: 'yorkieteam/yorkie:0.4.22'
image: 'yorkieteam/yorkie:0.4.24'
container_name: 'yorkie'
command: ['server', '--enable-pprof']
restart: always
Expand Down
3 changes: 3 additions & 0 deletions yorkie/src/androidTest/kotlin/dev/yorkie/TestAnnotations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

package dev.yorkie

/**
* Annotation to prevent TooManyRequestsException in JsonTree-related tests
*/
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
internal annotation class TreeTest

0 comments on commit 0543a79

Please sign in to comment.