Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Oct 2, 2024
1 parent 766e325 commit df5f376
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-eks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,9 @@ jobs:
--query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}
--rollup'

- name: test
run: sleep 500

- name: Refresh AWS Credentials
if: ${{ github.event.repository.name == 'aws-application-signals-test-framework' }}
uses: aws-actions/configure-aws-credentials@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,4 @@
httpPath: "/client-call"
httpMethod: "get"
callingType: "http"
expectedLogStructureTemplate: "JAVA_EKS_CLIENT_CALL_LOG"
-
validationType: "cw-log"
httpPath: "/mysql"
httpMethod: "get"
callingType: "http"
expectedLogStructureTemplate: "JAVA_EKS_RDS_MYSQL_LOG"
expectedLogStructureTemplate: "JAVA_EKS_CLIENT_CALL_LOG"
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@
httpMethod: "get"
callingType: "http"
expectedMetricTemplate: "JAVA_EKS_CLIENT_CALL_METRIC"
-
validationType: "cw-metric"
httpPath: "/mysql"
httpMethod: "get"
callingType: "http"
expectedMetricTemplate: "JAVA_EKS_RDS_MYSQL_METRIC"
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@
httpMethod: "get"
callingType: "http"
expectedTraceTemplate: "JAVA_EKS_CLIENT_CALL_TRACE"
-
validationType: "trace"
httpPath: "/mysql"
httpMethod: "get"
callingType: "http"
expectedTraceTemplate: "JAVA_EKS_RDS_MYSQL_TRACE"

0 comments on commit df5f376

Please sign in to comment.