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

test: Add tests for 1-1 group by id #1655

Merged

Conversation

AndrewSisley
Copy link
Contributor

Relevant issue(s)

Resolves #1653

Description

Adds tests for 1-1 group by id, documenting a bug (#1654) in the process.

@AndrewSisley AndrewSisley added area/query Related to the query component area/testing Related to any test or testing suite code quality Related to improving code quality action/no-benchmark Skips the action that runs the benchmark. labels Jul 18, 2023
@AndrewSisley AndrewSisley added this to the DefraDB v0.6 milestone Jul 18, 2023
@AndrewSisley AndrewSisley requested a review from a team July 18, 2023 16:10
@AndrewSisley AndrewSisley self-assigned this Jul 18, 2023
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (364edbb) 74.89% compared to head (f3b742e) 74.88%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1655      +/-   ##
===========================================
- Coverage    74.89%   74.88%   -0.01%     
===========================================
  Files          203      203              
  Lines        21077    21077              
===========================================
- Hits         15784    15782       -2     
- Misses        4213     4214       +1     
- Partials      1080     1081       +1     
Flag Coverage Δ
all-tests 74.88% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 364edbb...f3b742e. Read the comment docs.

Copy link
Collaborator

@fredcarle fredcarle left a comment

Choose a reason for hiding this comment

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

LGTM.

Note: I think @shahzadlone had noted something similar in one of his latest PRs.

Copy link
Member

@shahzadlone shahzadlone left a comment

Choose a reason for hiding this comment

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

LGTM

@AndrewSisley AndrewSisley merged commit ff8d2cf into sourcenetwork:develop Jul 20, 2023
10 checks passed
@AndrewSisley AndrewSisley deleted the 1653-group-by-one-one branch July 20, 2023 12:07
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
## Relevant issue(s)

Resolves sourcenetwork#1653

## Description

Adds tests for 1-1 group by id, documenting a bug
(sourcenetwork#1654) in the process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action/no-benchmark Skips the action that runs the benchmark. area/query Related to the query component area/testing Related to any test or testing suite code quality Related to improving code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No tests for one-one group by relation
3 participants