Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

mapbox-machine-styles to latest #1500

Open
wants to merge 8 commits into
base: mb-pages
Choose a base branch
from
Open

mapbox-machine-styles to latest #1500

wants to merge 8 commits into from

Conversation

yhahn
Copy link
Member

@yhahn yhahn commented Nov 2, 2015

Updates to latest styles. This should be ready to go for next release.

cc @springmeyer @mtirwin

@springmeyer springmeyer added this to the v0.3.3 milestone Nov 2, 2015
@springmeyer
Copy link
Contributor

@yhahn - great, thanks for queuing this up. I've added to v0.3.3 milestone (#1491). What should the changelog entry be for this?

@yhahn
Copy link
Member Author

yhahn commented Nov 2, 2015

Updated to mapbox-machine-styles 4.0.1

would be fine. It looks like appvey is failing with some encrypted credentials problems -- is this expected?

@springmeyer
Copy link
Contributor

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.

@wilhelmberg
Copy link
Contributor

why does appveyor run a branch build twice

I think two builds are run, because of a new commit to a PR triggers two events:

  • push
  • synchronizing PR

AppVeyor webhook settings:

image

You can see there are two SHAs (clickable, https://ci.appveyor.com/project/Mapbox/mapbox-studio-classic/history) for the commit:

image

and how do they differ

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:

image

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) 

setTimeout(function(){
console.log('after tm.config - ending test');
t.end();
}, 1000)

@springmeyer springmeyer modified the milestones: v0.3.5, v0.3.4 Apr 4, 2016
@springmeyer springmeyer changed the title mapbox-machine-maps@4.0.1 mapbox-machine-styles to latest Apr 4, 2016
@springmeyer springmeyer modified the milestones: v0.3.5, Upcoming Apr 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants