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

[stable22] Fix in locking cache check #27826

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #27818

The intention obviously was to check whether $lockingCacheClass is defined, and existing class, and available. It was however checked whether the $distributedCacheClass is an existing class, which would have caused an exception already in the previous distributed cache check.

Signed-off-by: MichaIng <[email protected]>
@MichaIng
Copy link
Member

MichaIng commented Jul 6, 2021

How to tell @backportbot-nextcloud to assign stable22 backports to Nextcloud 22.0.1 milestone from now on?


Failed test sqlite-php7.3:

There was 1 failure:

  1. Test\Files\Cache\UpdaterLegacyTest::testWrite
    Failed asserting that 1625592437 is equal to 1625592438 or is greater than 1625592438.

Not related, of course.

@Pytal
Copy link
Member

Pytal commented Jul 6, 2021

@MichaIng
Copy link
Member

MichaIng commented Jul 6, 2021

Okay I guess Nextcloud 22 was only used as it was still open and the first open matching major version milestone is used. I closed it in the meantime (and migrated all assigned PRs) so next stable22 backport should be assigned to the correct next minor release.

@nickvergessen
Copy link
Member

nickvergessen commented Jul 6, 2021

Someone forgot to close the other milestone as part of the release procedure.

It's done already but not retroactive

@skjnldsv
Copy link
Member

skjnldsv commented Jul 7, 2021

Someone forgot to close the other milestone as part of the release procedure

The script failed

@nickvergessen
Copy link
Member

Failing test is unrelated

@nickvergessen nickvergessen merged commit a0d6002 into stable22 Jul 7, 2021
@nickvergessen nickvergessen deleted the backport/27818/stable22 branch July 7, 2021 10:24
@skjnldsv skjnldsv mentioned this pull request Jul 26, 2021
@skjnldsv skjnldsv mentioned this pull request Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants