-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-47707: [C++][FlightRPC] Add tests for descriptor handle allocation #48053
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
Conversation
|
|
65a1708 to
5041f73
Compare
|
@lidavidm this draft PR is ready for review! Please have a look |
|
Will rebase to resolve conflict |
5dc4249 to
52d15cf
Compare
Add doxygen doc Co-Authored-By: alinalibq <[email protected]>
52d15cf to
b6e87e2
Compare
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit f8b23be. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Add tests for
SQL_HANDLE_DESCdescriptor handle allocation, and diagnostics test. Related test updatesWhat changes are included in this PR?
SQL_HANDLE_DESCnullptrexplicitly where applicableAre these changes tested?
Tested on local MSVC Windows
Are there any user-facing changes?
N/A