Page MenuHomePhabricator

[keyserver] await file operations for devs in MariaDB migrations
ClosedPublic

Authored by ashoat on Dec 4 2023, 1:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 19 2025, 5:19 PM
Unknown Object (File)
Feb 19 2025, 5:19 PM
Unknown Object (File)
Feb 19 2025, 5:18 PM
Unknown Object (File)
Feb 19 2025, 5:18 PM
Unknown Object (File)
Feb 19 2025, 5:18 PM
Unknown Object (File)
Feb 6 2025, 6:55 PM
Unknown Object (File)
Jan 14 2025, 12:36 AM
Unknown Object (File)
Jan 12 2025, 2:43 AM
Subscribers

Details

Summary

We sometimes use MariaDB migrations to make updates to developers' environments.

The unused-promise Lint identified some cases where we don't await file operations. I think it makes sense to await these, so we can prevent the migration from continuing.

This could probably be optimized a bit, but I figure it doesn't really matter, since this code will probably never be executed again.

Depends on D10179

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable