Skip to content

Adding Limit/Limbo spec tests for go/index-free #1960

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

Merged
merged 2 commits into from
Jul 12, 2019

Conversation

schmidt-sebastian
Copy link
Contributor

Adding 2 tests for edge cases that require us to parse more documents that contained in the TargetQueryMapping.

@@ -1021,11 +1021,11 @@ abstract class TestRunner {
);
});
for (const expectedLimboDoc of this.expectedLimboDocs) {
expect(
actualLimboDocs.get(expectedLimboDoc),
expect(actualLimboDocs.get(expectedLimboDoc)).to.not.equal(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

FYI: Using equal makes the custom error message show up.

@wilhuff wilhuff assigned schmidt-sebastian and unassigned wilhuff Jul 10, 2019
Copy link
Contributor Author

@schmidt-sebastian schmidt-sebastian left a comment

Choose a reason for hiding this comment

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

Addressed your feedback. Thanks

Copy link
Contributor

@wilhuff wilhuff left a comment

Choose a reason for hiding this comment

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

LGTM

@wilhuff wilhuff assigned schmidt-sebastian and unassigned wilhuff Jul 12, 2019
@schmidt-sebastian schmidt-sebastian merged commit 0bc236f into master Jul 12, 2019
@schmidt-sebastian schmidt-sebastian deleted the mrschmidt/indexfreespectests branch August 29, 2019 04:02
@firebase firebase locked and limited conversation to collaborators Oct 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants