Skip to content

Commit

Permalink
Minor fixes for release branch, no TC pipe and jumbled value for test
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <[email protected]>
  • Loading branch information
lewijacn committed Sep 13, 2023
1 parent b2b02b1 commit 89e913f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public void testEmptyPacketIsHandledForSmallCodedOutputStream()
var outputBuffersCreated = new ConcurrentLinkedQueue<ByteBuffer>();
// Arbitrarily picking small buffer size that can only hold one empty message
var serializer = createSerializerWithTestHandler(outputBuffersCreated,
TEST_NODE_ID_STRING.length() + 60);
TEST_NODE_ID_STRING.length() + 40);
var bb = Unpooled.buffer(0);
serializer.addWriteEvent(referenceTimestamp, bb);
serializer.addWriteEvent(referenceTimestamp, bb);
Expand Down
2 changes: 1 addition & 1 deletion deployment/copilot/devDeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ copilot env deploy -a $COPILOT_APP_NAME --name $COPILOT_DEPLOYMENT_STAGE
# copilot svc deploy -a $COPILOT_APP_NAME --name traffic-comparator --env $COPILOT_DEPLOYMENT_STAGE --resource-tags $TAGS # EXPERIMENTAL
copilot svc deploy -a $COPILOT_APP_NAME --name capture-proxy-es --env $COPILOT_DEPLOYMENT_STAGE --resource-tags $TAGS
copilot svc deploy -a $COPILOT_APP_NAME --name migration-console --env $COPILOT_DEPLOYMENT_STAGE --resource-tags $TAGS
./createReplayer.sh --id default --target-uri "https://${MIGRATION_DOMAIN_ENDPOINT}:443" --extra-args "--tags=${TAGS} --auth-header-user-and-secret ${MIGRATION_DOMAIN_USER_AND_SECRET_ARN} | nc traffic-comparator 9220" "${REPLAYER_SKIP_INIT_ARG}"
./createReplayer.sh --id default --target-uri "https://${MIGRATION_DOMAIN_ENDPOINT}:443" --extra-args "--tags=${TAGS} --auth-header-user-and-secret ${MIGRATION_DOMAIN_USER_AND_SECRET_ARN}" "${REPLAYER_SKIP_INIT_ARG}"


# Output deployment time
Expand Down

0 comments on commit 89e913f

Please sign in to comment.