Skip to content

fix(conformance): address Cubic findings from PR #688#689

Merged
vieiralucas merged 1 commit intomainfrom
cubic-688-followups
Apr 22, 2026
Merged

fix(conformance): address Cubic findings from PR #688#689
vieiralucas merged 1 commit intomainfrom
cubic-688-followups

Conversation

@vieiralucas
Copy link
Copy Markdown
Member

@vieiralucas vieiralucas commented Apr 22, 2026

Summary

PR #688 merged before its Cubic review comments were read (check conclusion was SUCCESS, which only means the reviewer finished — it does not mean zero findings). Three valid P3 issues:

  • crates/fakecloud-conformance/tests/rds.rs: ModifyDBParameterGroup Smithy input requires Parameters; the test was omitting it. Send a realistic Parameter.
  • website/content/vs/floci.md + vs/ministack.md: comparison tables still said "Smithy-validated, 54k+ test variants" while the surrounding prose moved to 57k+.

Test plan

  • cargo check --tests -p fakecloud-conformance
  • cargo fmt --check
  • grep -r "54k\|54,000" website/content/vs/ returns nothing

Summary by cubic

Addresses Cubic findings from PR #688. Fixes the RDS ModifyDBParameterGroup conformance test to include the required Parameters (sets max_connections=100, apply_method=pending-reboot) and updates comparison tables in website/content/vs/floci.md and website/content/vs/ministack.md to 57k+ test variants.

Written for commit a552ed0. Summary will update on new commits.

Three P3 findings slipped into main because the Cubic `AI code reviewer`
CI check had already reported SUCCESS; the findings landed as inline
review comments, not as a failed check.

- `rds_modify_db_parameter_group`: ModifyDBParameterGroup's Smithy input
  requires `Parameters` — the test was sending a call the Smithy model
  rejects as invalid. Add a realistic Parameter (max_connections=100,
  apply_method=pending-reboot).
- website/content/vs/floci.md, vs/ministack.md: comparison tables still
  said "Smithy-validated, 54k+ test variants"; bump to 57k+ to match the
  rest of the site.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

@vieiralucas vieiralucas merged commit 639d8be into main Apr 22, 2026
48 checks passed
@vieiralucas vieiralucas deleted the cubic-688-followups branch April 22, 2026 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant