tustvold commented on code in PR #4145:
URL: https://github.com/apache/arrow-rs/pull/4145#discussion_r1178841035
##########
arrow-flight/examples/flight_sql_server.rs:
##########
@@ -609,11 +623,8 @@ mod tests {
#[tokio::test]
async fn test_select_https() {
- tokio::spawn(async {
- create_https_server().await.unwrap();
- });
-
- sleep(Duration::from_millis(2000)).await;
Review Comment:
As an added bonus, this sleep is no longer necessary
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]