-
Notifications
You must be signed in to change notification settings - Fork 57
Conversation
Ok, the last commit passed on its first run. I think we can merge this in ASAP and see if it helps across other branches / builds. |
Spoke too soon, I guess :-\ |
It looks like it's passing now |
Yea, after I re-ran the build five or six times. Clearly not the fix :-\ |
I'm going to try to deal with this so we can get accurate builds again. |
Ok, when I run just that file the test passes, but not when I run the whole test suite. The plot thickens... |
@orenyk If it comes to it, Travis did offer last summer to send us a copy of the VM our tests are running on so we could test for system config issues that might be affecting the build. |
Alright, |
It's not only a Travis issue, it also happens locally. Running |
Ok, this is weird. It appears as though the order of the tests matters; when it runs at the start of testing, it passes, so we must have some weird db thing going. I'm going to re-run and see what happens. |
I was actually gonna ask about that – I was wondering if one of our tests was making some lasting db change that were affecting this test. |
Ok, this is even weirder. I've sandwiched the RSpec shouldn's allow for that to happen, lasting DB changes should be impossible. |
On the other hand, sandwiching the call between two |
Huh, if I simply exit out of the |
Oooooooooook, so it's definitely order-dependent, b/c now I can't replicate my 'passing when I call |
bc2b2da
to
32dfe77
Compare
WOOOOOOOOO! Figured it out. For some reason we were creating multiple App Configs and therefore when the rake task checked |
DONE (build 2001, btw)! |
@orenyk ZOMG |
@orenyk @squidgetx That reminds me though – |
Yes please :-). That totally makes sense, we're always checking for |
yesssssssssssssss |
code looks solid |
great squashing / merging |
commented out funky tests putting the sleep where it counts comment out the right test fixed broken spec
e1e3d92
to
ce38dae
Compare
woot green build! |
Resolves #1059, currently not doing the trick :-\