-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable proxy tests while flakiness is addressed. #3164
Conversation
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
This pull request does not have a backport label. Could you fix it @cmacknz? 🙏
NOTE: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🌐 Coverage report
|
…)" This reverts commit f419a37.
All of the proxy tests are currently flaky and fail regularly, see #3154 Disabling them while we investigate a fix to unblock CI.
…roxy-url integration test and disable tests (#3147) * enhance mock fleet-server and add --proxy-url integration test (#2834) * enhance test fleet-server Now a almost fully functional mock fleet-server can be instantiated with a single call to fleetservertest.NewServerWithHandlers. The only missing handlers are the upload handlers. testing/integration/proxy_url_test.go works as example on how to use the new features of the test fleet-server * add proxytest.Proxy: A naive proxy to be used on tests which allows to configure URL rewrites and check all the calls made to it. check the tests on testing/integration/proxy_url_test.go to see how to use proxytest.Proxy. * add integration tests for the fleet-server proxy The tests cover defining a proxy through --proxy-url and in the policy and the correct priority is respected * fix the Go version used on the Github workflows now it reads the version from the .go-version and not from the go.mod anymore. * increase the memory allocated to the elastic-agent vagrant box * allow -SNAPHOT versions to be passed to define.NewFixture * add more helper methods to testing.Fixture and Install accepts more flags * add version.Agent, a exported constant with the agent version (cherry picked from commit 732d7c0) * Disable proxy tests while flakiness is addressed. (#3164) All of the proxy tests are currently flaky and fail regularly, see #3154 Disabling them while we investigate a fix to unblock CI. (cherry picked from commit 08d24b9) --------- Co-authored-by: Anderson Queiroz <[email protected]> Co-authored-by: Craig MacKenzie <[email protected]>
Unskipped by #4321 |
All of the proxy tests are currently flaky and fail regularly, see #3154
Disabling them while we investigate a fix to unblock CI.