Skip to content

Print the configuration hash of failing tests#1394

Open
cbarrete wants to merge 1 commit into
facebook:mainfrom
cbarrete:print-failing-test-config
Open

Print the configuration hash of failing tests#1394
cbarrete wants to merge 1 commit into
facebook:mainfrom
cbarrete:print-failing-test-config

Conversation

@cbarrete

Copy link
Copy Markdown
Contributor

This mirrors the behavior of buck2 build.

Before:

3 TESTS FAILED
  ✗ root//:tests
  ✗ root//:tests
  ✗ root//:tests

After:

3 TESTS FAILED
  ✗ root//:tests (cfg:<empty>#bc315f4ba533984d)
  ✗ root//:tests (cfg:<empty>#da5b993178d15eca)
  ✗ root//:tests (cfg:<empty>#9251783cb051b3f7)

This mirrors the behavior of `buck2 build`.

Before:

```
3 TESTS FAILED
  ✗ root//:tests
  ✗ root//:tests
  ✗ root//:tests
```

After:

```
3 TESTS FAILED
  ✗ root//:tests (cfg:<empty>#bc315f4ba533984d)
  ✗ root//:tests (cfg:<empty>#da5b993178d15eca)
  ✗ root//:tests (cfg:<empty>#9251783cb051b3f7)
```
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 22, 2026
@meta-codesync

meta-codesync Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This pull request has been imported. If you are a Meta employee, you can view this in D113167521. (Because this pull request was imported automatically, there will not be any future comments.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant