X Tutup
Skip to content

[stable10] Throw exception in stream_read() if attempting to read the same node multiple times#34558

Merged
PVince81 merged 1 commit intostable10from
stable10-assemblystream-infinite-loop
Feb 20, 2019
Merged

[stable10] Throw exception in stream_read() if attempting to read the same node multiple times#34558
PVince81 merged 1 commit intostable10from
stable10-assemblystream-infinite-loop

Conversation

@PVince81
Copy link
Contributor

Backport of #34489 to stable10

…multiple times

Removed extra log information, doesn't work as expected

Fix comments

Add missing declaration for use Sabre\DAV\Exception\BadRequest;
@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

Merging #34558 into stable10 will decrease coverage by <.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@              Coverage Diff               @@
##             stable10   #34558      +/-   ##
==============================================
- Coverage       63.93%   63.92%   -0.01%     
- Complexity      19146    19153       +7     
==============================================
  Files            1269     1269              
  Lines           75553    75566      +13     
  Branches         1293     1293              
==============================================
+ Hits            48302    48309       +7     
- Misses          26870    26876       +6     
  Partials          381      381
Flag Coverage Δ Complexity Δ
#javascript 53.29% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.06% <66.66%> (-0.01%) 19153 <0> (+7)
Impacted Files Coverage Δ Complexity Δ
apps/dav/lib/Upload/AssemblyStream.php 75.28% <66.66%> (-0.63%) 34 <0> (+3)
...pps/dav/lib/SystemTag/SystemTagsByIdCollection.php 81.03% <0%> (-5.25%) 25% <0%> (+4%)

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 b707221...351a506. Read the comment docs.

2 similar comments
@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

Merging #34558 into stable10 will decrease coverage by <.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@              Coverage Diff               @@
##             stable10   #34558      +/-   ##
==============================================
- Coverage       63.93%   63.92%   -0.01%     
- Complexity      19146    19153       +7     
==============================================
  Files            1269     1269              
  Lines           75553    75566      +13     
  Branches         1293     1293              
==============================================
+ Hits            48302    48309       +7     
- Misses          26870    26876       +6     
  Partials          381      381
Flag Coverage Δ Complexity Δ
#javascript 53.29% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.06% <66.66%> (-0.01%) 19153 <0> (+7)
Impacted Files Coverage Δ Complexity Δ
apps/dav/lib/Upload/AssemblyStream.php 75.28% <66.66%> (-0.63%) 34 <0> (+3)
...pps/dav/lib/SystemTag/SystemTagsByIdCollection.php 81.03% <0%> (-5.25%) 25% <0%> (+4%)

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 b707221...351a506. Read the comment docs.

@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

Merging #34558 into stable10 will decrease coverage by <.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@              Coverage Diff               @@
##             stable10   #34558      +/-   ##
==============================================
- Coverage       63.93%   63.92%   -0.01%     
- Complexity      19146    19153       +7     
==============================================
  Files            1269     1269              
  Lines           75553    75566      +13     
  Branches         1293     1293              
==============================================
+ Hits            48302    48309       +7     
- Misses          26870    26876       +6     
  Partials          381      381
Flag Coverage Δ Complexity Δ
#javascript 53.29% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.06% <66.66%> (-0.01%) 19153 <0> (+7)
Impacted Files Coverage Δ Complexity Δ
apps/dav/lib/Upload/AssemblyStream.php 75.28% <66.66%> (-0.63%) 34 <0> (+3)
...pps/dav/lib/SystemTag/SystemTagsByIdCollection.php 81.03% <0%> (-5.25%) 25% <0%> (+4%)

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 b707221...351a506. Read the comment docs.

@PVince81 PVince81 merged commit ed17412 into stable10 Feb 20, 2019
@delete-merged-branch delete-merged-branch bot deleted the stable10-assemblystream-infinite-loop branch February 20, 2019 10:37
@PVince81 PVince81 modified the milestones: development, QA Apr 12, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 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.

3 participants

X Tutup