-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Cypress] Hardcode fleet server 8.13.0 version in tests #180879
Conversation
/ci |
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
It should unblock my PR as well.
@@ -12,7 +12,7 @@ import { | |||
startFleetServer, | |||
} from '@kbn/security-solution-plugin/scripts/endpoint/common/fleet_server/fleet_server_services'; | |||
import { Manager } from './resource_manager'; | |||
import { getLatestAvailableAgentVersion } from './utils'; | |||
// import { getLatestAvailableAgentVersion } from './utils'; |
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.
nit: It's better to remove code instead of commenting it. Even when you plan to uncomment it in a next PR it may never happen.
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.
Thank you Maxim, in general I agree, but I really hope that this will get back in place ASAP, we don't want a hardcoded version here forever ;p
But anyway: I hope you don't mind if we keep it this way this time, I want to get this merged asap since it's FF day.
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!
Proven to work in a separate PR: #180871 - admin-merging to get main unblocked |
💔 Build FailedFailed CI Steps
Metrics [docs]
HistoryTo update your PR or re-run it, just comment with: cc @tomsonpl |
…tic#180879)" This reverts commit 501837a.
…tic#180879)" This reverts commit 501837a.
We've identified all Cypress tests using
fleet-server
in8.14.0
version have started to fail recently therefore blocking other PRs from merging.Together with @szwarckonrad we came up with this PR as a quick fix that hardcodes our tests to use FS 8.13.0 in order to unblock other PRs.
@elastic/fleet I believe this should be investigated on your side too as to understand what changed in 8.14.0 that FS is unable to register within ES. I am wondering if this is just our tests not being aligned with new changes, or is it a real bug in production?
cc: @dasansol92