mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
[PR #780] [CLOSED] feat(ci): improve postgres integration test times #937
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/780
Author: @kolaente
Created: 5/15/2025
Status: ❌ Closed
Base:
main← Head:fix/improve-test-runtime📝 Commits (10+)
0c59958feat(ci): use loopback for postgres connectionc128b7bfeat: add timing7a2e692feat: add more detailed timings46f9972feat: add more detailed timings25121f0feat: use alter constainrs4cb9af0feat: skip table checksum computation87a4a57feat: show postgres logs after test run32bae70fix: lint32bc855feat: more time logging757911efeat: more logging📊 Changes
9 files changed (+170 additions, -1747 deletions)
View changed files
📝
.github/workflows/test.yml(+2 -0)📝
go.mod(+3 -46)📝
go.sum(+7 -1678)📝
pkg/db/test.go(+17 -3)📝
pkg/db/test_fixtures.go(+61 -1)📝
pkg/integrations/api_tokens_test.go(+6 -6)📝
pkg/integrations/caldav_test.go(+9 -9)📝
pkg/integrations/integrations.go(+6 -4)📝
pkg/models/unit_tests.go(+59 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.