summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2024-02-12 11:28:44 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-12 10:28:44 +0000
commit53debf72451c9a71e0d95b581ded53c5a12be9b7 (patch)
treee122ee36c53b2a99cb0940858f6c3f18d4bd8e47
parenta2c63569dd36c631ecd337d5ba630105f25d9155 (diff)
Update git submodules
* Update plugins/delete-project from branch 'stable-3.7' to 9c4db6de1e3a00d3f3834ffe0114bd1683f57fb6 - ConfigurationTest: Remove flaky invalidTargetArchiveFolder test This test is failing when running gerrit test in docker image with root user. It's also failing when remote build execution is used (BuildBuddy provider). It seems to rely on the fact that the exception is thrown: java.nio.file.FileSystemException: /\\\: Operation not permitted However when the test is executed with BuildBuddy RBE that exception is not raised and as a consequence of that the test ends up failing. It looks that the folder /\\\ is created in the remote executor. While it could be fixed with: exec_properties = { "dockerUser": "nobody", }, we prefer not to complicate our build toolchain and rather remove the test. Change-Id: I51bccdf2cb19559690d3d88bd92cf60bc28f5fcd - Send project-deleted event after project deletion Gerrit EventDispatcher has two types of listeners: user restricted or unrestricted. For the restricted listeners before sending the event Gerrit checks if user has permission to access the project. This means that `project-deleted` event will not be delivered to the restricted listeners because when we send the event project is already removed so we cannot check permissions anymore. Bug: Issue 15778 Change-Id: I86386cf8b321a2dcc8a4a8ee6f36815e5c9228a2
m---------plugins/delete-project0
1 files changed, 0 insertions, 0 deletions
diff --git a/plugins/delete-project b/plugins/delete-project
-Subproject b183ee5230273670f3235cc5b3cf32562ccfb7e
+Subproject 9c4db6de1e3a00d3f3834ffe0114bd1683f57fb