Skip to content

[Stable-10] Test for speeding up CI#35586

Merged
phil-davis merged 1 commit into
owncloud:stable10from
bhawanaprasain:stable10-speedupCI
Jun 19, 2019
Merged

[Stable-10] Test for speeding up CI#35586
phil-davis merged 1 commit into
owncloud:stable10from
bhawanaprasain:stable10-speedupCI

Conversation

@bhawanaprasain

Copy link
Copy Markdown
Contributor

Backport on #35434

Description

These tests help to speedup CI by sending requests in loops rather than in scenario outline.

Motivation and Context

Sending HTTP requests to endpoints using scenario outline takes considerable time .If we send these requests in loops time required to get status code minimizes.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

@bhawanaprasain

Copy link
Copy Markdown
Contributor Author

@dpakach @skshetry @paurakhsharma please review on my PR.

Comment thread tests/acceptance/features/bootstrap/Auth.php
@codecov

codecov Bot commented Jun 19, 2019

Copy link
Copy Markdown

Codecov Report

Merging #35586 into stable10 will increase coverage by 0.7%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             stable10   #35586     +/-   ##
=============================================
+ Coverage       64.11%   64.81%   +0.7%     
  Complexity      20205    20205             
=============================================
  Files            1294     1294             
  Lines           77209    77253     +44     
  Branches         1301     1301             
=============================================
+ Hits            49501    50070    +569     
+ Misses          27323    26798    -525     
  Partials          385      385
Flag Coverage Δ Complexity Δ
#javascript 53.85% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.96% <ø> (+0.77%) 20205 <ø> (ø) ⬇️
Impacted Files Coverage Δ Complexity Δ
lib/private/Files/Cache/HomePropagator.php 88.88% <0%> (-11.12%) 3% <0%> (ø)
apps/files/lib/Command/Scan.php 71.91% <0%> (-9.17%) 74% <0%> (ø)
lib/private/Repair/SqliteAutoincrement.php 85.18% <0%> (-3.28%) 9% <0%> (ø)
lib/private/DB/AdapterSqlite.php 83.33% <0%> (-2.88%) 7% <0%> (ø)
apps/dav/lib/CalDAV/CalDavBackend.php 80.65% <0%> (+0.13%) 179% <0%> (ø) ⬇️
apps/dav/lib/CardDAV/CardDavBackend.php 83.29% <0%> (+0.23%) 86% <0%> (ø) ⬇️
lib/private/Share/Share.php 71.61% <0%> (+0.27%) 507% <0%> (ø) ⬇️
lib/private/Files/View.php 86.14% <0%> (+0.3%) 399% <0%> (ø) ⬇️
apps/dav/lib/Connector/Sabre/File.php 84.19% <0%> (+0.64%) 115% <0%> (ø) ⬇️
lib/private/legacy/db.php 71.79% <0%> (+1.28%) 33% <0%> (ø) ⬇️
... and 37 more

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 1402c20...a88e2a1. Read the comment docs.

@codecov

codecov Bot commented Jun 19, 2019

Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##             stable10   #35586   +/-   ##
===========================================
  Coverage       64.81%   64.81%           
  Complexity      20205    20205           
===========================================
  Files            1294     1294           
  Lines           77253    77253           
  Branches         1301     1301           
===========================================
  Hits            50070    50070           
  Misses          26798    26798           
  Partials          385      385
Flag Coverage Δ Complexity Δ
#javascript 53.85% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.96% <ø> (ø) 20205 <ø> (ø) ⬇️

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 1402c20...a88e2a1. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants