Skip to content

Commit

Permalink
remove logs and clean up temp code
Browse files Browse the repository at this point in the history
  • Loading branch information
kentzeng12 committed Oct 3, 2024
1 parent e281b56 commit a7f198a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions scripts/comparator/docker-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ function setup_docker {
echo "Run m3query, m3comparator, and prometheus containers"
docker-compose -f ${COMPOSE_FILE} up -d --build --renew-anon-volumes m3comparator
docker-compose -f ${COMPOSE_FILE} up -d --build --renew-anon-volumes prometheus
docker-compose -f ${COMPOSE_FILE} logs prometheus
docker-compose -f ${COMPOSE_FILE} up -d --build --renew-anon-volumes m3query
docker-compose -f ${COMPOSE_FILE} ps


CI=$1
if [[ "$CI" != "true" ]]
then
Expand Down
1 change: 0 additions & 1 deletion scripts/comparator/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ then
trap defer EXIT
fi

docker ps -a
$comparator -input=$QUERY_FILE \
-s=$START \
-e=$END \
Expand Down

0 comments on commit a7f198a

Please sign in to comment.