Stu Hood

Results 228 comments of Stu Hood

Sorry that we didn't respond to this earlier. All of what you're describing is possible by piping `pants` commands into one another: https://www.pantsbuild.org/v2.11/docs/advanced-target-selection#piping-to-other-pants-runs. In particular: to filter by target type...

> ./pants --changed-since=upstream/master filter --filter-target-type=pex_binary Something like: ```console ./pants --changed-since=upstream/master filter --target-type=pex_binary --address-regex='$base_dir' ```

> this always yields no results (even if I remove the `--changed-since=upstream/master` arg) and use`--address-regex=".*"` > > this is because no target path is specifed. Find something that matches some...

The case in the description appears to be kicked off by a missing test output (for `Run Pytest for build-support/migration-support/migrate_to_toml_config_test.py:tests`) that would have been consumed by coverage report generation (which...

> as evidenced by the `test` goal repeatedly rendering the original test status of "`...succeeded in 0.66s (cached remotely)`" I have an (unsatisfying) answer to this portion: `ProcessResultMetadata` is excluded...

I've posted #16277 to add debug output to differentiate the two cases above. If/when the issue occurs again, folks should post a link to the repro to this issue, and...

> I've been out - is there any reason to be leaning on "if" and the possibility of red main again? When I last left this was a pretty reliable...

No repros of this case yet in `pantsbuild/pants` CI... so I'll go ahead and cherry-pick #16277 so that users trying out lazy fetch who encounter this issue can help us...

Ironically (?) but helpfully, I actually got repros in my cherry-pick PR: * https://github.com/pantsbuild/pants/runs/7547874018?check_suite_focus=true * https://github.com/pantsbuild/pants/runs/7547873880?check_suite_focus=true * https://github.com/pantsbuild/pants/runs/7547874180?check_suite_focus=true The debug output from #16277 doesn't actually trigger, which itself is useful...