ci: standalone-fs smoke test against latest greptimedb release - #1
Merged
Conversation
On every push/PR, download the latest GreptimeTeam/greptimedb release binary, start the testbed's standalone-fs server via process-compose (nix develop), and assert a SQL write round-trips through the client port. Uses DeterminateSystems nix-installer + magic-nix-cache for cached builds. The testbed config uses an unreleased iceberg_manifest plugin not yet in the latest release, so a temporary step strips that plugin block until the greptimedb patch to tolerate unknown plugin options lands.
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.
What
Adds a GitHub Actions workflow (
.github/workflows/ci.yml) +ci/smoke.shthat runs on every push/PR:GreptimeTeam/greptimedbrelease binary (GNU linux-amd64).standalone-fsserver viaprocess-composeinsidenix develop(the testbed's own machinery — no garage/etcd needed).testbedctl psql).Uses
DeterminateSystems/nix-installer-action+magic-nix-cache-actionso thenix developdevShell is cached across runs.Validated locally
Ran the exact CI path with the v1.1.3 release binary:
iceberg_manifestpluginconfig/standalone-fs.tomlenables theiceberg_manifestplugin, which is newer than the latest release — the release hard-fails with:So a workflow step strips that plugin block for now. Once the greptimedb patch to tolerate unknown plugin options lands, that step should be deleted (it's clearly commented in the workflow). The full testbed config will then work against the release as-is.
Notes
standalone-fslogs; teardown runs onalways.concurrency.Generated via testbed session.