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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add download entire period bundle feature #94

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

honkfestival
Copy link
Member

Upstream cds-snc/covid-alert-server#176

@henrytao-me you should probably 馃帺 this one 馃槃

maxneuvians and others added 2 commits August 28, 2020 16:26
* Add 00000 option

* Add feature flag

* Small fixes and tests
Comment on lines +100 to +113
keys = [tek(
rolling_start_interval_number: rsin,
transmission_risk_level: 8,
data: "3333333333333333",
), tek(
rolling_start_interval_number: rsin,
transmission_risk_level: 8,
data: "4444444444444444",
), tek(
rolling_start_interval_number: rsin,
transmission_risk_level: 8,
data: "5555555555555555",
),]
assert_keys(export, keys, region: 'CA', date_number: current_date_number - 15, date_range: 15)
Copy link
Member Author

Choose a reason for hiding this comment

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

@maxneuvians this assertion was missing in the original PR and it looks like there was an extra key in the keys array; the 2222222222222222 key was missing from the export.

Is that correct behaviour?

Copy link
Contributor

Choose a reason for hiding this comment

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

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.

None yet

2 participants