Skip to content
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

Fixed config.json not being used in TestEnvironment #10494

Merged
merged 1 commit into from Apr 17, 2018

Conversation

Cactusmachete
Copy link
Contributor

@Cactusmachete Cactusmachete commented Apr 16, 2018

Added a check in the TestEnvironment load_config so the config.json overrides the
default config when present.

Closes #8181


This change is Reviewable

@w3c-bots
Copy link

w3c-bots commented Apr 16, 2018

Build BROKEN

Started: 2018-04-16 18:20:29
Finished: 2018-04-16 18:39:17

Failing Jobs

  • tools_unittest in py27

View more information about this build on:

Added a check in the TestEnvironment load_config so it overrides the
default config when present.

Closes web-platform-tests#8181
@gsnedders
Copy link
Member

@jgraham r?

AIUI, this has always been a deliberate decision in wptrunner. That said, I'm happy to change the behaviour here provided we make sure we correctly override everything we depend upon later in load_config.

@jgraham
Copy link
Contributor

jgraham commented Apr 17, 2018

We had a usecase recently when someone wanted to run two wptrunner instances on different builds on the same machine, so some override makes sense to me.

@jgraham jgraham merged commit 8824132 into web-platform-tests:master Apr 17, 2018
@Cactusmachete Cactusmachete deleted the runport branch April 17, 2018 09:55
@gsnedders
Copy link
Member

We had a usecase recently when someone wanted to run two wptrunner instances on different builds on the same machine, so some override makes sense to me.

@jgraham The override doesn't help because we still override the ports used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants