Uh oh!
There was an error while loading. Please reload this page.
[stable25] fix: Make sure that rollback hook is triggered on all version backends - #37744
Conversation
e099546 to
1507635Compare| $owner = $storage->getOwner(''); | ||
| $user = $this->userManager->get($owner); | ||
| $userFolder = $this->rootFolder->getUserFolder($user->getUID()); |
Check notice
Code scanning / Psalm
PossiblyNullReference
| $user = $this->userManager->get($owner); | ||
| $userFolder = $this->rootFolder->getUserFolder($user->getUID()); | ||
| $nodes = $userFolder->getById($file->getId()); |
Check notice
Code scanning / Psalm
PossiblyNullArgument
blizzz
commented
May 17, 2023
CI issues, moving to 25.0.8 |
1507635 to
cf75621Comparejuliusknorr
commented
Jun 7, 2023
@icewind1991 The remaining failure puzzles me. As far as my debugging goes it seems the mountpoint is properly setup in the test but when calling getFileById on the user folder it is not found. Any chance you could have a look if you have any clue? |
blizzz
commented
Jun 15, 2023
moving to 25.0.9 |
icewind1991
commented
Jul 6, 2023
Mounts mounted directly in test cases through |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
93d59da to
5121ccaCompareblizzz
commented
Jul 7, 2023
rebased, squashed, and a minor cs fix |
backport of #36690