Skip to content

perf(database,test): cache custom pg types once and parallelize unit …#139

Merged
tkahng merged 3 commits intodevelopfrom
feat/optimize-tests
Apr 21, 2026
Merged

perf(database,test): cache custom pg types once and parallelize unit …#139
tkahng merged 3 commits intodevelopfrom
feat/optimize-tests

Conversation

@tkahng
Copy link
Copy Markdown
Owner

@tkahng tkahng commented Apr 21, 2026

…tests

sync.Once avoids redundant pool creation on repeated
CreatePoolWithCustomDataTypes calls — cuts DB roundtrips per test run.
t.Parallel() added to all mock-only service/store tests.

tkahng added 3 commits April 20, 2026 20:08
…tests

  sync.Once avoids redundant pool creation on repeated
  CreatePoolWithCustomDataTypes calls — cuts DB roundtrips per test run.
  t.Parallel() added to all mock-only service/store tests.
@tkahng tkahng merged commit 0b52ee5 into develop Apr 21, 2026
6 checks passed
@tkahng tkahng deleted the feat/optimize-tests branch April 27, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant