-
Notifications
You must be signed in to change notification settings - Fork 229
mapbox-machine-styles to latest #1500
base: mb-pages
Are you sure you want to change the base?
Conversation
would be fine. It looks like appvey is failing with some encrypted credentials problems -- is this expected? |
Not expected. The weird thing is that appveyor is passing in your branch, just not in master: https://ci.appveyor.com/project/Mapbox/mapbox-studio-classic/history /cc @BergWerkGIS and I were speaking the other day about this oddity: why does appveyor run a branch build twice and how do they differ. I think @BergWerkGIS understood this but I don't recall what the answer was... So, to recap I'm wondering if this is actually okay and the credentials problem will go away once merged. |
I think two builds are run, because of a new commit to a PR triggers two events:
AppVeyor webhook settings: You can see there are two SHAs (clickable, https://ci.appveyor.com/project/Mapbox/mapbox-studio-classic/history) for the commit:
My hunch is, that sometimes, some tests take longer than expected (e.g. AppVeyor under heavy load) and the previous test has not yet finished, thus causing the current one to fail: I've already experienced this before (not even on AppVeyor, but locally on Windows) and added some delay to make tests pass, e.g.: setTimeout(function(){
t.end();
}, 1000) mapbox-studio-classic/test/source.test.js Lines 35 to 38 in fc368e6
|
Updates to latest styles. This should be ready to go for next release.
cc @springmeyer @mtirwin