Skip to content

Commit bbaedaa

Browse files
authored
Fix test_gcp_pubsub_source flaky test (#6068)
1 parent 35ede63 commit bbaedaa

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ services:
213213
# It is not an official docker image
214214
# if we prefer we can build a docker from the official docker image (gcloud cli)
215215
# and install the pubsub emulator https://cloud.google.com/pubsub/docs/emulator
216-
image: thekevjames/gcloud-pubsub-emulator:${GCLOUD_EMULATOR:-455.0.0}
216+
image: thekevjames/gcloud-pubsub-emulator:${GCLOUD_EMULATOR:-550.0.0}
217217
container_name: gcp-pubsub-emulator
218218
ports:
219219
- "${MAP_HOST_GCLOUD_EMULATOR:-127.0.0.1}:8681:8681"

quickwit/quickwit-indexing/src/source/gcp_pubsub_source.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ mod gcp_pubsub_emulator_tests {
358358
.unwrap_err();
359359
}
360360

361-
#[ignore]
362361
#[tokio::test]
363362
async fn test_gcp_pubsub_source() {
364363
let universe = Universe::with_accelerated_time();

0 commit comments

Comments
 (0)