Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Add integration tests for config, maintenance, gitops pull/diff - #734

Merged
yaronkoren merged 1 commit into
mainfrom
add-more-integration-tests
Apr 8, 2026
Merged

Add integration tests for config, maintenance, gitops pull/diff#734
yaronkoren merged 1 commit into
mainfrom
add-more-integration-tests

Conversation

@cicalese

@cicalese cicalese commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Summary

4 new integration tests covering the remaining test issues:

Fixes #707, #708, #709, #710

Test plan

  • go vet -tags integration ./tests/integration/ passes
  • gofmt clean
  • Integration tests pass in CI

- TestConfig_GetSetDelete: set, get, list, unset config keys (#708)
- TestMaintenance_ExtensionScripts: list extensions, list scripts,
  run showSiteStats.php (#707)
- TestGitops_Pull: push remote change, pull, verify local (#709)
- TestGitops_Diff: local changes, remote changes, diff output (#710)

Fixes #707, #708, #709, #710
@yaronkoren
yaronkoren merged commit 98fa164 into main Apr 8, 2026
2 checks passed
@yaronkoren
yaronkoren deleted the add-more-integration-tests branch April 8, 2026 20:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integration test: maintenance extension scripts

2 participants