Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Aug 21, 2023
1 parent ff1e6cd commit 3dbb5db
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 125 deletions.
10 changes: 0 additions & 10 deletions test/tracetesting/accounting-service/all.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions test/tracetesting/accounting-service/receive-order.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions test/tracetesting/fraud-detection-service/all.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions test/tracetesting/fraud-detection-service/process-order.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion test/tracetesting/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ run_tracetest() {
return $?
}

ALL_SERVICES=("accounting-service" "ad-service" "cart-service" "currency-service" "checkout-service" "fraud-detection-service" "frontend-service" "email-service" "payment-service" "product-catalog-service" "recommendation-service" "shipping-service")
ALL_SERVICES=("ad-service" "cart-service" "currency-service" "checkout-service" "frontend-service" "email-service" "payment-service" "product-catalog-service" "recommendation-service" "shipping-service")
CHOSEN_SERVICES=()

while [[ $# -gt 0 ]]; do
Expand Down

0 comments on commit 3dbb5db

Please sign in to comment.