feat: promote PG Coordinator out of experimental (#11398)

Promotes PG Coordinator out of experimental to GA
This commit is contained in:
Spike Curtis
2024-01-05 08:03:36 +04:00
committed by GitHub
parent e816dc0e60
commit 64638b381d
10 changed files with 8 additions and 1239 deletions

View File

@ -48,6 +48,10 @@ func TestEntitlements(t *testing.T) {
require.Empty(t, res.Warnings)
})
t.Run("FullLicense", func(t *testing.T) {
// PGCoordinator requires a real postgres
if !dbtestutil.WillUsePostgres() {
t.Skip("test only with postgres")
}
t.Parallel()
adminClient, _ := coderdenttest.New(t, &coderdenttest.Options{
AuditLogging: true,