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

[bug][tests] Fix broken tests #3123

Merged
merged 6 commits into from
Jul 24, 2024
Merged

Conversation

averinevg
Copy link
Collaborator

@averinevg averinevg commented Jul 18, 2024

Currently, a number of tests do nothing. Most tests using test_drive(), all tests using invoke_with_params() and all tests to which the default data type is not passed are broken. This PR fixes the launch of tests. These tests have not been verified to work correctly and are beyond the scope of this PR.

@averinevg averinevg changed the title [bug][gtest] Fix broken gtests [bug][tests] Fix broken tests Jul 22, 2024
@junliume junliume merged commit ac3d4bd into develop Jul 24, 2024
141 checks passed
@junliume junliume deleted the ea_fix_test_drive_based_gtests branch July 24, 2024 00:22
Comment on lines +1398 to +1399
// default datatype
test_drive_impl<Driver<float>>(name, std::move(as));
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove default datatype and fail when datatype is not set. Fix tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants