mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[GH-ISSUE #429] Migrate server tests to testcontainers and PSql instead of current SQLite hack #242
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EddieTheCubeHead on GitHub (Jun 29, 2025).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/429
Originally assigned to: @EddieTheCubeHead on GitHub.
Current implementation misses some bugs and features from Postgresql primarily related to fk constraints. Switch to test containers to remedy that problem
@EddieTheCubeHead commented on GitHub (Jul 1, 2025):
After some testing there seems to be too much of a performance cost. Dropping to backlog and re-thinking...