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

[DYOD] Team 3 - Sprint 4 #2569

Merged
merged 14 commits into from
Jul 1, 2023
Merged

Conversation

SanJSp
Copy link
Contributor

@SanJSp SanJSp commented Jun 4, 2023

We first tried to add coverage to TableColumnDefinition, but found concatenated as unsused an also not working function. Hence we removed it to increase coverage this way.
Next we added a simple test for the Difference operator's getName() function.
Last we added a varying test for the << operator of the OperatorScanPredicate

SanJSp and others added 3 commits June 4, 2023 09:55
Co-authored-by: Tarik Alnawa <43680469+T4rikA@users.noreply.github.com>
Co-authored-by: Paula <67064988+postmartem@users.noreply.github.com>
@SanJSp
Copy link
Contributor Author

SanJSp commented Jun 9, 2023

I've accepted the invite now 🥳

@SanJSp SanJSp reopened this Jun 9, 2023
@SanJSp SanJSp marked this pull request as ready for review June 9, 2023 23:24
@SanJSp SanJSp changed the title WIP Dyod Team 3 Test Dyod Team 3 Test Jun 9, 2023
@Bouncner Bouncner changed the title Dyod Team 3 Test [DYOD] Team 3 - Sprint 4 Jun 10, 2023
@SanJSp SanJSp added the FullCI Run all CI tests (slow, but required for merge) label Jun 13, 2023
std::shared_ptr<Table> expected_result =
load_table("resources/test_data/tbl/int_float_filtered2.tbl", ChunkOffset{2});

auto difference = std::make_shared<Difference>(_table_wrapper_a, _table_wrapper_b);
Copy link
Member

Choose a reason for hiding this comment

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

const

@SanJSp SanJSp requested a review from Bouncner June 24, 2023 08:45
Copy link
Collaborator

@Bouncner Bouncner left a comment

Choose a reason for hiding this comment

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

Just a tiny question.

src/test/lib/operators/difference_test.cpp Outdated Show resolved Hide resolved
@SanJSp
Copy link
Contributor Author

SanJSp commented Jun 27, 2023

Retriggering CI with empty commit.
Was failing on arm with Error code 2

image image

Co-authored-by: Daniel Lindner <27929897+dey4ss@users.noreply.github.com>
@Bouncner Bouncner enabled auto-merge (squash) June 30, 2023 09:08
@Bouncner Bouncner merged commit f727215 into hyrise:master Jul 1, 2023
nikriek pushed a commit that referenced this pull request Oct 28, 2023
Add tests for  `Difference` operator and the `<<` operator of the `OperatorScanPredicate`.

---------

Co-authored-by: Tarik Alnawa <43680469+T4rikA@users.noreply.github.com>
Co-authored-by: Paula <67064988+postmartem@users.noreply.github.com>
Co-authored-by: Tarik Alnawa <talnawa@outlook.de>
Co-authored-by: Bouncner <martin+github@boissier.de>
Co-authored-by: Daniel Lindner <27929897+dey4ss@users.noreply.github.com>
nikriek pushed a commit that referenced this pull request Nov 6, 2023
Add tests for  `Difference` operator and the `<<` operator of the `OperatorScanPredicate`.

---------

Co-authored-by: Tarik Alnawa <43680469+T4rikA@users.noreply.github.com>
Co-authored-by: Paula <67064988+postmartem@users.noreply.github.com>
Co-authored-by: Tarik Alnawa <talnawa@outlook.de>
Co-authored-by: Bouncner <martin+github@boissier.de>
Co-authored-by: Daniel Lindner <27929897+dey4ss@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FullCI Run all CI tests (slow, but required for merge)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants