This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Closed
Conversation
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
Contributor
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪Test errors
Expand to view the tests failures> Show only the first 10 test failures
|
| Test | Results |
|---|---|
| Failed | 24 |
| Passed | 121 |
| Skipped | 0 |
| Total | 145 |
Genuine test errors 
💔 There are test failures but not known flaky tests, most likely a genuine test failure.
- Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_stand_alone_agent / Deploying a default stand-alone agent with fleet server mode – Stand-alone Agent - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_agent_endpoint_integration / Adding the Endpoint Integration to an Agent makes the host to show in Security App – Agent Endpoint Integration - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_agent_endpoint_integration / Deploying an Endpoint makes policies to appear in the Security App – Agent Endpoint Integration - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_agent_endpoint_integration / Changing an Agent policy is reflected in the Security App – Agent Endpoint Integration - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_agent_endpoint_integration / Un-enrolling Elastic Agent stops Elastic Endpoint – Agent Endpoint Integration - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_agent_endpoint_integration / Removing Endpoint from Agent policy stops the connected Endpoint – Agent Endpoint Integration - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_backend_processes / Deploying the centos agent – Backend Processes - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_backend_processes / Deploying the centos agent with enroll and then run on rpm and deb – Backend Processes - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_backend_processes / Stopping the centos agent stops backend processes – Backend Processes - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_backend_processes / Restarting the installed centos agent – Backend Processes - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_backend_processes / Restarting the centos host with persistent agent restarts backend processes – Backend Processes - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_backend_processes / Un-enrolling the centos agent stops backend processes – Backend Processes - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_backend_processes / Re-enrolling the centos agent starts the elastic-agent process – Backend Processes - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_backend_processes / Un-installing the installed centos agent – Backend Processes - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_backend_processes / Un-enrolling Elastic Agent stops Elastic Endpoint – Backend Processes - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_backend_processes / Removing Endpoint from Agent policy stops the connected Endpoint – Backend Processes - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_fleet_mode_agent / Deploying the centos agent – Fleet Mode Agent - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_fleet_mode_agent / Deploying the centos agent with enroll and then run on rpm and deb – Fleet Mode Agent - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_fleet_mode_agent / Restarting the installed centos agent – Fleet Mode Agent - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_fleet_mode_agent / Un-enrolling the centos agent deactivates the agent – Fleet Mode Agent - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_fleet_mode_agent / Re-enrolling the centos agent activates the agent in Fleet – Fleet Mode Agent - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_fleet_mode_agent / Revoking the enrollment token for the centos agent – Fleet Mode Agent - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_fleet_mode_agent / Un-installing the installed centos agent – Fleet Mode Agent - Name:
Initializing / End-To-End Tests / ubuntu-18.04_fleet_fleet_server / Deploying an centos Elastic Agent that starts Fleet Server – Fleet Server
mdelapenya
reviewed
Apr 20, 2021
| func (fts *FleetTestSuite) setup() error { | ||
| log.Trace("Creating Fleet setup") | ||
|
|
||
| err := createFleetConfiguration() |
Contributor
There was a problem hiding this comment.
I think we can remove the entire function, as it's not used elsewhere
9 tasks
Contributor
|
I think we can close this one, as #1055 was merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Adam Stokes 51892+adam-stokes@users.noreply.github.com
Quick fix for the correct kibana config
What does this PR do?
Sets the correct kibana config
Why is it important?
Checklist
make noticein the proper directory)Author's Checklist
How to test this PR locally
Related issues