[PR #1693] [MERGED] remove sqlite tag when integration test with mysql/postgres and recreate database when init integration test #16002

Closed
opened 2025-11-02 12:00:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1693
Author: @lunny
Created: 5/8/2017
Status: Merged
Merged: 5/9/2017
Merged by: @bkcsoft

Base: masterHead: lunny/improve_integration_test


📝 Commits (2)

  • 6550338 remove sqlite tag when integration test with mysql/postgres and recreate database when init integration test
  • 7a2511e fix test-mysql

📊 Changes

2 files changed (+12 additions, -5 deletions)

View changed files

📝 Makefile (+3 -2)
📝 integrations/integration_test.go (+9 -3)

📄 Description

As title. This will spend less time when run test-mysql and test-pgsql since there is no CGO build.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1693 **Author:** [@lunny](https://github.com/lunny) **Created:** 5/8/2017 **Status:** ✅ Merged **Merged:** 5/9/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `lunny/improve_integration_test` --- ### 📝 Commits (2) - [`6550338`](https://github.com/go-gitea/gitea/commit/65503387b1323f37fa7c91e6cf6e0616a5f76e43) remove sqlite tag when integration test with mysql/postgres and recreate database when init integration test - [`7a2511e`](https://github.com/go-gitea/gitea/commit/7a2511e797ebe68b7ba58e8d9df2baddc993c7c9) fix test-mysql ### 📊 Changes **2 files changed** (+12 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+3 -2) 📝 `integrations/integration_test.go` (+9 -3) </details> ### 📄 Description As title. This will spend less time when run `test-mysql` and `test-pgsql` since there is no CGO build. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:00:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16002