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

Revert "Make SnapshotSubset() faster (#9779)" #10143

Merged

Conversation

cosmicexplorer
Copy link
Contributor

This reverts commit 54ff280.

[ci skip-jvm-tests]

Problem

This breaks master! src/python/pants/engine:tests times out running the test_snapshot_subset_globs() method!

Solution

Result

Master is fixed!

This reverts commit 54ff280.

[ci skip-jvm-tests]
Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

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

Thank you!

@cosmicexplorer cosmicexplorer merged commit fa093eb into pantsbuild:master Jun 24, 2020
cosmicexplorer added a commit to cosmicexplorer/pants that referenced this pull request Jun 24, 2020
cosmicexplorer added a commit that referenced this pull request Jun 24, 2020
[ci skip-jvm-tests]

### Problem

This fixes the tests that were broken by #9779! This looked like a timeout, but was actually an assertion failure (an assertion that shouldn't have been asserted).

Reverts #10143.

### Solution

- Correctly process trailing `/**` globs.
- Fix up the snapshot subset python tests, which have different, more correct answers now.
  - **Note: reviewers, please make sure the changes to these test results make sense!**

### Result

master is unbroken, and a bug in #9779 is fixed!

#9967 remains as follow up tech debt.
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.

None yet

2 participants