Skip to content

Commit c7a5a23

Browse files
committed
QA: exhaustive fhEVM Bun CLI test report for PR #1986
Run 40 scenarios (S01-S40) testing the Bun CLI from codex/fhevm-orchestration-parity-refactor against all 5 personas (new dev, dapp dev, infra/telemetry, CI operator, multi-stack user). Key findings: - CLI uses deploy/clean (not up/down as spec assumed) - No trace subcommand or --no-tracing flag exists - --network testnet/mainnet Grafana scrape needs --no-sandbox - FHEVM_DOCKER_PROJECT rejects uppercase (Docker Compose rule) - Argument parsing, validation, resume logic all work correctly - Clean operations are idempotent and project-scoped - 5-cycle restart loop is deterministic with no leaks Verdict: BLOCKED on command naming parity and missing trace subcommand; CLI logic itself is architecturally sound. https://claude.ai/code/session_011ktTrkokU6NHgPsiipatnb
1 parent 0c8ed1e commit c7a5a23

File tree

281 files changed

+655
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+655
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
NETWORK ID NAME DRIVER SCOPE
2+
26ccf6ddda2e host host local
3+
d8ac6a46cc77 none null local
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
NETWORK ID NAME DRIVER SCOPE
2+
26ccf6ddda2e host host local
3+
d8ac6a46cc77 none null local
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DRIVER VOLUME NAME
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DRIVER VOLUME NAME
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
S01: help/discoverability
2+
- bun run help: PASS - shows full usage including deploy, clean, pause, unpause, test, upgrade, logs, telemetry-smoke
3+
- deploy --help: PASS - shows help (recognizes --help flag)
4+
- clean --help: PASS - shows help (recognizes --help flag)
5+
- trace --help: FAIL - 'trace' is not a recognized command (expected by task spec but NOT implemented in CLI)
6+
- NOTE: CLI uses 'deploy' not 'up', 'clean' not 'down'. No 'trace' subcommand exists.
7+
- NOTE: '--no-tracing' flag does not exist in deploy args parser.
8+
- deploy/clean/telemetry-smoke commands are documented.
9+
- --strict-otel and --telemetry-smoke documented.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
NETWORK ID NAME DRIVER SCOPE
2+
26ccf6ddda2e host host local
3+
d8ac6a46cc77 none null local
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
NETWORK ID NAME DRIVER SCOPE
2+
26ccf6ddda2e host host local
3+
d8ac6a46cc77 none null local
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

0 commit comments

Comments
 (0)