Skip to content

Commit

Permalink
chore(ci): Remove --nocapture from integration tests (#13128)
Browse files Browse the repository at this point in the history
This broke with the upgrade to `cargo nextest` 0.9.19 which wants you to
use an extra `--` to pass along extra flags to the test binary, but it
occurred to me that I don't think we need this flag. It's useful for
debugging, but otherwise we don't really need to see the integration
test output unless it fails, in which case it will output it.

Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
  • Loading branch information
jszwedko committed Jun 14, 2022
1 parent 15a3a99 commit 822a783
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 51 deletions.
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ services:
- "aws-integration-tests"
- "--lib"
- "${FILTER:-::aws_}"
- "--"
- "--nocapture"
depends_on:
- mock-ec2-metadata
- mock-localstack
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ services:
- "azure-integration-tests"
- "--lib"
- "::azure_"
- "--"
- "--nocapture"
environment:
- AZURE_ADDRESS=local-azure-blob
- HEARTBEAT_ADDRESS=0.0.0.0:8080
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.clickhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ services:
- "clickhouse-integration-tests"
- "--lib"
- "::clickhouse::"
- "--"
- "--nocapture"
environment:
- CLICKHOUSE_ADDRESS=http://clickhouse:8123
depends_on:
Expand Down
1 change: 0 additions & 1 deletion scripts/integration/docker-compose.datadog-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ services:
- "--no-default-features"
- "--features"
- "datadog-agent-integration-tests"
- "--no-capture"
- "--lib"
- "sources::datadog::agent::integration_tests::"
environment:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.datadog-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ services:
- "datadog-logs-integration-tests"
- "--lib"
- "::datadog::logs::"
- "--"
- "--nocapture"
environment:
- TEST_DATADOG_API_KEY
volumes:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.datadog-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ services:
- "datadog-metrics-integration-tests"
- "--lib"
- "::datadog::metrics::"
- "--"
- "--nocapture"
environment:
- TEST_DATADOG_API_KEY
volumes:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.datadog-traces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ services:
- "datadog-traces-integration-tests"
- "--lib"
- "::datadog::traces::"
- "--"
- "--nocapture"
environment:
- TEST_DATADOG_API_KEY
volumes:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.dnstap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ services:
- "dnstap-integration-tests"
- "--lib"
- "::dnstap::"
- "--"
- "--nocapture"
depends_on:
- dnstap
environment:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.docker-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ services:
- "docker-logs-integration-tests"
- "--lib"
- "::docker_::"
- "--"
- "--nocapture"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${PWD}:/code
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ services:
- "es-integration-tests"
- "--lib"
- "::elasticsearch::integration_tests::"
- "--"
- "--nocapture"
depends_on:
- localstack
- elasticsearch
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.eventstoredb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ services:
- "eventstoredb_metrics-integration-tests"
- "--lib"
- "::eventstoredb_metrics::"
- "--"
- "--nocapture"
depends_on:
- eventstoredb
volumes:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.fluent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ services:
- "fluent-integration-tests"
- "--lib"
- "::fluent::"
- "--"
- "--nocapture"
volumes:
- ${PWD}:/code
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ services:
- "gcp-integration-tests"
- "--lib"
- "::gcp::"
- "--"
- "--nocapture"
environment:
- EMULATOR_ADDRESS=http://gcloud-pubsub:8681
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.humio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ services:
- "humio-integration-tests"
- "--lib"
- "sinks::humio::"
- "--"
- "--nocapture"
environment:
- HUMIO_ADDRESS=http://localhost:8080
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.influxdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ services:
- "influxdb-integration-tests"
- "--lib"
- "${FILTER:-::influxdb::}"
- "--"
- "--nocapture"
depends_on:
- influxdb-v1
- influxdb-v1-tls
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ services:
- "kafka-integration-tests"
- "--lib"
- "${FILTER:-::kafka::}"
- "--"
- "--nocapture"
depends_on:
- kafka
environment:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.logstash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ services:
- "logstash-integration-tests"
- "--lib"
- "::logstash::integration_tests::"
- "--"
- "--nocapture"
environment:
- HEARTBEAT_ADDRESS=0.0.0.0:8080
- LOGSTASH_ADDRESS=0.0.0.0:8081
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.loki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ services:
- "loki-integration-tests"
- "--lib"
- "::loki::"
- "--"
- "--nocapture"
depends_on:
- loki
environment:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ services:
- "mongodb_metrics-integration-tests"
- "--lib"
- "::mongodb_metrics::"
- "--"
- "--nocapture"
depends_on:
- mongodb-primary
- mongodb-secondary
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.nats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ services:
- "nats-integration-tests"
- "--lib"
- "::nats::"
- "--"
- "--nocapture"
depends_on:
- nats
- nats-userpass
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ services:
- "nginx-integration-tests"
- "--lib"
- "::nginx_metrics::"
- "--"
- "--nocapture"
depends_on:
- nginx
- squid
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ services:
- "postgresql_metrics-integration-tests"
- "--lib"
- "${FILTER:-::postgres}"
- "--"
- "--nocapture"
depends_on:
- postgres
environment:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ services:
- "prometheus-integration-tests"
- "--lib"
- "${FILTER:-::prometheus::}"
- "--"
- "--nocapture"
depends_on:
- influxdb
- influxdb-tls
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.pulsar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ services:
- "pulsar-integration-tests"
- "--lib"
- "::pulsar::"
- "--"
- "--nocapture"
depends_on:
- pulsar
environment:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ services:
- "redis-integration-tests"
- "--lib"
- "::redis::"
- "--"
- "--nocapture"
depends_on:
- redis
environment:
Expand Down
2 changes: 0 additions & 2 deletions scripts/integration/docker-compose.splunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ services:
- "splunk-integration-tests"
- "--lib"
- "${FILTER:-::splunk_hec::}"
- "--"
- "--nocapture"
depends_on:
- splunk-hec
environment:
Expand Down

0 comments on commit 822a783

Please sign in to comment.