Skip to content

Commit

Permalink
change to run canary for 30 min and for memory overflow/leak to occur
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Nov 14, 2023
1 parent 4dc214c commit 5ad4ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/mqtt5_canary/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ static void s_ParseOptions(int argc, char **argv, struct AppCtx &ctx, struct Aws
}
else
{
fprintf(stderr, "Succeeded parsing uri");
// fprintf(stderr, "Succeed to parse uri " PRInSTR "\n", AWS_BYTE_CURSOR_PRI(ctx.uri.GetFullUri()));
// fprintf(stderr, "Succeeded parsing uri");
fprintf(stderr, "Succeed to parse uri " PRInSTR "\n", AWS_BYTE_CURSOR_PRI(ctx.uri.GetFullUri()));
}
break;
default:
Expand Down
2 changes: 1 addition & 1 deletion codebuild/mqtt5-cpp-canary-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
env:
shell: bash
variables:
CANARY_DURATION: 25200
CANARY_DURATION: 1800
CANARY_THREADS: 3
CANARY_TPS: 50
CANARY_CLIENT_COUNT: 10
Expand Down

0 comments on commit 5ad4ea0

Please sign in to comment.