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

Test: use local gateway by default #9476

Closed
wants to merge 1 commit into from

Conversation

bleskes
Copy link
Contributor

@bleskes bleskes commented Jan 29, 2015

The LocalGateway contains important functionality for the correct behavior of elasticsearch. As an optimization, it was replaced with the NoneGateway as a default for testing. However, this has proven to cause nasty-to-trace build failures which are not worth the extra speed up. The NoneGateway was already removed from master. This commit doesn't remove it due to bwc but changes the default to the local gateway.

The LocalGateway contains important functionality for the correct behavior of elasticsearch. As an optimization, it was replaced with the NoneGateway as a default for testing. However, this has proven to cause nasty-to-trace build failures which are not worth the extra speed up. The NoneGateway was already removed from master. This commit doesn't remove it due to bwc but changes the default to the local gateway.
@bleskes bleskes added >test Issues or PRs that are addressing/adding tests v1.4.3 v1.5.0 review labels Jan 29, 2015
@martijnvg
Copy link
Member

LGTM!

bleskes added a commit that referenced this pull request Jan 29, 2015
The LocalGateway contains important functionality for the correct behavior of elasticsearch. As an optimization, it was replaced with the NoneGateway as a default for testing. However, this has proven to cause nasty-to-trace build failures which are not worth the extra speed up. The NoneGateway was already removed from master. This commit doesn't remove it due to bwc but changes the default to the local gateway.

Closes #9476
bleskes added a commit to bleskes/elasticsearch that referenced this pull request Jan 29, 2015
The LocalGateway contains important functionality for the correct behavior of elasticsearch. As an optimization, it was replaced with the NoneGateway as a default for testing. However, this has proven to cause nasty-to-trace build failures which are not worth the extra speed up. The NoneGateway was already removed from master. This commit doesn't remove it due to bwc but changes the default to the local gateway.

Closes elastic#9476
@bleskes
Copy link
Contributor Author

bleskes commented Jan 29, 2015

pushed to 1.x and 1.4

@bleskes bleskes closed this Jan 29, 2015
@bleskes bleskes deleted the local_gateway_default branch January 29, 2015 08:51
@s1monw
Copy link
Contributor

s1monw commented Jan 29, 2015

this should not go to 1.4, sorry this is a big change and can lead to a lot of wasted time. On a release branch you should't do stuff like this.

@bleskes
Copy link
Contributor Author

bleskes commented Jan 29, 2015

I back ported this out of 1.x and 1.4, as it brings too much test infra instability. I will work on syncing the test infra with master (where NoneGateway was removed) and re-submit.

mute pushed a commit to mute/elasticsearch that referenced this pull request Jul 29, 2015
The LocalGateway contains important functionality for the correct behavior of elasticsearch. As an optimization, it was replaced with the NoneGateway as a default for testing. However, this has proven to cause nasty-to-trace build failures which are not worth the extra speed up. The NoneGateway was already removed from master. This commit doesn't remove it due to bwc but changes the default to the local gateway.

Closes elastic#9476
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test Issues or PRs that are addressing/adding tests v1.4.3 v1.5.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants