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

Fix GCS Repository YAML Test Build (#57073) (#57101) #57191

Merged
merged 1 commit into from May 27, 2020

Conversation

original-brownbear
Copy link
Member

A few relatively obvious issues here:

  • We cannot run the different IT runs (large blob setting one and normal integ run) concurrently
  • We need to set the dependency tasks up correctly for the large blob run so that it works in isolation
  • We can't use the localAddress for the location header of the resumable upload
    (this breaks in YAML tests because GCS is using a loopback port forward for the initial request and the
    local address will be chosen as the actual Docker container host)

Closes #57026

backport of #57073

A few relatively obvious issues here:

* We cannot run the different IT runs (large blob setting one and normal integ run) concurrently
* We need to set the dependency tasks up correctly for the large blob run so that it works in isolation
* We can't use the `localAddress` for the location header of the resumable upload
(this breaks in YAML tests because GCS is using a loopback port forward for the initial request and the
local address will be chosen as the actual Docker container host)

Closes elastic#57026
@original-brownbear original-brownbear added :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs backport labels May 27, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore)

@elasticmachine elasticmachine added the Team:Distributed Meta label for distributed team label May 27, 2020
@original-brownbear original-brownbear merged commit 73d761d into elastic:7.8 May 27, 2020
@original-brownbear original-brownbear deleted the 57073-7.8 branch May 27, 2020 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed Meta label for distributed team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants