Remove pre-1.0 production governance surfaces

This commit is contained in:
npc0-hue
2026-08-21 00:06:00 +08:00
parent a7e2e4c6c0
commit da6c8d607e
30 changed files with 89 additions and 429 deletions
+2 -2
View File
@@ -306,8 +306,8 @@ func TestMySQLSnapshotRoundTripsDurableJobSchedulingMetadata(t *testing.T) {
}
}
func TestFileStorePersistsProductionOperationsStateAcrossRestart(t *testing.T) {
path := filepath.Join(t.TempDir(), "production-operations.json")
func TestFileStorePersistsPluginOperationsStateAcrossRestart(t *testing.T) {
path := filepath.Join(t.TempDir(), "plugin-operations.json")
store, err := NewFileStore(path)
if err != nil {
t.Fatalf("create file store: %v", err)