Merge branch '3.4.x'

This commit is contained in:
Andy Wilkinson 2025-03-28 09:10:43 +00:00
commit 1f5df51e36
1 changed files with 2 additions and 0 deletions

View File

@ -289,6 +289,8 @@ class FileWatcherTests {
* <li>Performs an atomic rename of {@code ..data_tmp} to {@code ..data}.</li>
* <li>Deletes the old ConfigMap/Secret directory.</li>
* </ul>
* @param tempDir temp directory
* @throws Exception if a failure occurs
*/
@Test
void shouldTriggerOnConfigMapAtomicMoveUpdates(@TempDir Path tempDir) throws Exception {