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

[stable20] Allow to force rename a conflicting calendar #24806

Merged
merged 1 commit into from
Dec 22, 2020

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #24604

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
@backportbot-nextcloud backportbot-nextcloud bot added feature: dav pending documentation This pull request needs an associated documentation update labels Dec 22, 2020
@backportbot-nextcloud backportbot-nextcloud bot added this to the Nextcloud 20.0.5 milestone Dec 22, 2020
@skjnldsv skjnldsv added 3. to review Waiting for reviews and removed pending documentation This pull request needs an associated documentation update labels Dec 22, 2020
@skjnldsv skjnldsv added the pending documentation This pull request needs an associated documentation update label Dec 22, 2020
@juliusknorr juliusknorr added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Dec 22, 2020
@faily-bot
Copy link

faily-bot bot commented Dec 22, 2020

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 640: failure

jsunit

Show full log

integration-ratelimiting

  • failure block could not be found - most likely this run got canceled
Show full log
+ bash tests/drone-run-integration-tests.sh || exit 0
=========================
= List of changed files =
=========================
apps/dav/lib/CalDAV/CalDavBackend.php
apps/dav/lib/Command/MoveCalendar.php
=========================
PHP files are modified
+ ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
Nextcloud was successfully installed
+ ./occ config:system:set redis host --value=cache
System config value redis => host set to string cache
+ ./occ config:system:set redis port --value=6379 --type=integer
System config value redis => port set to integer 6379
+ ./occ config:system:set redis timeout --value=0 --type=integer
System config value redis => timeout set to integer 0
+ ./occ config:system:set --type string --value "\OC\Memcache\Redis" memcache.local
System config value memcache.local set to string \OC\Memcache\Redis
+ ./occ config:system:set --type string --value "\OC\Memcache\Redis" memcache.distributed
PHP Warning:  Redis::connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /drone/src/lib/private/RedisFactory.php on line 92
An unhandled exception has been thrown:
RedisException: Redis server went away in /drone/src/lib/private/Memcache/Redis.php:55
Stack trace:
#0 /drone/src/lib/private/Memcache/Redis.php(55): Redis->get('ed2e8837e931e84...')
#1 /drone/src/lib/private/App/InfoParser.php(58): OC\Memcache\Redis->get('/drone/src/apps...')
#2 /drone/src/lib/private/App/AppManager.php(511): OC\App\InfoParser->parse('/drone/src/apps...')
#3 /drone/src/lib/private/legacy/OC_App.php(581): OC\App\AppManager->getAppInfo('files', false, NULL)
#4 /drone/src/lib/private/AppFramework/App.php(69): OC_App::getAppInfo('files')
#5 /drone/src/lib/private/legacy/OC_App.php(264): OC\AppFramework\App::buildAppNamespace('files')
#6 /drone/src/lib/private/AppFramework/Bootstrap/Coordinator.php(100): OC_App::registerAutoloading('files', '/drone/src/apps...')
#7 /drone/src/lib/base.php(644): OC\AppFramework\Bootstrap\Coordinator->runRegistration()
#8 /drone/src/lib/base.php(1091): OC::init()
#9 /drone/src/console.php(49): require_once('/drone/src/lib/...')
#10 /drone/src/occ(11): require_once('/drone/src/cons...')
#11 {main}```
</details>


@skjnldsv skjnldsv merged commit 680e03c into stable20 Dec 22, 2020
@skjnldsv skjnldsv deleted the backport/24604/stable20 branch December 22, 2020 09:59
@rullzer rullzer mentioned this pull request Jan 5, 2021
1 task
@nickvergessen nickvergessen removed the pending documentation This pull request needs an associated documentation update label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish feature: dav
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants