summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlvaro Vilaplana Garcia <alvaro.vilaplana@gmail.com>2024-02-12 11:30:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-12 11:30:39 +0000
commitafb42379c4f7979a81bb98b0e1f663e031e1b0d6 (patch)
treeeae3a0bb821772faff74cdc53796ac84c2b1d95c
parent75e02471f15fb2be77b27db075b92795df12daca (diff)
Update git submodules
* Update plugins/delete-project from branch 'stable-3.8' to 825dcb41a9abfc5892ef3b0f8e89b7ca25c8dfe1 - Merge branch 'stable-3.7' into stable-3.8 * stable-3.7: ConfigurationTest: Remove flaky invalidTargetArchiveFolder test Send project-deleted event after project deletion Change-Id: I2ac01b00d7ce442b96a032d90b4037670e65d79a - 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 38b4cb16483045557ffbe7dec8c3d971b95ebc8
+Subproject 825dcb41a9abfc5892ef3b0f8e89b7ca25c8dfe