Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helpful Error Output for Integration Test #625

Conversation

MarcusSorealheis
Copy link
Collaborator

@MarcusSorealheis MarcusSorealheis commented Jan 23, 2024

Description

Throughout the codebase, there are a number of scripts that either need to be invoked or are invoked automatically on the user's behalf. We need to reduce the friction associated with a number of these errors as they are somewhat opaque.

Fixes #624

Type of change

Developer Experience

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Both shell scripts and integration tests are notoriously difficult to test so I have not put much thought into it. Maybe we will be there in the future and can revisit.

Checklist

  • bazel test //... passes locally
  • PR is contained in a single commit, using git amend see some docs

This change is Reviewable

Copy link

vercel bot commented Jan 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nativelink-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2024 0:50am

@MarcusSorealheis
Copy link
Collaborator Author

Please note, it doesn't really fix 624. I'm still tracking down all the places where we could do work like this and still need to determine if it's a good idea to do so.

Copy link
Contributor

@adam-singer adam-singer left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: 1 of 2 LGTMs obtained (waiting on @aaronmondal)

Copy link
Contributor

@adam-singer adam-singer left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: 1 of 2 LGTMs obtained (waiting on @aaronmondal)

@MarcusSorealheis MarcusSorealheis merged commit 39c6678 into TraceMachina:main Jan 24, 2024
22 checks passed
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.

Enhance Errors
3 participants