Skip to content

Commit

Permalink
ignore failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Feb 6, 2025
1 parent f9e6c52 commit b6db2ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci-integration-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,15 +484,16 @@ jobs:
max_attempts: 3
command: bash scripts/ci-int-e2e-test.sh e2e datadog-logs

- name: datadog-e2e-metrics
if: ${{ startsWith(github.event.review.body, '/ci-run-e2e-datadog-metrics')
|| startsWith(github.event.review.body, '/ci-run-integration-all')
|| startsWith(github.event.review.body, '/ci-run-all') }}
uses: nick-fields/retry@v3
with:
timeout_minutes: 35
max_attempts: 3
command: bash scripts/ci-int-e2e-test.sh e2e datadog-metrics
# TODO: Uncomment once https://github.com/vectordotdev/vector/issues/22379 is fixed.
# - name: datadog-e2e-metrics
# if: ${{ startsWith(github.event.review.body, '/ci-run-e2e-datadog-metrics')
# || startsWith(github.event.review.body, '/ci-run-integration-all')
# || startsWith(github.event.review.body, '/ci-run-all') }}
# uses: nick-fields/retry@v3
# with:
# timeout_minutes: 35
# max_attempts: 3
# command: bash scripts/ci-int-e2e-test.sh e2e datadog-metrics

update-pr-status:
name: Signal result to PR
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,14 @@ jobs:
- setup
strategy:
matrix:
# TODO: Add "splunk" back once https://github.com/vectordotdev/vector/issues/22379 is fixed.
# If you modify this list, please also update the `int_tests` job in changes.yml.
service: [
"amqp", "appsignal", "aws", "axiom", "azure", "clickhouse", "databend", "datadog-agent",
"datadog-logs", "datadog-metrics", "datadog-traces", "dnstap", "docker-logs", "elasticsearch",
"eventstoredb", "fluent", "gcp", "greptimedb", "http-client", "influxdb", "kafka", "logstash",
"loki", "mongodb", "nats", "nginx", "opentelemetry", "postgres", "prometheus", "pulsar",
"redis", "splunk", "webhdfs"
"redis", "webhdfs"
]
timeout-minutes: 90
steps:
Expand Down
1 change: 0 additions & 1 deletion src/sinks/splunk_hec/logs/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ fn get_processed_event_timestamp(
timestamp_key: Option<OptionalTargetPath>,
auto_extract_timestamp: bool,
) -> HecProcessedEvent {
// TODO: this was added to trigger tests, remove me, do not merge
let mut event = Event::Log(LogEvent::from("hello world"));
event
.as_mut_log()
Expand Down

0 comments on commit b6db2ac

Please sign in to comment.