Skip to content

it: blobs per master commit #166

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
Mar 13, 2018
Merged

it: blobs per master commit #166

merged 2 commits into from
Mar 13, 2018

Conversation

erizocosmico
Copy link
Contributor

Closes #156

Just with master instead of HEAD. HEAD ref is not listed, have to check why, but for this purpose it doesn't matter which branch it is.

Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
testCases := []struct {
query string
result []sql.Row
sortFunc rowSortFunc
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Some queries, such as the aggregations can't be sorted using ORDER BY, so we need this to check some outputs :(

Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe you can use require.ElementsMatch instead of require.Equal to check the output

Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
@erizocosmico
Copy link
Contributor Author

Fixed @ajnavarro

@erizocosmico erizocosmico merged commit 4272294 into src-d:master Mar 13, 2018
@erizocosmico erizocosmico deleted the feature/it-blobs-commit-head branch March 13, 2018 14:40
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.

2 participants