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

investigate error in test_hosts_panel_status test case #199

Open
mbukatov opened this issue Oct 5, 2018 · 1 comment
Open

investigate error in test_hosts_panel_status test case #199

mbukatov opened this issue Oct 5, 2018 · 1 comment
Assignees

Comments

@mbukatov
Copy link
Contributor

mbukatov commented Oct 5, 2018

Error encountered:

        # get graphite target pointing at data containing number of host
        target = panel[0]["targets"][0]["target"]
        target = target.replace("$cluster_id", cluster_identifier)
        LOGGER.debug("Total hosts target: {}".format(target))
>       g_total = graphite.get_datapoints(target)[-1][0]
E       IndexError: list index out of range
@dahorak
Copy link
Contributor

dahorak commented Dec 17, 2018

@fbalak please investigate this test, it is still quite unstable

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

No branches or pull requests

3 participants