Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Forgefriends Forgefriends
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • forgefriends
  • ForgefriendsForgefriends
  • Merge requests
  • !30

Closed
Created Dec 28, 2021 by Loïc Dachary@dacharyOwner
  • Report abuse
Report abuse

Draft: feature-integration-uploader-downloader-repo

  • Overview 30
  • Commits 1
  • Pipelines 10
  • Changes 1

PR: https://github.com/go-gitea/gitea/pull/18124 (merged)


integrations: basic test for Gitea {dump,restore}-repo

This is a first step for integration testing of DumpRepository and RestoreRepository. It:

  • runs a Gitea server,
  • dumps a repo via DumpRepository to the filesystem,
  • restores the repo via RestoreRepository from the filesystem,
  • dumps the restored repository to the filesystem,
  • compares the first and second dump and expects them to be identical

The verification is trivial and the goal is to add more tests for each topic of the dump.

Edited Jan 15, 2022 by Loïc Dachary
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature-integration-uploader-downloader-repo