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

Release 1.19.0 Tech Preview #3377

Closed
22 tasks done
pascalwengerter opened this issue Mar 23, 2022 · 8 comments
Closed
22 tasks done

Release 1.19.0 Tech Preview #3377

pascalwengerter opened this issue Mar 23, 2022 · 8 comments

Comments

@pascalwengerter
Copy link
Contributor

pascalwengerter commented Mar 23, 2022

Tasks

@wkloucek wkloucek pinned this issue Mar 24, 2022
@micbar
Copy link
Contributor

micbar commented Mar 29, 2022

Changes in 1.19.0

Summary

  • Bugfix - Network configuration in individiual_services example: #3238
  • Bugfix - Improve gif thumbnails: #3305
  • Bugfix - Fix error handling in GraphAPI GetUsers call: #3357
  • Bugfix - Fix request validation on GraphAPI User updates: #3167
  • Bugfix - Replace public mountpoint fileid with grant fileid: #3349
  • Change - Add remote item to mountpoint and fix spaceID: #3365
  • Change - Switch NATS backend: #3192
  • Change - Drop json config file support: #3366
  • Change - Settings service now stores its data via metadata service: #3232
  • Enhancement - Audit logger will now log file events: #3332
  • Enhancement - Add password reset link to login page: #3329
  • Enhancement - Log sharing events in audit service: #3301
  • Enhancement - Add space aliases: #3283
  • Enhancement - Include etags in drives listing: #3267
  • Enhancement - Improve thumbnails API: #3272
  • Enhancement - Update reva to v2.1.0: #3330
  • Enhancement - Update ownCloud Web to v5.3.0: #6561

Details

@wkloucek
Copy link
Contributor

wkloucek commented Mar 29, 2022

Smoke test with oCIS Hello

  • Docker-Compose Setup
  • Login as Einstein
    • Navigate to Hello Extension (via app drawer)
    • Type "foo" and submit -> receive "Hello foo" (submit button does not work, hitting enter does work)
    • Navigate to settings and make sure there are no Hello configuration options
  • Login as Admin
    • Navigate to Hello Extension (via app drawer)
    • Type "bar" and submit -> receive "Hello bar"
    • Navigate to settings
    • Navigate to Hello Extension (via app drawer)
    • Type "bar" and submit -> receive "Bonjour bar" (still Hello bar, the hello backend logs: ReadValueByUniqueIdentifiers not implemented)
  • Login as Einstein
    • Navigate to Hello Extension (via app drawer)
    • Type "foo" and submit -> receive "Bonjour foo" (same as for admin)

Findings

@wkloucek
Copy link
Contributor

wkloucek commented Mar 29, 2022

Compatibility test from v1.18.0 to v1.19.0-rc1

Create these with the original oCIS version and see if still the same after upgrading:

  • shares
    • public share
    • share with user as role editor
    • share with user as role viewer
  • settings
    • language settings
  • files
    • uploaded folder & files
    • trashed files
  • users (both users lost their role, after manual re-assignment of the roles, non demo users worked again)
    • non demo user with role admin
    • non demo user with role user

additional issues:

@wkloucek
Copy link
Contributor

wkloucek commented Mar 29, 2022

Smoke test with oCIS WOPI server wkloucek/cs3-wopi-server

  • Docker-Compose Setup Docker-Compose Setup
  • Login as Einstein
    • Go to all files -> Click "Create new file" -> You have multiple proposed office formats Not yet implemented
    • Upload an .odt file Create a new "odt" office file
      • file opens open file in Collabora
      • add some text, save the file and close the editor / tab
      • reopen the newly created file
      • the previously added text is still there
    • Upload an .md file Create a new "md" file
      • file opens open file in CodiMD
      • add some text, save the file and close the editor / tab
      • reopen the newly created file
      • the previously added text is still there
    • Upload an .docx file Create a new "docx" file
      • file opens open file in OnlyOffice
      • add some text, save the file and close the editor / tab
      • reopen the newly created file
      • the previously added text is still there
      • copy the URL of the open file view in OnlyOffice
      • open the URL in a new incognito tab (with no session)
      • be redirected to the login screen and then login in as Einstein
      • see the file opened in the original view, where you copied the URL from
    • default actions
      • left-click on the .odt file
      • the .odt file is opened in Collabora
      • left-click on the .docx file
      • the .docx file is opened in OnlyOffice
      • left-click on the .md file
      • the .md file is opened in CodiMD
      • upload a .jpg file
      • left-click on the .jpg file
      • the .jpg file is opened in the MediaViewer
    • public links
      • Create a new folder "documents"
      • Upload Create a new "collaborative.odt" office file in the folder
      • Upload Create a new "collaborative.docx" office file in the folder
      • Upload Create a new "collaborative.md" file in the folder
      • share the folder "documents" with a public link (viewer role, no password, no expiration)
        • open the public link in an incognito tab
        • open the .odt file in Collabora
        • The .odt file is opened in Collabora in view only mode
        • open the .docx file in OnlyOffice
        • The .docx file is opened in OnlyOffice in view only mode
        • open the .md file in CodiMD
        • The .md file is opened in CodiMD in view only mode
        • copy the URL of the open file view in CodiMD
        • close the incognito window (clear session)
        • open the URL in a new incognito window
        • The .md file is opened in CodiMD in view only mode
      • share the folder "documents" with a public link (editor role, no password, no expiration)
        • open the public link in an incognito tab
        • open the .odt file in Collabora
        • The .odt file is opened in Collabora in edit mode and edits can be saved
        • open the .docx file in OnlyOffice
        • The .docx file is opened in OnlyOffice in edit mode and edits can be saved
        • open the .md file in CodiMD
        • The .md file is opened in CodiMD in edit mode and edits can be saved
        • copy the URL of the open file view in CodiMD
        • close the incognito window (clear session)
        • open the URL in a new incognito window
        • The .md file is opened in CodiMD in edit mode and edits can be saved
      • share the folder "documents" with a public link (editor role, with password, no expiration)
        • open the public link in an incognito tab
        • enter public share password
        • open the .odt file in Collabora
        • The .odt file is opened in Collabora in edit mode
        • The .odt file is opened in Collabora in edit mode and edits can be saved
        • open the .md file in CodiMD
        • The .md file is opened in CodiMD in edit mode
        • ~The .md file is opened in CodiMD in edit mode and edits can be saved ~
        • open the .docx file in OnlyOffice
        • The .docx file is opened in OnlyOffice in edit mode
        • The .docx file is opened in OnlyOffice in edit mode and edits can be saved
        • copy the URL of the open file view in OnlyOffice
        • close the incognito window (clear session)
        • open the URL in a new incognito window
        • enter public share password
        • The .docx file is opened in OnlyOffice in edit mode and edits can be saved
    • Create a new folder "documents"
      • Share the folder "documents" with Marie with editor permissions
      • Upload Create a new "collaborative.odt" office file in the folder
      • Upload Create a new "collaborative.docx" office file in the folder
      • Upload Create a new "collaborative.md" file in the folder
      • open "collaborative.odt" with Collabora and edit some text
      • open "collaborative.docx" with OnlyOffice and edit some text
      • open "collaborative.md" with CodiMD and edit some text
  • Login as Marie in a different browser / incognito window
    • accept "documents" share from Einstein
    • navigate to "documents" share and open "collaborative.odt" with Collabora
      • see that Einstein is already editing it and see its cursor and name
      • changes will be shared between both users' editing sessions
    • navigate to "documents" share and open "collaborative.docx" with OnlyOffice
      • see that Einstein is already editing it and see its cursor and name
      • changes will be shared between both users' editing sessions
    • navigate to "documents" share and open "collaborative.md" with CodiMD
      • see that Einstein is already editing it and see its cursor and name
      • changes will be shared between both users' editing sessions

Outcome:

  • public link behavior is not right in the wkloucek/cs3-wopi-server, documents are opened in edit mode on read only public links
  • collaborative editing with OnlyOffice on shares doesn't work with the wkloucek/cs3-wopi-server
  • owncloud/web still does not support bookmarking a opened office document on a public link with password

@ScharfViktor
Copy link
Contributor

ScharfViktor commented Mar 29, 2022

Smoke test. branch v1.19.0-rc1

Case 1: admin share folder(with file) to marie:

Admin:

  • upload big file 10gb
  • upload folder with 803 small images.
  • Check pagination, count items per page. - 100 itmes
  • upload folder(drag folder) "folder_to_share" with file.pdf
  • share folder "folder_to_share" to marie with edit right

Marie:

  • accept "folder_to_share"
  • rename "folder_to_share"
  • upload new file "file.txt" to "folder_to_share" (admin see new file)
  • open pdf file
  • rename file.pdf (use rigth click) (admin see that file changed name)

Admin:

  • add new file.jpeg to "folder_to_share" (marie can see without accepting)
  • move file.pdf to "/" (marie can not see file.pdf)
  • add new "file.txt" create new version. (marie can see new version)

Marie:

  • 🚫 can download both versions (!error 501)
  • restore old version

Admin:

  • change share "folder_to_share" from "edit" to "viewer" (marie cannot rename/move/delete/download file in folder and cannot create new document in the folder)

Marie:

  • decline folder (removed from shares folder/removed folder Shares if user hasn't any accepted share)

Admin:

  • delete folder "folder_to_share" (removed from shared with me)

Case 2: admin share file to marie:

Admin:

  • upload file.jpeg
  • share file.jpeg to marie with rigth viewer (use main menu. find marie by email marie@example.org)

Marie:

  • accept file (marie can open/download/copy file but cannot delete/move/rename)
  • copy file to "/"
  • open file in Mediaviewer
  • download file

Admin:

  • change share "file.jpeg" from "viewer" to "edit"(marie can open/download/copy/rename file)

Marie:

  • rename file (🚫admin don't see)

Admin:

  • unshare "file.jpeg" (marie cannot see "file.jpeg" in Shares/Shared for me but see the copied file)

Case 3: admin create public links to folder

Admin:

  • create folder "for upload"
  • add link with name "to_upload" with role "Uploader" with pass and expiration date
  • open link (can only upload)
    log when you open link:
2022-03-29T13:29:11+02:00 ERR user not found in context pkg=rgrpc service=storage traceid=00000000000000000000000000000000
2022-03-29T13:29:11+02:00 ERR unary code=Internal end="29/Mar/2022:13:29:11 +0200" from=tcp://127.0.0.1:54769 pkg=rgrpc service=storage start="29/Mar/2022:13:29:11 +0200" time_ns=2415125 traceid=00000000000000000000000000000000 uri=/cs3.gateway.v1beta1.GatewayAPI/CreateHome user-agent=grpc-go/1.45.0
2022-03-29T13:29:11+02:00 ERR error calling CreateHome error="rpc error: code = Internal desc = user not found in context" service=proxy
2022-03-29T13:29:21+02:00 ERR unary code=PermissionDenied end="29/Mar/2022:13:29:21 +0200" from=tcp://127.0.0.1:59970 pkg=rgrpc service=storage start="29/Mar/2022:13:29:21 +0200" time_ns=31667 traceid=00000000000000000000000000000000 uri=/cs3.sharing.collaboration.v1beta1.CollaborationAPI/ListReceivedShares user-agent=grpc-go/1.45.0
  • upload file (admin can see new file)
  • refresh page(page is empty)
  • change share "for upload" from "Uploader" to "edit" Bug: Public link. Change role doesn't work web#6429
  • admin add new file to "for upload"
  • refresh link (file exist)
  • admin change pass (refresh link has to type new pass)

Case 4: admin create link to file

Admin:

  • create file png
  • add link with main menu
  • open link(can open, download, see) in the incognito tab
  • change link, add pass
  • refresh page (input pass)
  • admin deletes file, but in public link file exist.
  • delete link
  • refresh page (resource not found)
  • delete file
  • restore
  • delete
  • Empty trash

Case 5: spaces

Admin:

  • [] create new space. (folder ".space" and readmeFile ".space/readme.md" was created)

Remarks:

@ScharfViktor
Copy link
Contributor

K6 results on intel test machine

Overview

Test 1.19.0 1.18.0 1.17.0 1.16.0 1.15.0 1.14.0 1.13.0 1.12.0 1.11.0 1.10.0 1.9.0. 1.8.0 1.7.0
most-used-sizes-upload 03m36.4s 03m32.6s 03m07.4s 03m07.7s 02m57.4s 02m56.8s 02m52.9s 02m51.3s 02m54.7s 02m37.7s 02m38.3s 02m40.1s 02m33.0s
propfind-deep 03m32.2s 03m21.8s 02m50.5s 02m14.0s 02m21.3s 02m25.8s 02m08.8s 02m06.6s 02m06.0s 02m07.2s
propfind-deep-100-files-45-nested-folders 04m34.2s 04m38.7s 04m26.9s
propfind-deep-1000-files-5-nested-folders 03m53.3s 03m53.4s 03m36.3s
propfind-flat-1000-files 01m03.9s 01m00.9s 00m55.9s 00m48.0s 00m45.5s 00m41.9s 00m38.9s 00m40.7s 00m42.2s 00m34.2s 00m33.2s 00m33.0s 00m33.7s
upload-download-delete-many-large 00m31.3s 00m31.0s 00m31.9s 00m31.3s 00m28.5s 00m30.7s 00m34.4s 00m31.4s 00m31.0s 00m28.8s 00m32.6s 00m30.4s 00m35.4s
upload-download-delete-many-small 00m24.6s 00m24.0s 00m23.0s 00m23.7s 00m25.1s 00m21.3s 00m20.4s 00m20.6s 00m21.0s 00m20.6s 00m20.3s 00m21.2s 00m20.6s
download-delete-with-new-user 00m02.2s 00m01.3s 00m01.2s 00m01.1s 00m01.1s 00m00.9s 00m00.9s 00m01.1s 00m01.0s 00m01.0s 00m00.9s 00m00.9s 00m01.0s
propfind-deep-rename 00m38.1s 00m35.9s 00m35.5s 00m29.0s 00m26.9s 00m23.8s 00m18.3s 00m19.7s 00m20.5s 00m20.2s 00m19.6s 00m19.6s 00m19.8s
share-with-new-user 00m32.9s 00m27.9s 00m28.3s 00m25.5s 00m23.6s 00m22.2s 00m19.3s 00m20.3s 00m21.2s 00m21.4s 00m20.9s 00m20.9s 00m20.9s

1.190-rc1

root@oC-performance-test-INTEL ~/cdperf # ./scripts/cdperf --cloud-docker-image=owncloud/ocis:1.19.0-rc1 --cloud-vendor=ocis --k6-test-host=https://localhost:9200 --k6-docker=false
1.19.0-rc1: Pulling from owncloud/ocis
cfab2db72209: Pull complete 
18c9ccab7f26: Pull complete 
dc408a0f2c45: Pull complete 
92741d23b9aa: Pull complete 
103d0ed45d87: Pull complete 
Digest: sha256:f4f19df4dc20b38bf087fadd9f8eb5a89414af3fc1964f397478dae9b9a621a0
Status: Downloaded newer image for owncloud/ocis:1.19.0-rc1
493f69525a440be2eba1bf8f8ff15045821cc96abd93b6569cfb2abbd0f84d41
waiting for 'ocis' on 'https://localhost:9200'
waiting for 'ocis' on 'https://localhost:9200'
waiting for 'ocis' on 'https://localhost:9200'

          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

  execution: local
     script: /root/cdperf/tests/k6/test-issue-github-enterprise-4115-most-used-sizes-upload.js
     output: -

  scenarios: (100.00%) 1 scenario, 3 max VUs, 1h0m30s max duration (incl. graceful stop):
           * default: 3 iterations shared among 3 VUs (maxDuration: 1h0m0s, gracefulStop: 30s)


running (0h03m36.4s), 0/3 VUs, 3 complete and 0 interrupted iterations
default ✓ [======================================] 3 VUs  0h03m36.3s/1h0m0s  3/3 shared iters

     ✓ dav upload status is 201
     ✗ dav download status is 200
      ↳  99% — ✓ 2953 / ✗ 2
     ✗ dav delete status is 204
      ↳  99% — ✓ 2951 / ✗ 4

     checks.......................................: 99.93% ✓ 8859      ✗ 6   
     cloud_default_play_dav_delete_error_rate.....: 1      min=1       max=1 
     cloud_default_play_dav_delete_trend..........: avg=47.03ms  min=12.29ms  med=46.94ms  max=186.57ms p(90)=69.05ms  p(95)=75.2ms  
       { asset:KB100 }............................: avg=65.63ms  min=41.96ms  med=64.38ms  max=96.31ms  p(90)=80.32ms  p(95)=83.86ms 
       { asset:KB200 }............................: avg=65.64ms  min=43.5ms   med=65.19ms  max=178.12ms p(90)=79.36ms  p(95)=81.81ms 
       { asset:KB300 }............................: avg=59.58ms  min=17.66ms  med=56.87ms  max=186.57ms p(90)=73.46ms  p(95)=76.51ms 
       { asset:KB400 }............................: avg=57.27ms  min=17.19ms  med=55.35ms  max=181.15ms p(90)=67.16ms  p(95)=71.24ms 
       { asset:KB500 }............................: avg=52.51ms  min=31.95ms  med=51.51ms  max=78.42ms  p(90)=62.45ms  p(95)=65.4ms  
       { asset:KB600 }............................: avg=47.38ms  min=29.69ms  med=47.33ms  max=75.68ms  p(90)=57.2ms   p(95)=61.74ms 
       { asset:KB700 }............................: avg=41.98ms  min=26.71ms  med=41.31ms  max=63.68ms  p(90)=50.27ms  p(95)=53.46ms 
       { asset:KB800 }............................: avg=36.53ms  min=21.61ms  med=36.04ms  max=58.72ms  p(90)=45.81ms  p(95)=48.73ms 
       { asset:KB900 }............................: avg=30.11ms  min=17.65ms  med=29.66ms  max=50.42ms  p(90)=38.64ms  p(95)=40.95ms 
       { asset:MB1 }..............................: avg=27.17ms  min=19.49ms  med=26.3ms   max=46.99ms  p(90)=34.05ms  p(95)=34.23ms 
       { asset:MB10 }.............................: avg=27.93ms  min=20.33ms  med=28.69ms  max=35.23ms  p(90)=34.99ms  p(95)=35.11ms 
       { asset:MB100 }............................: avg=28.51ms  min=21.16ms  med=30.28ms  max=34.93ms  p(90)=34.26ms  p(95)=34.59ms 
       { asset:MB120 }............................: avg=27.74ms  min=20.18ms  med=28.34ms  max=34.71ms  p(90)=33.43ms  p(95)=34.07ms 
       { asset:MB140 }............................: avg=25.81ms  min=17.83ms  med=23.87ms  max=35.71ms  p(90)=33.34ms  p(95)=34.53ms 
       { asset:MB160 }............................: avg=26.22ms  min=20.13ms  med=23.93ms  max=34.61ms  p(90)=32.47ms  p(95)=33.54ms 
       { asset:MB180 }............................: avg=28.1ms   min=18.93ms  med=29.85ms  max=35.53ms  p(90)=34.39ms  p(95)=34.96ms 
       { asset:MB2 }..............................: avg=26.7ms   min=16.91ms  med=24.95ms  max=49.73ms  p(90)=35.37ms  p(95)=36.98ms 
       { asset:MB20 }.............................: avg=28.43ms  min=18.94ms  med=25.75ms  max=38.69ms  p(90)=37.76ms  p(95)=38.22ms 
       { asset:MB200 }............................: avg=27.95ms  min=19.82ms  med=28.31ms  max=35.71ms  p(90)=34.23ms  p(95)=34.97ms 
       { asset:MB220 }............................: avg=30.03ms  min=21.04ms  med=34.35ms  max=34.7ms   p(90)=34.63ms  p(95)=34.67ms 
       { asset:MB240 }............................: avg=25.79ms  min=19.61ms  med=20.37ms  max=37.4ms   p(90)=34ms     p(95)=35.7ms  
       { asset:MB260 }............................: avg=25.82ms  min=19.59ms  med=21.02ms  max=36.86ms  p(90)=33.7ms   p(95)=35.28ms 
       { asset:MB280 }............................: avg=31.22ms  min=18.98ms  med=36.13ms  max=38.57ms  p(90)=38.08ms  p(95)=38.33ms 
       { asset:MB3 }..............................: avg=27.13ms  min=19.28ms  med=27.38ms  max=40.3ms   p(90)=31.2ms   p(95)=34.94ms 
       { asset:MB30 }.............................: avg=26.5ms   min=18.47ms  med=22.63ms  max=36.89ms  p(90)=36.79ms  p(95)=36.84ms 
       { asset:MB300 }............................: avg=26.87ms  min=19.63ms  med=24.08ms  max=36.9ms   p(90)=34.33ms  p(95)=35.62ms 
       { asset:MB4 }..............................: avg=26.52ms  min=19.78ms  med=26.28ms  max=38.85ms  p(90)=31.25ms  p(95)=33.47ms 
       { asset:MB40 }.............................: avg=27.96ms  min=19.86ms  med=28.69ms  max=37.12ms  p(90)=35.65ms  p(95)=36.38ms 
       { asset:MB5 }..............................: avg=27.25ms  min=18.33ms  med=25.77ms  max=42.4ms   p(90)=32.86ms  p(95)=35.99ms 
       { asset:MB50 }.............................: avg=28.67ms  min=22.1ms   med=27.73ms  max=37.77ms  p(90)=35.29ms  p(95)=36.53ms 
       { asset:MB6 }..............................: avg=26.35ms  min=19.23ms  med=25.9ms   max=38.24ms  p(90)=33.73ms  p(95)=35.64ms 
       { asset:MB60 }.............................: avg=29.91ms  min=20.95ms  med=30.95ms  max=37.51ms  p(90)=35.38ms  p(95)=36.44ms 
       { asset:MB7 }..............................: avg=27.33ms  min=17.91ms  med=27.09ms  max=38.19ms  p(90)=36.25ms  p(95)=37.44ms 
       { asset:MB70 }.............................: avg=27.63ms  min=21.15ms  med=28.87ms  max=35.72ms  p(90)=33.38ms  p(95)=34.55ms 
       { asset:MB8 }..............................: avg=28.67ms  min=12.29ms  med=27.96ms  max=38.8ms   p(90)=38.05ms  p(95)=38.31ms 
       { asset:MB80 }.............................: avg=26.7ms   min=17.31ms  med=26.95ms  max=38.85ms  p(90)=35.97ms  p(95)=37.41ms 
       { asset:MB9 }..............................: avg=29.3ms   min=19.01ms  med=27.04ms  max=40.54ms  p(90)=36.4ms   p(95)=36.73ms 
       { asset:MB90 }.............................: avg=26.05ms  min=17.21ms  med=26.09ms  max=36.77ms  p(90)=33.23ms  p(95)=35ms    
     cloud_default_play_dav_download_error_rate...: 1      min=1       max=1 
     cloud_default_play_dav_download_trend........: avg=28.99ms  min=14.11ms  med=20.17ms  max=720.05ms p(90)=33.67ms  p(95)=40.86ms 
       { asset:KB100 }............................: avg=22.57ms  min=14.95ms  med=19.99ms  max=40.87ms  p(90)=32.22ms  p(95)=33.49ms 
       { asset:KB200 }............................: avg=21.75ms  min=14.11ms  med=19.32ms  max=132.72ms p(90)=31.05ms  p(95)=32.42ms 
       { asset:KB300 }............................: avg=19.89ms  min=15.05ms  med=19.06ms  max=35.46ms  p(90)=23.8ms   p(95)=27.3ms  
       { asset:KB400 }............................: avg=20.48ms  min=15.12ms  med=19.35ms  max=139.97ms p(90)=23.51ms  p(95)=28.14ms 
       { asset:KB500 }............................: avg=19.8ms   min=15.12ms  med=19.31ms  max=35.71ms  p(90)=23.35ms  p(95)=25.23ms 
       { asset:KB600 }............................: avg=19.95ms  min=15.1ms   med=19.02ms  max=35.06ms  p(90)=23.55ms  p(95)=26.32ms 
       { asset:KB700 }............................: avg=20.47ms  min=15.55ms  med=19.58ms  max=37.07ms  p(90)=24.11ms  p(95)=28.65ms 
       { asset:KB800 }............................: avg=20.72ms  min=15.2ms   med=19.78ms  max=35.85ms  p(90)=25.44ms  p(95)=27.81ms 
       { asset:KB900 }............................: avg=21.42ms  min=15.89ms  med=20.31ms  max=38.51ms  p(90)=26.74ms  p(95)=30.25ms 
       { asset:MB1 }..............................: avg=22.9ms   min=18.14ms  med=20.41ms  max=46.52ms  p(90)=28.47ms  p(95)=36.45ms 
       { asset:MB10 }.............................: avg=40.84ms  min=34.85ms  med=37.96ms  max=51.07ms  p(90)=48.32ms  p(95)=49.7ms  
       { asset:MB100 }............................: avg=192.2ms  min=170.59ms med=186.75ms max=219.48ms p(90)=210.81ms p(95)=215.14ms
       { asset:MB120 }............................: avg=235.09ms min=211.81ms med=232.18ms max=261.26ms p(90)=255.45ms p(95)=258.36ms
       { asset:MB140 }............................: avg=354.9ms  min=310.95ms med=346.69ms max=407.06ms p(90)=394.99ms p(95)=401.02ms
       { asset:MB160 }............................: avg=323.32ms min=305.72ms med=309.79ms max=354.45ms p(90)=345.52ms p(95)=349.98ms
       { asset:MB180 }............................: avg=312.67ms min=305.73ms med=306.22ms max=326.05ms p(90)=322.09ms p(95)=324.07ms
       { asset:MB2 }..............................: avg=24.83ms  min=17.42ms  med=22.23ms  max=51.11ms  p(90)=31.68ms  p(95)=37.59ms 
       { asset:MB20 }.............................: avg=61.76ms  min=54.3ms   med=57.8ms   max=82.69ms  p(90)=69.79ms  p(95)=76.24ms 
       { asset:MB200 }............................: avg=340.66ms min=288.26ms med=326.42ms max=407.29ms p(90)=391.12ms p(95)=399.21ms
       { asset:MB220 }............................: avg=393.86ms min=341.14ms med=384.79ms max=455.65ms p(90)=441.48ms p(95)=448.57ms
       { asset:MB240 }............................: avg=413.68ms min=398.57ms med=404.74ms max=437.72ms p(90)=431.13ms p(95)=434.43ms
       { asset:MB260 }............................: avg=661.35ms min=579.74ms med=684.27ms max=720.05ms p(90)=712.89ms p(95)=716.47ms
       { asset:MB280 }............................: avg=512.24ms min=456.71ms med=534ms    max=546.02ms p(90)=543.61ms p(95)=544.81ms
       { asset:MB3 }..............................: avg=26.84ms  min=20.81ms  med=26.29ms  max=40.89ms  p(90)=32.21ms  p(95)=34ms    
       { asset:MB30 }.............................: avg=79.39ms  min=67.35ms  med=76.47ms  max=105.88ms p(90)=90.48ms  p(95)=98.18ms 
       { asset:MB300 }............................: avg=507.09ms min=452.51ms med=510.87ms max=557.89ms p(90)=548.48ms p(95)=553.18ms
       { asset:MB4 }..............................: avg=29.89ms  min=23.83ms  med=27.98ms  max=42.35ms  p(90)=37.84ms  p(95)=39.29ms 
       { asset:MB40 }.............................: avg=95.92ms  min=76.98ms  med=97.73ms  max=109.59ms p(90)=108.71ms p(95)=109.15ms
       { asset:MB5 }..............................: avg=32.05ms  min=23.73ms  med=31.87ms  max=53.79ms  p(90)=37.74ms  p(95)=38ms    
       { asset:MB50 }.............................: avg=112.07ms min=98.31ms  med=110.42ms max=124.68ms p(90)=124.44ms p(95)=124.56ms
       { asset:MB6 }..............................: avg=33.58ms  min=26.75ms  med=33.66ms  max=44.45ms  p(90)=39.89ms  p(95)=41.21ms 
       { asset:MB60 }.............................: avg=135.63ms min=106.74ms med=138.66ms max=146.05ms p(90)=144.66ms p(95)=145.36ms
       { asset:MB7 }..............................: avg=34.61ms  min=28.2ms   med=33.42ms  max=48.83ms  p(90)=40.29ms  p(95)=45.23ms 
       { asset:MB70 }.............................: avg=169.99ms min=143.35ms med=162.99ms max=218.47ms p(90)=191.14ms p(95)=204.81ms
       { asset:MB8 }..............................: avg=37.02ms  min=28.68ms  med=35.79ms  max=51ms     p(90)=46.63ms  p(95)=47.53ms 
       { asset:MB80 }.............................: avg=153.75ms min=138.4ms  med=152.29ms max=177.16ms p(90)=168.43ms p(95)=172.79ms
       { asset:MB9 }..............................: avg=37.56ms  min=31.81ms  med=37.22ms  max=49.61ms  p(90)=42.19ms  p(95)=44.29ms 
       { asset:MB90 }.............................: avg=178.12ms min=153.47ms med=172.95ms max=212.9ms  p(90)=201.71ms p(95)=207.3ms 
     cloud_default_play_dav_upload_trend..........: avg=81.24ms  min=19.32ms  med=56.22ms  max=1.93s    p(90)=103.51ms p(95)=133.02ms
       { asset:KB100 }............................: avg=26.66ms  min=19.32ms  med=25.5ms   max=46.87ms  p(90)=32.97ms  p(95)=37.75ms 
       { asset:KB200 }............................: avg=32.58ms  min=20.82ms  med=32.21ms  max=63.01ms  p(90)=40.51ms  p(95)=43.01ms 
       { asset:KB300 }............................: avg=38.86ms  min=26.53ms  med=38.14ms  max=69.87ms  p(90)=47.63ms  p(95)=49.95ms 
       { asset:KB400 }............................: avg=45.18ms  min=31.5ms   med=45.34ms  max=64.28ms  p(90)=54.1ms   p(95)=56.52ms 
       { asset:KB500 }............................: avg=52.21ms  min=35.54ms  med=51.15ms  max=74.82ms  p(90)=61.36ms  p(95)=65.29ms 
       { asset:KB600 }............................: avg=55.66ms  min=35.37ms  med=55.03ms  max=87.13ms  p(90)=65.33ms  p(95)=69.21ms 
       { asset:KB700 }............................: avg=65.37ms  min=48.61ms  med=64.89ms  max=91.06ms  p(90)=75.62ms  p(95)=79.21ms 
       { asset:KB800 }............................: avg=72.4ms   min=51.34ms  med=71.79ms  max=99.98ms  p(90)=84.33ms  p(95)=89.38ms 
       { asset:KB900 }............................: avg=78.48ms  min=53.35ms  med=78.23ms  max=103.78ms p(90)=91.55ms  p(95)=94.42ms 
       { asset:MB1 }..............................: avg=77.29ms  min=59.57ms  med=75.24ms  max=97.59ms  p(90)=91.1ms   p(95)=93.57ms 
       { asset:MB10 }.............................: avg=123.97ms min=110.38ms med=122.67ms max=143.46ms p(90)=132.99ms p(95)=138.22ms
       { asset:MB100 }............................: avg=642.81ms min=603.33ms med=637.97ms max=689.83ms p(90)=678.91ms p(95)=684.37ms
       { asset:MB120 }............................: avg=785.67ms min=746.13ms med=804.14ms max=806.73ms p(90)=806.21ms p(95)=806.47ms
       { asset:MB140 }............................: avg=917.04ms min=893.31ms med=916.62ms max=941.19ms p(90)=936.28ms p(95)=938.74ms
       { asset:MB160 }............................: avg=997.69ms min=934.78ms med=938.6ms  max=1.11s    p(90)=1.08s    p(95)=1.1s    
       { asset:MB180 }............................: avg=1.12s    min=1.08s    med=1.09s    max=1.19s    p(90)=1.17s    p(95)=1.18s   
       { asset:MB2 }..............................: avg=89.77ms  min=71.87ms  med=89.56ms  max=106.83ms p(90)=103.84ms p(95)=105.31ms
       { asset:MB20 }.............................: avg=181.11ms min=159.36ms med=181.06ms max=209.26ms p(90)=199.76ms p(95)=204.51ms
       { asset:MB200 }............................: avg=1.27s    min=1.17s    med=1.21s    max=1.42s    p(90)=1.38s    p(95)=1.4s    
       { asset:MB220 }............................: avg=1.41s    min=1.32s    med=1.41s    max=1.48s    p(90)=1.47s    p(95)=1.48s   
       { asset:MB240 }............................: avg=1.42s    min=1.29s    med=1.41s    max=1.57s    p(90)=1.54s    p(95)=1.55s   
       { asset:MB260 }............................: avg=1.51s    min=1.36s    med=1.55s    max=1.64s    p(90)=1.62s    p(95)=1.63s   
       { asset:MB280 }............................: avg=1.71s    min=1.61s    med=1.74s    max=1.76s    p(90)=1.76s    p(95)=1.76s   
       { asset:MB3 }..............................: avg=90.72ms  min=64.21ms  med=91.68ms  max=109.32ms p(90)=103.1ms  p(95)=107.49ms
       { asset:MB30 }.............................: avg=252.18ms min=228.26ms med=241.38ms max=282.65ms p(90)=280.97ms p(95)=281.81ms
       { asset:MB300 }............................: avg=1.88s    min=1.85s    med=1.86s    max=1.93s    p(90)=1.91s    p(95)=1.92s   
       { asset:MB4 }..............................: avg=98.46ms  min=77.95ms  med=96.69ms  max=116.9ms  p(90)=110.24ms p(95)=113.76ms
       { asset:MB40 }.............................: avg=291.16ms min=275.58ms med=289.61ms max=311.43ms p(90)=301.29ms p(95)=306.36ms
       { asset:MB5 }..............................: avg=111.17ms min=82.17ms  med=105.35ms max=219.42ms p(90)=121.67ms p(95)=177.17ms
       { asset:MB50 }.............................: avg=366.94ms min=339.85ms med=355.43ms max=404.04ms p(90)=394.31ms p(95)=399.18ms
       { asset:MB6 }..............................: avg=116.72ms min=91.16ms  med=106.91ms max=227.05ms p(90)=128.24ms p(95)=203.7ms 
       { asset:MB60 }.............................: avg=406.31ms min=383.66ms med=412.07ms max=439.86ms p(90)=425.46ms p(95)=432.66ms
       { asset:MB7 }..............................: avg=114.81ms min=93.34ms  med=112.66ms max=145.94ms p(90)=131.17ms p(95)=133.23ms
       { asset:MB70 }.............................: avg=467.74ms min=432.34ms med=468.23ms max=509.04ms p(90)=498.7ms  p(95)=503.87ms
       { asset:MB8 }..............................: avg=123.91ms min=102.22ms med=122.9ms  max=150.28ms p(90)=137.77ms p(95)=147.54ms
       { asset:MB80 }.............................: avg=526.09ms min=475.52ms med=525.3ms  max=546.55ms p(90)=543.82ms p(95)=545.18ms
       { asset:MB9 }..............................: avg=130.42ms min=98.83ms  med=130.89ms max=159ms    p(90)=148.96ms p(95)=153.88ms
       { asset:MB90 }.............................: avg=601.05ms min=558.92ms med=605.02ms max=623.45ms p(90)=621.1ms  p(95)=622.27ms
     data_received................................: 15 GB  69 MB/s
     data_sent....................................: 15 GB  69 MB/s
     http_req_blocked.............................: avg=8.48µs   min=1.38µs   med=4.59µs   max=14.05ms  p(90)=5.48µs   p(95)=6.39µs  
     http_req_connecting..........................: avg=51ns     min=0s       med=0s       max=164.97µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=52.42ms  min=12.29ms  med=37.83ms  max=1.93s    p(90)=77.56ms  p(95)=97.73ms 
       { expected_response:true }.................: avg=52.44ms  min=14.11ms  med=37.89ms  max=1.93s    p(90)=77.57ms  p(95)=97.73ms 
     http_req_failed..............................: 0.06%  ✓ 6         ✗ 8859
     http_req_receiving...........................: avg=3.12ms   min=20.01µs  med=79.88µs  max=692.23ms p(90)=1.56ms   p(95)=3.85ms  
     http_req_sending.............................: avg=3.58ms   min=10.19µs  med=47.41µs  max=660.05ms p(90)=2.35ms   p(95)=4.56ms  
     http_req_tls_handshaking.....................: avg=3.78µs   min=0s       med=0s       max=13.82ms  p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=45.71ms  min=12.17ms  med=35.44ms  max=1.27s    p(90)=73.78ms  p(95)=86.17ms 
     http_reqs....................................: 8865   40.970746/s
     iteration_duration...........................: avg=3m33s    min=3m31s    med=3m33s    max=3m36s    p(90)=3m35s    p(95)=3m36s   
     iterations...................................: 3      0.013865/s
     vus..........................................: 1      min=1       max=3 
     vus_max......................................: 3      min=3       max=3 


          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

  execution: local
     script: /root/cdperf/tests/k6/test-issue-github-ocis-1018-propfind-deep-100-files-45-nested-folders.js
     output: -

  scenarios: (100.00%) 1 scenario, 3 max VUs, 1h0m30s max duration (incl. graceful stop):
           * default: 3 iterations shared among 3 VUs (maxDuration: 1h0m0s, gracefulStop: 30s)


running (0h04m34.2s), 0/3 VUs, 3 complete and 0 interrupted iterations
default ✓ [======================================] 3 VUs  0h04m34.2s/1h0m0s  3/3 shared iters

     ✗ dav create status is 201
      ↳  98% — ✓ 12996 / ✗ 207
     ✗ dav upload status is 201
      ↳  97% — ✓ 292 / ✗ 8
     ✓ dav propfind status is 207
     ✗ dav delete status is 204
      ↳  97% — ✓ 295 / ✗ 8

     checks.....................................: 98.38% ✓ 13586     ✗ 223  
     cloud_default_play_dav_create_error_rate...: 1      min=1       max=1  
     cloud_default_play_dav_create_trend........: avg=58.08ms min=13.93ms med=57.76ms max=215.11ms p(90)=82.4ms  p(95)=89.55ms 
       { asset:KB1 }............................: avg=58.09ms min=13.93ms med=57.76ms max=215.11ms p(90)=82.4ms  p(95)=89.55ms 
     cloud_default_play_dav_delete_error_rate...: 1      min=1       max=1  
     cloud_default_play_dav_delete_trend........: avg=77.03ms min=13.48ms med=75.17ms max=203.01ms p(90)=95.37ms p(95)=104.28ms
       { asset:KB1 }............................: avg=77.5ms  min=13.48ms med=75.26ms max=203.01ms p(90)=95.56ms p(95)=104.53ms
     cloud_default_play_dav_propfind_trend......: avg=55.73ms min=45.31ms med=56.04ms max=65.84ms  p(90)=63.88ms p(95)=64.86ms 
     cloud_default_play_dav_upload_error_rate...: 1      min=1       max=1  
     cloud_default_play_dav_upload_trend........: avg=44.85ms min=14.33ms med=44.64ms max=67.31ms  p(90)=55.51ms p(95)=58.13ms 
       { asset:KB1 }............................: avg=44.85ms min=14.33ms med=44.64ms max=67.31ms  p(90)=55.51ms p(95)=58.13ms 
     data_received..............................: 5.6 MB 20 kB/s
     data_sent..................................: 6.3 MB 23 kB/s
     http_req_blocked...........................: avg=6.62µs  min=1.42µs  med=4.78µs  max=8.4ms    p(90)=5.54µs  p(95)=6.06µs  
     http_req_connecting........................: avg=39ns    min=0s      med=0s      max=193.5µs  p(90)=0s      p(95)=0s      
     http_req_duration..........................: avg=58.21ms min=13.48ms med=57.78ms max=215.11ms p(90)=82.54ms p(95)=89.76ms 
       { expected_response:true }...............: avg=58.85ms min=21.13ms med=58.27ms max=215.11ms p(90)=82.77ms p(95)=89.87ms 
     http_req_failed............................: 1.61%  ✓ 223       ✗ 13586
     http_req_receiving.........................: avg=71.22µs min=21.31µs med=70.76µs max=946.41µs p(90)=84.47µs p(95)=90.06µs 
     http_req_sending...........................: avg=38.36µs min=10.07µs med=37.35µs max=1.07ms   p(90)=45.9µs  p(95)=55.04µs 
     http_req_tls_handshaking...................: avg=1.7µs   min=0s      med=0s      max=8.09ms   p(90)=0s      p(95)=0s      
     http_req_waiting...........................: avg=58.1ms  min=13.33ms med=57.67ms max=215ms    p(90)=82.42ms p(95)=89.65ms 
     http_reqs..................................: 13809  50.360892/s
     iteration_duration.........................: avg=4m32s   min=4m30s   med=4m32s   max=4m34s    p(90)=4m33s   p(95)=4m34s   
     iterations.................................: 3      0.010941/s
     vus........................................: 1      min=1       max=3  
     vus_max....................................: 3      min=3       max=3  


          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

  execution: local
     script: /root/cdperf/tests/k6/test-issue-github-ocis-1018-propfind-deep-1000-files-5-nested-folders.js
     output: -

  scenarios: (100.00%) 1 scenario, 3 max VUs, 1h0m30s max duration (incl. graceful stop):
           * default: 3 iterations shared among 3 VUs (maxDuration: 1h0m0s, gracefulStop: 30s)


running (0h03m53.3s), 0/3 VUs, 3 complete and 0 interrupted iterations
default ✓ [======================================] 3 VUs  0h03m53.2s/1h0m0s  3/3 shared iters

     ✗ dav create status is 201
      ↳  99% — ✓ 11979 / ✗ 24
     ✗ dav upload status is 201
      ↳  99% — ✓ 2987 / ✗ 13
     ✓ dav propfind status is 207
     ✗ dav delete status is 204
      ↳  99% — ✓ 2987 / ✗ 16

     checks.....................................: 99.70% ✓ 17956     ✗ 53   
     cloud_default_play_dav_create_error_rate...: 1      min=1       max=1  
     cloud_default_play_dav_create_trend........: avg=37.14ms  min=14.97ms  med=36.15ms  max=177.19ms p(90)=47.81ms  p(95)=51.45ms
       { asset:KB1 }............................: avg=37.14ms  min=14.97ms  med=36.15ms  max=177.19ms p(90)=47.81ms  p(95)=51.45ms
     cloud_default_play_dav_delete_error_rate...: 1      min=1       max=1  
     cloud_default_play_dav_delete_trend........: avg=44.64ms  min=15.65ms  med=43.9ms   max=153.93ms p(90)=52.27ms  p(95)=56.99ms
       { asset:KB1 }............................: avg=44.66ms  min=15.65ms  med=43.9ms   max=153.93ms p(90)=52.29ms  p(95)=56.99ms
     cloud_default_play_dav_propfind_trend......: avg=197.38ms min=181.96ms med=204.95ms max=205.22ms p(90)=205.17ms p(95)=205.2ms
     cloud_default_play_dav_upload_error_rate...: 1      min=1       max=1  
     cloud_default_play_dav_upload_trend........: avg=33.68ms  min=15.36ms  med=32.93ms  max=151.43ms p(90)=43.92ms  p(95)=47.49ms
       { asset:KB1 }............................: avg=33.68ms  min=15.36ms  med=32.93ms  max=151.43ms p(90)=43.92ms  p(95)=47.49ms
     data_received..............................: 9.6 MB 41 kB/s
     data_sent..................................: 7.3 MB 31 kB/s
     http_req_blocked...........................: avg=6.4µs    min=1.36µs   med=4.74µs   max=12.96ms  p(90)=5.45µs   p(95)=6.05µs 
     http_req_connecting........................: avg=32ns     min=0s       med=0s       max=226.15µs p(90)=0s       p(95)=0s     
     http_req_duration..........................: avg=37.84ms  min=14.97ms  med=37.4ms   max=205.22ms p(90)=48.52ms  p(95)=52.15ms
       { expected_response:true }...............: avg=37.9ms   min=18.84ms  med=37.42ms  max=205.22ms p(90)=48.55ms  p(95)=52.16ms
     http_req_failed............................: 0.29%  ✓ 53        ✗ 17956
     http_req_receiving.........................: avg=70.96µs  min=21.76µs  med=70.56µs  max=4.53ms   p(90)=82.84µs  p(95)=88.5µs 
     http_req_sending...........................: avg=36.11µs  min=7.77µs   med=33.52µs  max=496.28µs p(90)=48.82µs  p(95)=52.31µs
     http_req_tls_handshaking...................: avg=1.58µs   min=0s       med=0s       max=12.62ms  p(90)=0s       p(95)=0s     
     http_req_waiting...........................: avg=37.74ms  min=14.84ms  med=37.29ms  max=201.45ms p(90)=48.41ms  p(95)=52.06ms
     http_reqs..................................: 18009  77.200082/s
     iteration_duration.........................: avg=3m52s    min=3m52s    med=3m53s    max=3m53s    p(90)=3m53s    p(95)=3m53s  
     iterations.................................: 3      0.01286/s
     vus........................................: 2      min=2       max=3  
     vus_max....................................: 3      min=3       max=3  


          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

  execution: local
     script: /root/cdperf/tests/k6/test-issue-github-ocis-1018-propfind-flat-1000-files.js
     output: -

  scenarios: (100.00%) 1 scenario, 3 max VUs, 1h0m30s max duration (incl. graceful stop):
           * default: 3 iterations shared among 3 VUs (maxDuration: 1h0m0s, gracefulStop: 30s)


running (0h01m03.9s), 0/3 VUs, 3 complete and 0 interrupted iterations
default ✓ [======================================] 3 VUs  0h01m03.8s/1h0m0s  3/3 shared iters

     ✓ dav create status is 201
     ✗ dav upload status is 201
      ↳  99% — ✓ 2997 / ✗ 3
     ✓ dav propfind status is 207
     ✗ dav delete status is 204
      ↳  99% — ✓ 3002 / ✗ 1

     checks.....................................: 99.93% ✓ 6005      ✗ 4   
     cloud_default_play_dav_create_trend........: avg=37.43ms  min=33.44ms  med=37.97ms  max=40.87ms  p(90)=40.29ms  p(95)=40.58ms 
     cloud_default_play_dav_delete_error_rate...: 1      min=1       max=1 
     cloud_default_play_dav_delete_trend........: avg=30.45ms  min=13.32ms  med=29.86ms  max=140.33ms p(90)=39.77ms  p(95)=42.48ms 
       { asset:KB1 }............................: avg=30.46ms  min=13.32ms  med=29.87ms  max=140.33ms p(90)=39.78ms  p(95)=42.48ms 
     cloud_default_play_dav_propfind_trend......: avg=227.65ms min=222.18ms med=222.21ms max=238.55ms p(90)=235.28ms p(95)=236.92ms
     cloud_default_play_dav_upload_error_rate...: 1      min=1       max=1 
     cloud_default_play_dav_upload_trend........: avg=31.04ms  min=17.76ms  med=30.2ms   max=138.2ms  p(90)=40.75ms  p(95)=43.62ms 
       { asset:KB1 }............................: avg=31.04ms  min=17.76ms  med=30.2ms   max=138.2ms  p(90)=40.75ms  p(95)=43.62ms 
     data_received..............................: 5.8 MB 90 kB/s
     data_sent..................................: 4.6 MB 72 kB/s
     http_req_blocked...........................: avg=9.79µs   min=1.37µs   med=4.72µs   max=13.81ms  p(90)=5.3µs    p(95)=5.86µs  
     http_req_connecting........................: avg=92ns     min=0s       med=0s       max=221.09µs p(90)=0s       p(95)=0s      
     http_req_duration..........................: avg=30.85ms  min=13.32ms  med=30.05ms  max=238.55ms p(90)=40.38ms  p(95)=43.22ms 
       { expected_response:true }...............: avg=30.85ms  min=15.32ms  med=30.06ms  max=238.55ms p(90)=40.38ms  p(95)=43.23ms 
     http_req_failed............................: 0.06%  ✓ 4         ✗ 6005
     http_req_receiving.........................: avg=72.96µs  min=22.98µs  med=71.33µs  max=5.28ms   p(90)=82.08µs  p(95)=88.34µs 
     http_req_sending...........................: avg=41.72µs  min=13.04µs  med=40.34µs  max=441.96µs p(90)=50.63µs  p(95)=55.35µs 
     http_req_tls_handshaking...................: avg=4.89µs   min=0s       med=0s       max=13.53ms  p(90)=0s       p(95)=0s      
     http_req_waiting...........................: avg=30.73ms  min=13.18ms  med=29.94ms  max=233.25ms p(90)=40.26ms  p(95)=43.11ms 
     http_reqs..................................: 6009   94.077189/s
     iteration_duration.........................: avg=1m3s     min=1m3s     med=1m3s     max=1m3s     p(90)=1m3s     p(95)=1m3s    
     iterations.................................: 3      0.046968/s
     vus........................................: 3      min=3       max=3 
     vus_max....................................: 3      min=3       max=3 


          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

  execution: local
     script: /root/cdperf/tests/k6/test-issue-github-ocis-1018-upload-download-delete-many-large.js
     output: -

  scenarios: (100.00%) 1 scenario, 3 max VUs, 1h0m30s max duration (incl. graceful stop):
           * default: 3 iterations shared among 3 VUs (maxDuration: 1h0m0s, gracefulStop: 30s)


running (0h00m31.3s), 0/3 VUs, 3 complete and 0 interrupted iterations
default ✓ [======================================] 3 VUs  0h00m31.3s/1h0m0s  3/3 shared iters

     ✗ dav upload status is 201
      ↳  94% — ✓ 17 / ✗ 1
     ✗ dav download status is 200
      ↳  94% — ✓ 17 / ✗ 1
     ✗ dav delete status is 204
      ↳  94% — ✓ 17 / ✗ 1

     checks.......................................: 94.44% ✓ 51       ✗ 3  
     cloud_default_play_dav_delete_error_rate.....: 1      min=1      max=1
     cloud_default_play_dav_delete_trend..........: avg=26.78ms  min=15.07ms  med=30.31ms  max=38.16ms  p(90)=34.46ms  p(95)=35.67ms 
       { asset:GB1 }..............................: avg=28.23ms  min=17.83ms  med=28.7ms   max=38.16ms  p(90)=36.27ms  p(95)=37.22ms 
       { asset:KB50 }.............................: avg=23.49ms  min=15.07ms  med=22.06ms  max=33.33ms  p(90)=31.08ms  p(95)=32.2ms  
       { asset:KB500 }............................: avg=27.2ms   min=17.8ms   med=29.67ms  max=34.14ms  p(90)=33.24ms  p(95)=33.69ms 
       { asset:MB5 }..............................: avg=26.16ms  min=15.57ms  med=31.31ms  max=31.61ms  p(90)=31.55ms  p(95)=31.58ms 
       { asset:MB50 }.............................: avg=27.84ms  min=19.14ms  med=30.94ms  max=33.44ms  p(90)=32.94ms  p(95)=33.19ms 
       { asset:MB500 }............................: avg=27.73ms  min=15.96ms  med=32.02ms  max=35.22ms  p(90)=34.58ms  p(95)=34.9ms  
     cloud_default_play_dav_download_error_rate...: 1      min=1      max=1
     cloud_default_play_dav_download_trend........: avg=533.42ms min=14.13ms  med=51.63ms  max=3.37s    p(90)=1.5s     p(95)=2.41s   
       { asset:GB1 }..............................: avg=1.87s    min=14.13ms  med=2.24s    max=3.37s    p(90)=3.14s    p(95)=3.25s   
       { asset:KB50 }.............................: avg=33.49ms  min=30.09ms  med=33.33ms  max=37.06ms  p(90)=36.32ms  p(95)=36.69ms 
       { asset:KB500 }............................: avg=30.34ms  min=20.57ms  med=33.95ms  max=36.5ms   p(90)=35.99ms  p(95)=36.25ms 
       { asset:MB5 }..............................: avg=47.45ms  min=39.1ms   med=46.31ms  max=56.95ms  p(90)=54.82ms  p(95)=55.89ms 
       { asset:MB50 }.............................: avg=139.94ms min=120.83ms med=143.11ms max=155.86ms p(90)=153.31ms p(95)=154.59ms
       { asset:MB500 }............................: avg=1.07s    min=939.32ms med=1.08s    max=1.19s    p(90)=1.17s    p(95)=1.18s   
     cloud_default_play_dav_upload_error_rate.....: 1      min=1      max=1
     cloud_default_play_dav_upload_trend..........: avg=1.17s    min=202.51µs med=64.96ms  max=5.73s    p(90)=3.84s    p(95)=5.56s   
       { asset:GB1 }..............................: avg=3.75s    min=202.51µs med=5.53s    max=5.73s    p(90)=5.69s    p(95)=5.71s   
       { asset:KB50 }.............................: avg=38.5ms   min=33.88ms  med=38.92ms  max=42.7ms   p(90)=41.94ms  p(95)=42.32ms 
       { asset:KB500 }............................: avg=37.48ms  min=36.67ms  med=36.71ms  max=39.07ms  p(90)=38.6ms   p(95)=38.83ms 
       { asset:MB5 }..............................: avg=61.99ms  min=56.05ms  med=57.8ms   max=72.12ms  p(90)=69.26ms  p(95)=70.69ms 
       { asset:MB50 }.............................: avg=323.97ms min=309.83ms med=314.58ms max=347.51ms p(90)=340.92ms p(95)=344.21ms
       { asset:MB500 }............................: avg=2.85s    min=2.62s    med=2.8s     max=3.11s    p(90)=3.05s    p(95)=3.08s   
     data_received................................: 3.9 GB 125 MB/s
     data_sent....................................: 3.9 GB 125 MB/s
     http_req_blocked.............................: avg=1.11ms   min=2.4µs    med=4.9µs    max=25.21ms  p(90)=14.98µs  p(95)=9.23ms  
     http_req_connecting..........................: avg=17.85µs  min=0s       med=0s       max=282.8µs  p(90)=0s       p(95)=200.77µs
     http_req_duration............................: avg=579.51ms min=202.51µs med=36.89ms  max=5.73s    p(90)=2.51s    p(95)=3.2s    
       { expected_response:true }.................: avg=612.96ms min=15.07ms  med=38.16ms  max=5.73s    p(90)=2.62s    p(95)=3.24s   
     http_req_failed..............................: 5.55%  ✓ 3        ✗ 51 
     http_req_receiving...........................: avg=167.97ms min=49.82µs  med=116.54µs max=3.32s    p(90)=123.13ms p(95)=1.09s   
     http_req_sending.............................: avg=133.63ms min=0s       med=59.66µs  max=2.07s    p(90)=117.59ms p(95)=1.02s   
     http_req_tls_handshaking.....................: avg=1.06ms   min=0s       med=0s       max=24.58ms  p(90)=0s       p(95)=8.81ms  
     http_req_waiting.............................: avg=277.9ms  min=0s       med=33.41ms  max=3.66s    p(90)=223.92ms p(95)=1.89s   
     http_reqs....................................: 54     1.724529/s
     iteration_duration...........................: avg=26.3s    min=23.47s   med=24.15s   max=31.28s   p(90)=29.85s   p(95)=30.57s  
     iterations...................................: 3      0.095807/s
     vus..........................................: 1      min=1      max=3
     vus_max......................................: 3      min=3      max=3


          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

  execution: local
     script: /root/cdperf/tests/k6/test-issue-github-ocis-1018-upload-download-delete-many-small.js
     output: -

  scenarios: (100.00%) 1 scenario, 3 max VUs, 1h0m30s max duration (incl. graceful stop):
           * default: 3 iterations shared among 3 VUs (maxDuration: 1h0m0s, gracefulStop: 30s)


running (0h00m24.6s), 0/3 VUs, 3 complete and 0 interrupted iterations
default ✓ [======================================] 3 VUs  0h00m24.6s/1h0m0s  3/3 shared iters

     ✓ dav upload status is 201
     ✓ dav download status is 200
     ✗ dav delete status is 204
      ↳  99% — ✓ 479 / ✗ 1

     checks.....................................: 99.93% ✓ 1439      ✗ 1   
     cloud_default_play_dav_delete_error_rate...: 1      min=1       max=1 
     cloud_default_play_dav_delete_trend........: avg=24.66ms  min=15.18ms  med=23.07ms  max=138.87ms p(90)=30.81ms  p(95)=33.58ms 
       { asset:KB500 }..........................: avg=24.84ms  min=15.88ms  med=23.67ms  max=137.85ms p(90)=30.39ms  p(95)=32.54ms 
       { asset:MB25 }...........................: avg=31.09ms  min=15.18ms  med=28.06ms  max=138.87ms p(90)=36.73ms  p(95)=38.4ms  
       { asset:MB5 }............................: avg=23.01ms  min=15.24ms  med=21.13ms  max=131.28ms p(90)=28.59ms  p(95)=31.35ms 
     cloud_default_play_dav_download_trend......: avg=26.76ms  min=14.62ms  med=22.73ms  max=149.51ms p(90)=35.26ms  p(95)=60.19ms 
       { asset:KB500 }..........................: avg=20.8ms   min=14.62ms  med=19.83ms  max=41.35ms  p(90)=24.81ms  p(95)=29.59ms 
       { asset:MB25 }...........................: avg=73.1ms   min=53.62ms  med=69.53ms  max=149.51ms p(90)=82.43ms  p(95)=111.9ms 
       { asset:MB5 }............................: avg=29.42ms  min=22.46ms  med=28.73ms  max=43.62ms  p(90)=34.89ms  p(95)=38.43ms 
     cloud_default_play_dav_upload_trend........: avg=54.9ms   min=21.48ms  med=38.12ms  max=209.64ms p(90)=82.25ms  p(95)=178.13ms
       { asset:KB500 }..........................: avg=33.17ms  min=21.48ms  med=32.61ms  max=52.87ms  p(90)=41.17ms  p(95)=43.07ms 
       { asset:MB25 }...........................: avg=186.79ms min=160.38ms med=187.25ms max=209.64ms p(90)=200.53ms p(95)=206.6ms 
       { asset:MB5 }............................: avg=71.97ms  min=54.32ms  med=71.41ms  max=91.42ms  p(90)=82.42ms  p(95)=85.42ms 
     data_received..............................: 1.7 GB 70 MB/s
     data_sent..................................: 1.7 GB 71 MB/s
     http_req_blocked...........................: avg=18.68µs  min=1.5µs    med=4.68µs   max=7.63ms   p(90)=5.82µs   p(95)=7.57µs  
     http_req_connecting........................: avg=247ns    min=0s       med=0s       max=150.57µs p(90)=0s       p(95)=0s      
     http_req_duration..........................: avg=35.44ms  min=14.62ms  med=27.01ms  max=209.64ms p(90)=68.61ms  p(95)=78.06ms 
       { expected_response:true }...............: avg=35.45ms  min=14.62ms  med=27.02ms  max=209.64ms p(90)=68.61ms  p(95)=78.08ms 
     http_req_failed............................: 0.06%  ✓ 1         ✗ 1439
     http_req_receiving.........................: avg=2.47ms   min=22.25µs  med=84.87µs  max=73.82ms  p(90)=9.12ms   p(95)=11.88ms 
     http_req_sending...........................: avg=2.73ms   min=14.16µs  med=49.1µs   max=75.59ms  p(90)=7.9ms    p(95)=10.51ms 
     http_req_tls_handshaking...................: avg=13.24µs  min=0s       med=0s       max=7.46ms   p(90)=0s       p(95)=0s      
     http_req_waiting...........................: avg=30.23ms  min=13.97ms  med=23.57ms  max=149.52ms p(90)=55.49ms  p(95)=68.56ms 
     http_reqs..................................: 1440   58.480735/s
     iteration_duration.........................: avg=24.15s   min=23.63s   med=24.23s   max=24.58s   p(90)=24.51s   p(95)=24.55s  
     iterations.................................: 3      0.121835/s
     vus........................................: 2      min=2       max=3 
     vus_max....................................: 3      min=3       max=3 


          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

  execution: local
     script: /root/cdperf/tests/k6/test-issue-github-ocis-1018-upload-download-delete-with-new-user.js
     output: -

  scenarios: (100.00%) 1 scenario, 3 max VUs, 1h0m30s max duration (incl. graceful stop):
           * default: 3 iterations shared among 3 VUs (maxDuration: 1h0m0s, gracefulStop: 30s)


running (0h00m02.2s), 0/3 VUs, 3 complete and 0 interrupted iterations
default ✓ [======================================] 3 VUs  0h00m02.2s/1h0m0s  3/3 shared iters

     ✓ users create status is 200
     ✓ dav upload status is 201
     ✓ dav download status is 200
     ✓ dav delete status is 204
     ✓ users delete status is 200

     checks..................................: 100.00% ✓ 96        ✗ 0  
     cloud_default_play_dav_delete_trend.....: avg=21.17ms  min=15.87ms med=20.24ms max=32.54ms  p(90)=28.25ms  p(95)=31.89ms 
       { asset:KB1 }.........................: avg=21.17ms  min=15.87ms med=20.24ms max=32.54ms  p(90)=28.25ms  p(95)=31.89ms 
     cloud_default_play_dav_download_trend...: avg=20.28ms  min=16.77ms med=20.13ms max=23.5ms   p(90)=22.96ms  p(95)=23.15ms 
       { asset:KB1 }.........................: avg=20.28ms  min=16.77ms med=20.13ms max=23.5ms   p(90)=22.96ms  p(95)=23.15ms 
     cloud_default_play_dav_upload_trend.....: avg=38.43ms  min=19.75ms med=25.59ms max=166.76ms p(90)=42.15ms  p(95)=162.19ms
       { asset:KB1 }.........................: avg=38.43ms  min=19.75ms med=25.59ms max=166.76ms p(90)=42.15ms  p(95)=162.19ms
     cloud_default_play_users_create_trend...: avg=1.17s    min=1.17s   med=1.17s   max=1.18s    p(90)=1.18s    p(95)=1.18s   
     cloud_default_play_users_delete_trend...: avg=120.19ms min=79.39ms med=109.8ms max=171.36ms p(90)=159.05ms p(95)=165.21ms
     data_received...........................: 94 kB   43 kB/s
     data_sent...............................: 58 kB   26 kB/s
     http_req_blocked........................: avg=260.47µs min=1.76µs  med=4.72µs  max=8.65ms   p(90)=5.76µs   p(95)=12.21µs 
     http_req_connecting.....................: avg=5.3µs    min=0s      med=0s      max=189.26µs p(90)=0s       p(95)=0s      
     http_req_duration.......................: avg=65.55ms  min=15.87ms med=22ms    max=1.18s    p(90)=32.32ms  p(95)=164.27ms
       { expected_response:true }............: avg=65.55ms  min=15.87ms med=22ms    max=1.18s    p(90)=32.32ms  p(95)=164.27ms
     http_req_failed.........................: 0.00%   ✓ 0         ✗ 96 
     http_req_receiving......................: avg=76.86µs  min=25.42µs med=78.11µs max=128.56µs p(90)=101.62µs p(95)=105.51µs
     http_req_sending........................: avg=44.94µs  min=15.92µs med=46.06µs max=156.86µs p(90)=58.99µs  p(95)=61.42µs 
     http_req_tls_handshaking................: avg=246.08µs min=0s      med=0s      max=8.28ms   p(90)=0s       p(95)=0s      
     http_req_waiting........................: avg=65.42ms  min=15.77ms med=21.89ms max=1.18s    p(90)=32.22ms  p(95)=164.16ms
     http_reqs...............................: 96      43.388722/s
     iteration_duration......................: avg=2.13s    min=2.08s   med=2.13s   max=2.18s    p(90)=2.17s    p(95)=2.17s   
     iterations..............................: 3       1.355898/s
     vus.....................................: 3       min=3       max=3
     vus_max.................................: 3       min=3       max=3


          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

  execution: local
     script: /root/cdperf/tests/k6/test-issue-github-ocis-1399-propfind-deep-rename.js
     output: -

  scenarios: (100.00%) 1 scenario, 3 max VUs, 1h0m30s max duration (incl. graceful stop):
           * default: 3 iterations shared among 3 VUs (maxDuration: 1h0m0s, gracefulStop: 30s)


running (0h00m38.1s), 0/3 VUs, 3 complete and 0 interrupted iterations
default ✓ [======================================] 3 VUs  0h00m38.1s/1h0m0s  3/3 shared iters

     ✓ dav create status is 201
     ✓ dav upload status is 201
     ✗ dav move status is 201
      ↳  99% — ✓ 897 / ✗ 3
     ✗ dav propfind status is 207
      ↳  99% — ✓ 896 / ✗ 4
     ✗ dav delete status is 204
      ↳  99% — ✓ 149 / ✗ 1

     checks.......................................: 99.78% ✓ 3742     ✗ 8   
     cloud_default_play_dav_create_trend..........: avg=31.52ms min=21.67ms med=30.38ms max=52.71ms  p(90)=39.29ms  p(95)=43.86ms 
     cloud_default_play_dav_delete_error_rate.....: 1      min=1      max=1 
     cloud_default_play_dav_delete_trend..........: avg=22.29ms min=16.14ms med=21.51ms max=36.95ms  p(90)=27.33ms  p(95)=29.99ms 
     cloud_default_play_dav_move_error_rate.......: 1      min=1      max=1 
     cloud_default_play_dav_move_trend............: avg=41.35ms min=17.3ms  med=40.29ms max=73.27ms  p(90)=50.01ms  p(95)=53.81ms 
     cloud_default_play_dav_propfind_error_rate...: 1      min=1      max=1 
     cloud_default_play_dav_propfind_trend........: avg=20.09ms min=13.09ms med=19.45ms max=45.64ms  p(90)=23.98ms  p(95)=26.08ms 
     cloud_default_play_dav_upload_trend..........: avg=26.61ms min=19.24ms med=25.67ms max=54.32ms  p(90)=31.28ms  p(95)=34.46ms 
     data_received................................: 4.2 MB 111 kB/s
     data_sent....................................: 10 MB  269 kB/s
     http_req_blocked.............................: avg=12.17µs min=1.46µs  med=4.6µs   max=12.5ms   p(90)=5.13µs   p(95)=5.65µs  
     http_req_connecting..........................: avg=159ns   min=0s      med=0s      max=219.67µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=29.59ms min=13.09ms med=27.75ms max=73.27ms  p(90)=42.9ms   p(95)=46.34ms 
       { expected_response:true }.................: avg=29.6ms  min=14.76ms med=27.76ms max=73.27ms  p(90)=42.89ms  p(95)=46.33ms 
     http_req_failed..............................: 0.21%  ✓ 8        ✗ 3742
     http_req_receiving...........................: avg=77.01µs min=21.3µs  med=72.89µs max=2.66ms   p(90)=104.09µs p(95)=110.84µs
     http_req_sending.............................: avg=58.59µs min=10.31µs med=47.17µs max=466.21µs p(90)=118.55µs p(95)=122µs   
     http_req_tls_handshaking.....................: avg=7.28µs  min=0s      med=0s      max=12.19ms  p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=29.45ms min=12.95ms med=27.6ms  max=73.13ms  p(90)=42.78ms  p(95)=46.22ms 
     http_reqs....................................: 3750   98.38879/s
     iteration_duration...........................: avg=38.03s  min=37.99s  med=38.01s  max=38.08s   p(90)=38.07s   p(95)=38.07s  
     iterations...................................: 3      0.078711/s
     vus..........................................: 3      min=3      max=3 
     vus_max......................................: 3      min=3      max=3 


          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

  execution: local
     script: /root/cdperf/tests/k6/test-issue-github-ocis-1399-share-with-new-user.js
     output: -

  scenarios: (100.00%) 1 scenario, 3 max VUs, 1h0m30s max duration (incl. graceful stop):
           * default: 3 iterations shared among 3 VUs (maxDuration: 1h0m0s, gracefulStop: 30s)


running (0h00m32.9s), 0/3 VUs, 3 complete and 0 interrupted iterations
default ✓ [======================================] 3 VUs  0h00m32.8s/1h0m0s  3/3 shared iters

     ✓ users create status is 200
     ✓ dav create status is 201
     ✗ dav upload status is 201
      ↳  99% — ✓ 1499 / ✗ 1
     ✓ share create status is 200
     ✓ share accept status is 200
     ✓ dav propfind status is 207
     ✓ dav download status is 200
     ✓ users delete status is 200
     ✓ dav delete status is 204

     checks.....................................: 99.96% ✓ 3020      ✗ 1   
     cloud_default_play_dav_create_trend........: avg=24.76ms  min=23.77ms  med=24.55ms  max=25.96ms  p(90)=25.68ms  p(95)=25.82ms 
     cloud_default_play_dav_delete_trend........: avg=34.81ms  min=23.54ms  med=29.27ms  max=51.6ms   p(90)=47.13ms  p(95)=49.37ms 
     cloud_default_play_dav_download_trend......: avg=32.89ms  min=25.94ms  med=31.68ms  max=153.45ms p(90)=37.45ms  p(95)=43.77ms 
       { asset:KB10 }...........................: avg=32.89ms  min=25.94ms  med=31.68ms  max=153.45ms p(90)=37.45ms  p(95)=43.77ms 
     cloud_default_play_dav_propfind_trend......: avg=182.97ms min=159.35ms med=178.28ms max=211.29ms p(90)=204.69ms p(95)=207.99ms
     cloud_default_play_dav_upload_error_rate...: 1      min=1       max=1 
     cloud_default_play_dav_upload_trend........: avg=28.85ms  min=20.07ms  med=27.77ms  max=150.99ms p(90)=34.36ms  p(95)=37.23ms 
       { asset:KB10 }...........................: avg=28.85ms  min=20.07ms  med=27.77ms  max=150.99ms p(90)=34.36ms  p(95)=37.23ms 
     cloud_default_play_share_accept_trend......: avg=158.96ms min=151.58ms med=154.44ms max=170.86ms p(90)=167.58ms p(95)=169.22ms
     cloud_default_play_share_create_trend......: avg=98.35ms  min=92.75ms  med=101.03ms max=101.27ms p(90)=101.22ms p(95)=101.24ms
     cloud_default_play_users_create_trend......: avg=297.49ms min=284.8ms  med=293.12ms max=314.56ms p(90)=310.27ms p(95)=312.41ms
     cloud_default_play_users_delete_trend......: avg=83.81ms  min=64.36ms  med=74.93ms  max=112.14ms p(90)=104.7ms  p(95)=108.42ms
     data_received..............................: 19 MB  579 kB/s
     data_sent..................................: 16 MB  494 kB/s
     http_req_blocked...........................: avg=12.91µs  min=1.42µs   med=4.7µs    max=8.41ms   p(90)=5.28µs   p(95)=5.83µs  
     http_req_connecting........................: avg=162ns    min=0s       med=0s       max=164.73µs p(90)=0s       p(95)=0s      
     http_req_duration..........................: avg=31.53ms  min=20.07ms  med=30.4ms   max=314.56ms p(90)=36.26ms  p(95)=40.47ms 
       { expected_response:true }...............: avg=31.53ms  min=20.07ms  med=30.4ms   max=314.56ms p(90)=36.26ms  p(95)=40.48ms 
     http_req_failed............................: 0.03%  ✓ 1         ✗ 3020
     http_req_receiving.........................: avg=93.79µs  min=24.11µs  med=84.01µs  max=3ms      p(90)=121.49µs p(95)=137.06µs
     http_req_sending...........................: avg=79.65µs  min=12.5µs   med=58.1µs   max=993.68µs p(90)=120µs    p(95)=126.89µs
     http_req_tls_handshaking...................: avg=7.88µs   min=0s       med=0s       max=8.16ms   p(90)=0s       p(95)=0s      
     http_req_waiting...........................: avg=31.36ms  min=19.88ms  med=30.23ms  max=314.33ms p(90)=36.07ms  p(95)=40.28ms 
     http_reqs..................................: 3021   91.876314/s
     iteration_duration.........................: avg=32.78s   min=32.75s   med=32.75s   max=32.84s   p(90)=32.82s   p(95)=32.83s  
     iterations.................................: 3      0.091238/s
     vus........................................: 3      min=3       max=3 
     vus_max....................................: 3      min=3       max=3 

493f69525a44

History

with the release of 1.6.0 we started to test on localhost to prevent network latency, the results are not comparable to previous tests anymore.

@micbar
Copy link
Contributor

micbar commented Mar 29, 2022

Space images and Readme.md WebDAV Urls were broken.

Fix is in #3421

Needs quick patch release.

@micbar
Copy link
Contributor

micbar commented Mar 30, 2022

Thanks everybody!

🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants