Closed collin closed 8 years ago
@benghaziboy @mparent61 This has changed a bit since the last request for comments. Can we get another look?
I want to know what really happened at that compound
Spoke with @MelizzaP, going to rollout v0.7.0 (breaking Special Coverage changes) that requires site updates applied today + Monday. This means this PR can't be merged + rolled out to sites until roughly Tue (2015-02-16).
Also need to coordinate with @benghaziboy re: some potential issues with 0.6.66 (Contribution celery tasks) we're investigating.
Bottom line: Need to coordinate before this is pushed out to sites.
@mparent61 @benghaziboy @MichaelButkovic
Alright, I've addressed most of the notes and some of the extra ones you had on the PR @MelizzaP started for polls phase ||.
Any last notes?
we need a way to silence all these fixtures in PRs, but other than that.... :+1:
@mparent61 :+1: on coordination /cc @spra85
LGTM
actually no lgtm until re-open bengazi investigation to get to the truth
is finished
Spoke with @collin, going to review this THUR AM after merging with @MelizzaP's branch and related PR comments
One more nit: I'd move the VCR files into a vcr-themed subdirectory ("vcr", "cassettes", etc) to clearly separate them from similarly-named test_*.py
test files. This just requires a simple tweak to the make_vcr
helper function and will benefit future VCR users too.
Other than my comments, :+1:
I got the poll cassettes moved to test/poll/test_data/cassettes
:+1:
Alright @mparent61 I think we have this all covered.
What's our rollout pipeline looking like?
One Python 3 test is still failing: https://travis-ci.org/theonion/django-bulbs/jobs/113500999
@mparent @benghaziboy @MichaelButkovic @kand
Added notes for running django-bulbs against the onion-services elasticsearch.
Is this clear enough?
TODO
'Intentionally blank'
into constantspoll/
files and testsSodaheadAPIError
out ofPoll
namespacesodahead_id
generation into functionif not self.sodahead_id
==
overis
for equality checking (vs identity checking)@mock_vault(SECRETS)
@mparent61 some python 2/3 issues around copying the mock_vault implementation over I'm going to hold off on that for now.