Skip to content

testing: remove implemented functions from testing_unimplemented.cpp #161

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
Sep 6, 2024

Conversation

muzarski
Copy link
Collaborator

@muzarski muzarski commented Sep 6, 2024

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have enabled appropriate tests in .github/workflows/build.yml in gtest_filter.
  • I have enabled appropriate tests in .github/workflows/cassandra.yml in gtest_filter.

@muzarski muzarski self-assigned this Sep 6, 2024
@muzarski muzarski marked this pull request as draft September 6, 2024 16:33
@muzarski muzarski force-pushed the remove_from_unimplemented branch 2 times, most recently from 47cb19d to cee09f5 Compare September 6, 2024 16:48
This function is implemented, so it should not be in this file.
This function is implemented, so it should not be in this file.
For some reason, during dynamic linking, the "unimplemented" version
of this function is taken and some tests fail due to this.

The corresponding tests are now enabled in CI.
@muzarski muzarski force-pushed the remove_from_unimplemented branch from cee09f5 to 9f43fb0 Compare September 6, 2024 16:51
@muzarski muzarski marked this pull request as ready for review September 6, 2024 16:52
@muzarski muzarski requested a review from dkropachev September 6, 2024 16:54
@dkropachev dkropachev merged commit 1749a4a into scylladb:master Sep 6, 2024
5 checks passed
@muzarski muzarski mentioned this pull request Oct 3, 2024
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