-
Notifications
You must be signed in to change notification settings - Fork 308
run Gittip 90 #2057
Comments
Reviewed 71 accounts. |
Droplet spun up and updating ... |
Backup taken and verified. |
Droplet updated. |
Ready? Will #2036 regressions bite us? 👹 |
Wow, didn't realize we merged that :) Good luck! |
Thanks. :-)
|
So we're try/excepting for |
In #2036 we started using VCR to freeze HTTP API calls into test fixtures. This is great! Let's do more of that! This commit moves the VCR configuration upstream from where it began (in test_billing.py) into the gittip.testing.Harness class. Now all tests can make expensive HTTP API calls with impunity. In fact, this knocks out a XXX comment, because we had one API call elsewhere in the test suite. VCR transparently took care of it for us! I was quite pleasantly surprised to find TestPages.yml. Yay VCR! :-) My first motivation in doing this, however, was to be able to write a test for regression I'm seeing with payday (#2057). Onward!
@whit537 https://github.com/bninja/wac/blob/master/wac.py wac is based off requests, so I am assuming that HTTPError is going to be the base error for when making requests as for wac, it appears that it does not have a base exception :/ https://github.com/bninja/wac/blob/master/wac.py#L543 |
@matthewfl Yeah, I ended up going with a blank try/except around Balanced API usage during payday. Better safe than sorry. :-) |
Rebuilding droplet ... |
Script restarted! 😱 |
Seems to be running okay. The users that we choked on before are now reporting |
Script ran for {age} (2:50:23.196630). |
Repaired paydays table per #261 (needed because of restart). |
Tweet tweeted on Twitter. |
Log downloaded and droplet destroyed. |
Escrow shuffled. |
Okay! 💃 |
89
The text was updated successfully, but these errors were encountered: