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

[stable10] Combine then statements into one step #33501

Merged
merged 3 commits into from
Nov 13, 2018

Conversation

individual-it
Copy link
Member

@individual-it individual-it commented Nov 13, 2018

backport of #33483
backport of #33504
fixes #33499

@phil-davis phil-davis force-pushed the stable10-merge-then-steps-into-one-step branch from 4d00163 to 822159c Compare November 13, 2018 12:36
@phil-davis
Copy link
Contributor

phil-davis commented Nov 13, 2018

Conflicts resolved - let's see what CI says.

@phil-davis
Copy link
Contributor

CI https://drone.owncloud.com/owncloud/core/12546/290

remote doesn't have value https://federated

Now to look at what happened to

Scenario: Remote sharee can see the pending share # /drone/src/tests/acceptance/features/apiFederation/federated.feature:53

@@ -1233,6 +1265,28 @@ public function checkShareFields($body) {
$value
);
}
if (!$this->isFieldInShareResponse($field, $value)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$value = $this->replaceValuesFromTable($field, $value);

is missing above this line.
It is in the diff on master
@individual-it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that is the issue. $value is set in the function earlier
and the problem is in FeatureContext::checkFields()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see - the lines of code above here are still doing the getRemoteBaseUrl() and getLocalBaseUrl() stuff.
And that code puts a / after the base URL for both remote and local.
In master that is now a call to replaceValuesFromTable

@codecov
Copy link

codecov bot commented Nov 13, 2018

Codecov Report

Merging #33501 into stable10 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             stable10   #33501   +/-   ##
===========================================
  Coverage       62.91%   62.91%           
  Complexity      18891    18891           
===========================================
  Files            1239     1239           
  Lines           74057    74057           
  Branches         1288     1288           
===========================================
  Hits            46591    46591           
  Misses          27084    27084           
  Partials          382      382
Flag Coverage Δ Complexity Δ
#javascript 53.19% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 63.96% <ø> (ø) 18891 <ø> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a3e9554...d7bf2f2. Read the comment docs.

Copy link
Contributor

@phil-davis phil-davis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now - let's see what CI says

@individual-it individual-it merged commit eb3b389 into stable10 Nov 13, 2018
@individual-it individual-it deleted the stable10-merge-then-steps-into-one-step branch November 13, 2018 15:34
@PVince81 PVince81 modified the milestones: development, QA Jan 11, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jan 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants