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

Remove unused version command #4249

Merged
merged 2 commits into from
Aug 1, 2019
Merged

Remove unused version command #4249

merged 2 commits into from
Aug 1, 2019

Conversation

therve
Copy link
Contributor

@therve therve commented Jul 31, 2019

This adds a new e2e test, turning the local environment into a docker one. This
also allows the check to run a command made of various parts.

@therve therve force-pushed the therve/ceph-e2e branch from e66f3a7 to e86580a Compare July 31, 2019 11:40
@codecov
Copy link

codecov bot commented Jul 31, 2019

output, _, _ = get_subprocess_output(args, self.log)
except Exception as e:
raise Exception('Unable to run cmd=%s: %s' % (' '.join(args), str(e)))
ceph_args = '{} --cluster {}'.format(ceph_args, ceph_cluster)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're not running the version command anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it didn't seem to do anything.


for sc in EXPECTED_SERVICE_CHECKS:
aggregator.assert_service_check(sc, status=Ceph.OK, tags=EXPECTED_SERVICE_TAGS)
aggregator.assert_service_check('ceph.overall_status', status=Ceph.OK, tags=EXPECTED_SERVICE_TAGS)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assert all metrics covered?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably too many dynamic metrics, it's not in the integration tests either.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok 🤷‍♀

@therve therve merged commit 9dc05ea into master Aug 1, 2019
@therve therve deleted the therve/ceph-e2e branch August 1, 2019 11:40
@ofek ofek changed the title Add e2e test Remove unused version command Aug 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants