You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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
The test framework includes a smoke test suite to check elastic-agent in a serverless environment. The suite can be run via the `integration:TestServerless` mage target.
135
+
133
136
##### Run Extended Runtime Leak Test
134
137
The test framework includes a "long running" test to check for resource leaks and stability.
135
138
The runtime of the test can be set via the `LONG_TEST_RUNTIME` environment variable.
136
-
The test itself can be run via the `integration:TestLongRunningAgentForLeaks` mage target.
139
+
The test itself can be run via the `integration:TestForResourceLeaks` mage target.
137
140
138
141
##### Limitations
139
142
Due to the way the parameters are passed to `devtools.GoTest` the value of the environment variable
0 commit comments