Skip to content

Commit

Permalink
wip test
Browse files Browse the repository at this point in the history
  • Loading branch information
eparker-tulip committed Oct 2, 2024
1 parent d089692 commit 69ae118
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/meteor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ services:
- --timeout=600
- testapp1:8080
- '--'
- /wait-for.sh
- --timeout=600
- testapp2:8080
- '--'
- /bin/oplogtoredis

mongo:
Expand Down
3 changes: 3 additions & 0 deletions integration-tests/meteor/objectid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package main

import (
"testing"
"time"

"github.com/stretchr/testify/require"
"github.com/tulip/oplogtoredis/integration-tests/meteor/harness"
Expand All @@ -17,6 +18,8 @@ func TestObjectID(t *testing.T) {
require.NoError(t, meteor1.Send(harness.DDPSub("subId", "objectIDTest.pub")))
require.NoError(t, meteor2.Send(harness.DDPSub("subId", "objectIDTest.pub")))

time.Sleep(time.Second)

meteor1.ClearReceiveBuffer()
meteor2.ClearReceiveBuffer()

Expand Down

0 comments on commit 69ae118

Please sign in to comment.