Conversation
Replaces monolithic bash scripts with a modular, configuration-driven system using Go-based seeder and test runner tools. Adds JSON configs for seed data and test scenarios, new helper scripts, and updates documentation for maintainability and extensibility.
Updated run-ee.sh and start-ee.sh to safely handle cases where GHORG_GHA_CI and ENV may be unset, preventing potential script errors during execution.
Update integration-tests.sh and seed.sh to force clean builds of Go binaries in CI environments and verify successful builds. Add platform-specific binary paths to .gitignore to prevent accidental commits of built artifacts.
Added a check to ensure the ghorg directory exists before running tests in the test runner. Removed unnecessary time.Sleep delays after creating groups, repositories, and users in the seeder to speed up the seeding process. Minor formatting improvements in shell scripts for consistency.
Introduces a 'disabled' flag to test scenarios in test-scenarios.json and updates the Go test runner to skip and report disabled tests. The README is expanded with detailed script argument documentation and usage examples. Several new and disabled test scenarios are added for more comprehensive coverage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Status
READY/IN DEVELOPMENT/HOLD
Description
A few sentences describing the overall goals of the pull request's commits.