You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`get_attempted_hosts_from_future` was originally implemented in C++
using the internal C++ Driver API. This commit reimplements it using
the new exposed Rust API, namely `testing_future_get_attempted_hosts`.
To finish up, the commit also reimplements `set_record_attempted_hosts`,
which is tightly coupled with the previous function, using
`testing_statement_set_recording_history_listener` (introduced a couple
of commits ago).
This completes the re-implementation of this testing functionality in
Rust.
I'd like to enable some tests that depend on this functionality,
but none of them has all the requirements met yet. Once I rework
the DCAware LBP in a follow-up, I'll be able to enable its tests
thanks to this commit.
0 commit comments