Fuzzy Validator 2.1: containerized capture/validate runner - #494
Open
esdraelon wants to merge 5 commits into
Open
Fuzzy Validator 2.1: containerized capture/validate runner#494esdraelon wants to merge 5 commits into
esdraelon wants to merge 5 commits into
Conversation
Document Ubuntu 26.04 + pinned Chromium default path, mounts/networking/lifecycle, and FV21 milestones so capture/validate stay stable across host OS. Co-authored-by: Cursor <cursoragent@cursor.com>
Confirm ork3-php8-app DNS works on the external compose network and that localhost:19080 is wrong inside the runner. Co-authored-by: Cursor <cursoragent@cursor.com>
Ubuntu 26.04 image with pinned Playwright Chromium, compose fragment (restart no), ensure+exec wrapper with native escape hatch, and socat forwards so in-container ork-db dual-profile keeps working. Co-authored-by: Cursor <cursoragent@cursor.com>
Mark version-2.1 implemented, update operator quick starts, and note one-time setpoint re-record after switching off host Chromium. Co-authored-by: Cursor <cursoragent@cursor.com>
Use --ignore-scripts so postinstall does not dirty the bind-mounted tree. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
Stacked on #493 (
megiddo/p3-bootstrap-model-hop). Merge #492 → #493 → this PR (or retarget after lower PRs land).Makes the default
bin/fuzzy-validatorpath run capture/validate inside a long-lived Ubuntu 26.04 runner with Playwright-pinned Chromium, so setpoints are not host-OS/Chrome dependent.restart: "no"(no reboot persistence).http://ork3-php8-app/orkui/); mounts the repo +docker.sockso dual-profileork-dbstill works.FUZZY_VALIDATOR_NATIVE=1/--hostfor bare-metal.docs/megiddo/fuzzy-validator/version-2.1/+ tools README updates.Test plan
docker compose -f docker-compose.php8.yml up -dbin/fuzzy-validator validate --profile test --page home-authenticated --phase visual(auto-starts runner)docker stop ork3-fuzzy-validator-runnerthen re-run a command — runner comes backFUZZY_VALIDATOR_NATIVE=1 bin/fuzzy-validator validate --helpstill worksMade with Cursor