[stable25] fix: Make sure that rollback hook is triggered on all version backends#37744
[stable25] fix: Make sure that rollback hook is triggered on all version backends#37744
Conversation
e099546 to
1507635
Compare
| $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
|
CI issues, moving to 25.0.8 |
1507635 to
cf75621
Compare
|
@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? |
|
moving to 25.0.9 |
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
5121cca
Compare
|
rebased, squashed, and a minor cs fix |
backport of #36690