Skip to content

Updated test guide on CONTRIBUTING.md#4286

Open
giIuis wants to merge 1 commit into
mainfrom
fix/contributing_test_improvements
Open

Updated test guide on CONTRIBUTING.md#4286
giIuis wants to merge 1 commit into
mainfrom
fix/contributing_test_improvements

Conversation

@giIuis
Copy link
Copy Markdown

@giIuis giIuis commented May 21, 2026

  • Fix CONTRIBUTING.md to accuratelly describe the steps needed for integration and e2e testing
  • Fix scripts/build_go_apps.sh to now always runs to completion even if linux only go apps fail on mac.
    Previously, the contributor had to add that by hand

Quality Checklist:

  • I have documented new code sufficiently
  • I have checked and updated the relevant existing docs in code, including removing outdated material
  • I have written user-facing website docs for new features, or opened a (sub)issue to do so
  • I have checked and updated existing website docs for changed features
  • I have tested this change and know it succeeds and fails as expected
  • I have written unit tests or purposefully omitted them
  • I have written e2e tests or purposefully omitted them
  • I have explained what this PR introduces and why, and linked to relevant context (e.g. linear issues, related PRs,
    documentation)
  • I have introduced a short, clear and well-formatted changelog entry

* Fix CONTRIBUTING.md to accuratelly describe the steps needed for integration and e2e testing
* Fix scripts/build_go_apps.sh to now always runs to completion even if linux only go apps fail on mac.
>> Previously, the contributor had to add that by hand
@giIuis giIuis force-pushed the fix/contributing_test_improvements branch from 4c170b2 to 7e2dd46 Compare May 21, 2026 09:55
@t4lz t4lz requested review from a team and hank-metalbear and removed request for a team May 21, 2026 12:52
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Internal :)

Comment thread CONTRIBUTING.md
MIRRORD_TESTS_USE_BINARY=$(pwd)/target/<arch>/debug/mirrord \
MIRRORD_LAYER_FILE=$(pwd)/target/<arch>/debug/libmirrord_layer.dylib \
MIRRORD_E2E_PRESERVE_FAILED=y
cargo xtask test-e2e
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should this line be connected with above line?

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.

3 participants