-
Notifications
You must be signed in to change notification settings - Fork 192
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
Testing offline - Milestones initialization #2518
Comments
@miketaylr said:
|
I will work on this today, given the failures on Travis and the hurdles for people testing locally with/without network. |
Some context for myself. The milestones need to be understood in the context of #1836 Just to repeat what was said there. When
What is used is At least #2519 reduces the network access bit. |
So after kicking Travis three times today to get tests to pass or trying (#2553 ), I've become obsessed ... and confused. For one thing, I'm pretty sure this:
...isn't true when running either on localhost or Travis. (Not sure if we're running nosetests anywhere else?) As far as I can tell, to get Couldn't we just stick a dictionary constant in Going forward, it seems like it might create less confusion to have a more parallel process in dev/staging/prod that just pivots on environment variables or something (which I guess it probably how it works between staging and production?)... ...but for now at least we could stop Travis from crashing all the time ❓ |
@laghee are you sure, sure and sure ;) How can we demonstrate this? For example, let's add in
then let's type
I get
aka
As for
Yeah! that's the goal. |
@karlcow Sorry, my bad! Not sure if I wrote that wrong or had actually misunderstood the process. Sometimes things really do make more sense when you come back to them later! (#1 lesson I keep learning but not fully incorporating so far.) At any rate, you're right, of course -- it's not that |
Trying to resolve this
in #2567 This current issue still needs to be solved though. |
@miketaylr hmm something is rotten… next week. Fix the milestone story.
|
Steps to reproduce
Actual:
This should not happen. The tests should be able to run independently of any milestones initialization.
We probably need at least for testing a milestones.json ready to be used so that we do not have to fetch them.
The text was updated successfully, but these errors were encountered: