Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
Fix all failing tests
  • Loading branch information
belimawr committed Nov 3, 2023
1 parent a41b3e5 commit 71046b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ steps:
key: "serverless-integration-tests"
env:
TEST_INTEG_AUTH_ESS_REGION: us-east-1
command: ".buildkite/scripts/steps/integration_tests.sh serverless integration:single TestMonitoringLogsShipped" #right now, run a single test in serverless mode as a sort of smoke test, instead of re-running the entire suite
command: ".buildkite/scripts/steps/integration_tests.sh serverless integration:single TestLogIngestionFleetManaged" #right now, run a single test in serverless mode as a sort of smoke test, instead of re-running the entire suite
artifact_paths:
- "build/TEST-**"
- "build/diagnostics/*"
Expand Down
2 changes: 1 addition & 1 deletion testing/integration/logs_ingestion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ var policyJSON = `
"enabled": true,
"vars": {
"paths": [
"{{.LogFilePath}}"
"{{.LogFilePath | js}}" {{/* we need to escape windows paths */}}
],
"data_stream.dataset": "{{.Dataset}}"
}
Expand Down

0 comments on commit 71046b2

Please sign in to comment.