Skip to content

Commit

Permalink
Merge pull request #169 from lawrencegripper/lg/fix157
Browse files Browse the repository at this point in the history
Fix Service Bus messages send from HTTP failing to renew message locks
  • Loading branch information
jjcollinge authored Sep 18, 2018
2 parents 88cbb1a + aabb2f2 commit 35d4ee2
Show file tree
Hide file tree
Showing 89 changed files with 11,901 additions and 2,869 deletions.
21 changes: 19 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,32 @@
"showLog": true
},
{
"name": "Dispatcher ServiceBus Tests",
"name": "Pkg ServiceBus Tests",
"type": "go",
"request": "launch",
"mode": "test",
"remotePath": "",
"port": 2345,
"port": 2346,
"host": "127.0.0.1",
"program": "${workspaceRoot}/internal/pkg/servicebus",
"envFile": "${workspaceRoot}/.vscode/private.env",
"args": [
"-test.v",
"-test.timeout",
"15m"
],
"showLog": true
},
{
"name": "Handler ServiceBus Tests",
"type": "go",
"request": "launch",
"mode": "test",
"remotePath": "",
"port": 2346,
"host": "127.0.0.1",
"program": "${workspaceRoot}/internal/app/handler/dataplane/events/servicebus",
"envFile": "${workspaceRoot}/.vscode/private.env",
"args": [
"-test.v",
"-test.timeout",
Expand Down
Loading

0 comments on commit 35d4ee2

Please sign in to comment.