Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Run Travis tests in Docker #1830
Conversation
Listen on 0.0.0.0 for utility servers. Make integration-test.py just wait for ports rather than calling startservers. Run docker-compose in test.sh. Remove bypass when database exists. Separate mailer test into its own function in integration test. Print better errors in test.js.
| @@ -16,7 +16,7 @@ import ( | |||
| blog "github.com/letsencrypt/boulder/log" | |||
| ) | |||
|
|
|||
| var apiPort = flag.String("http", "9381", "http port to listen on") | |||
| var listenAPI = flag.String("http", "0.0.0.0:9381", "http port to listen on") | |||
riking
May 19, 2016
Contributor
note: there is no code in the integration test using this flag, so this is OK
note: there is no code in the integration test using this flag, so this is OK
This reverts commit 92d94f2. That commit breaks the build.
…ncrypt#1834)" This reverts commit b954dcc.
Do not merge until certbot/certbot#3058 lands. That change broke the certbot tests because it switched to a MariaDB 10.1-specific syntax. certbot/certbot#3058 changes the certbot tests to use Boulder's docker-compose.yml, so they will get MariaDB 10.1 automatically.
Do not merge until certbot/certbot#3058 lands. That change broke the certbot tests because it switched to a MariaDB 10.1-specific syntax. certbot/certbot#3058 changes the certbot tests to use Boulder's docker-compose.yml, so they will get MariaDB 10.1 automatically.
That change broke the certbot tests because it switched to a MariaDB 10.1-specific syntax. certbot/certbot#3058 changes the certbot tests to use Boulder's docker-compose.yml, so they will get MariaDB 10.1 automatically.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


certbot. Once it does, we'll switch to that.docker runcommands.Fixes #1335