Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r/aws_appmesh_virtual_gateway: Add connection pool #16168

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    f0ebad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0829ba8 View commit details
    Browse the repository at this point in the history
  3. r/aws_appmesh_virtual_gateway: Test 'listener.connection_pool' attrib…

    …ute.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/VirtualGateway/listenerConnectionPool'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/VirtualGateway/listenerConnectionPool -timeout 120m
    === RUN   TestAccAWSAppmesh_serial
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/listenerConnectionPool
    --- PASS: TestAccAWSAppmesh_serial (26.75s)
        --- PASS: TestAccAWSAppmesh_serial/VirtualGateway (26.75s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerConnectionPool (26.75s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	26.797s
    ewbankkit committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    0e9cfc5 View commit details
    Browse the repository at this point in the history
  4. r/aws_appmesh_virtual_gateway: Test corrections.

    Acceptance test output:
    
    $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/VirtualGateway'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/VirtualGateway -timeout 120m
    === RUN   TestAccAWSAppmesh_serial
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/disappears
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/listenerConnectionPool
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/listenerTls
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/logging
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/tags
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults
    === RUN   TestAccAWSAppmesh_serial/VirtualGateway/basic
    --- PASS: TestAccAWSAppmesh_serial (248.80s)
        --- PASS: TestAccAWSAppmesh_serial/VirtualGateway (248.80s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/disappears (13.51s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerConnectionPool (27.00s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks (28.17s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerTls (71.33s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/logging (27.06s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/tags (39.05s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults (27.25s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/basic (15.42s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	248.882s
    ewbankkit committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    e661158 View commit details
    Browse the repository at this point in the history