Skip to content
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

[Monitoring] Skip cluster/overview and standalone_cluster/overview api integration tests for cloud #30707

Closed
chrisronline opened this issue Feb 11, 2019 · 1 comment · Fixed by #30879
Labels
Team:Monitoring Stack Monitoring team

Comments

@chrisronline
Copy link
Contributor

chrisronline commented Feb 11, 2019

Relates to #29966

Tests

These two tests, cluster/overview and standalone_cluster/overview, need to be skipped for cloud.

Error

The error we get when running on cloud:

             │       + expected - actual
             │ 
             │                "status": "green"
             │              }
             │            }
             │            "isCcrEnabled": true
             │       -    "isPrimary": false
             │       +    "isPrimary": true

Reason

This fails because the local functional test server starts with a specific uuid for kibana, that apparently cloud isn't replicating. It's starting with a different UUID and this test doesn't account for that. Because of that, it doesn't think the single kibana running is the primary one.

@chrisronline chrisronline added the Team:Monitoring Stack Monitoring team label Feb 11, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/stack-monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Monitoring Stack Monitoring team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants