You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/05/29 21:04:17 UTC

[GitHub] [trafficcontrol] dangogh opened a new pull request #3645: upgrade todb test to go 1.11

dangogh opened a new pull request #3645: upgrade todb test to go 1.11
URL: https://github.com/apache/trafficcontrol/pull/3645
 
 
   
   ## What does this PR (Pull Request) do?
   - [x] This PR fixes #3644 
   
   ## Which Traffic Control components are affected by this PR?
   No components affected: only fixes building of docker image for traffic ops database testing.  No additional tests or documentation required.
   
   ## What is the best way to verify this PR?
   Run the traffic ops db tests in docker:
   ```
   cd traffic_ops_db/test/docker
   docker-compose up --build --exit-code-from trafficops-db-admin
   ```
   
   without this change, the trafficops-db-admin image would fail to build.
   
   ## The following criteria are ALL met by this PR
   - [x] This PR includes tests OR I have explained why tests are unnecessary
   - [x] This PR includes documentation OR I have explained why documentation is unnecessary
   - [x] This PR includes an update to CHANGELOG.md OR such an update is not necessary
   - [x] This PR includes any and all required license headers
   - [x] This PR ensures that database migration sequence is correct OR this PR does not include a database migration
   - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY** (see [the Apache Software Foundation's security guidelines](https://www.apache.org/security/) for details)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services