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

Fix one set of tests, mark xfail for another test #355

Merged
merged 2 commits into from
May 30, 2021

Conversation

johnbaldwin
Copy link
Contributor

@johnbaldwin johnbaldwin commented May 29, 2021

Two PRs here

  1. Set xfail to longstanding failing test

This is for code that is run to backfill data on new deployments.

Figures tests/test_backfill.py::test_backfill_monthly_metrics_for_site fails because the number of months expected to backfill do not match up

See: #354

  1. Fixed the expected months back for site monthly metrics viewset tests. 6 months back are returned as expected, but the test case was expecting 7 months back

This is for code that is run to backfill data on new deployments.

See: #354
Tests were expecting 7 months back when the viewset was properly
returning 6 months back of data
@johnbaldwin johnbaldwin changed the title Set xfail to longstanding failing test Fix one set of tests, mark xfail for another test May 29, 2021
@johnbaldwin johnbaldwin merged commit 3cf20e6 into master May 30, 2021
@johnbaldwin johnbaldwin deleted the john/xfail-backfill-monthly-metrics-test branch May 30, 2021 08:53
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

Successfully merging this pull request may close these issues.

2 participants