Skip to content

Commit

Permalink
use different rpc port for sqs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Oct 24, 2024
1 parent bbd92e1 commit ca95599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/configs/.rr-sqs-error-visibility.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'

rpc:
listen: tcp://127.0.0.1:6010
listen: tcp://127.0.0.1:6080

server:
command: "php php_test_files/jobs/jobs_nack.php"
Expand Down
2 changes: 1 addition & 1 deletion tests/jobs_sqs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ func TestSQSErrorVisibilityTimeout(t *testing.T) {

time.Sleep(time.Second * 3)

address := "127.0.0.1:6010"
address := "127.0.0.1:6080"
pipe := "test-err-visibility"

// Push 4 jobs to pipeline; all will fail because PHP config nacks everything here
Expand Down

0 comments on commit ca95599

Please sign in to comment.