-
Notifications
You must be signed in to change notification settings - Fork 186
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
[full-ci] [k6-test] chore: prepare release, bump version #10401
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@dragonchaser @kobergj @ScharfViktor The last K6 run was very bad. Could we have introduced a regression? |
I assume this is due to the fact that the tests did not finish in the first run and started again after the second commit |
The second run was fine. We can publish tomorrow after your ok @ScharfViktor |
yeah, the last k6 running is green |
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Quality Gate passedIssues Measures |
Just wanted to give a heads up... |
all tests passed on 6.6.1-rc.2 |
[full-ci] [k6-test] chore: prepare release, bump version
Description
v6.6.1-rc.1
v6.6.1-rc.2
v6.6.1
master
Changes in 6.6.1
Summary
Details
Bugfix - Fix panic when stopping the nats: #10363
The nats server itself runs signal handling that the Shutdown() call in the ocis
code is redundant and led to a panic.
The dedicated service ocis nats server runs panic when stopping. #10360
Fix panic when stopping the nats #10363
Bugfix - Disable download activity: #10367
We disable the download activity until we have a proper solution for it.
Activity. "was downloaded via public link" activity looks as spam #10293
[QA] add tests for new template for WebOffice #10367
Bugfix - Fix Activitylog issues: #10376
Fixes multiple activititylog issues. There was an error about
max payload exceeded
when there were too many activities on one folder. Listing would takevery long even with a limit activated. All of these issues are now fixed.
Security fixes #10376
Bugfix - Security fixes: #10376
We polished some of the sonarcloud issues.
Security fixes #10376
Bugfix - Make antivirus workers configurable: #10383
We made the number of go routines that pull events from the queue configurable.
Antivirus workers #10383
Bugfix - Increase event processing workers: #10385
We increased the number of go routines that pull events from the queue to three
and made the number off workers configurable. Furthermore, the postprocessing
delay no longer introduces a sleep that slows down pulling of events, but
asynchronously triggers the next step.
fix postprocessing events #10385
Disable download activity #10368
Bugfix - Fix envvar deprecations for next production release: #10386
Some envvar deprecations were incomplete. One was missed to be removed, one had
missing information.
Fix envvar deprecations for 7.0.0 #10386
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: