Merge branch 'main' into dependabot/cargo/libc-0.2.103

pull/24376/head
Edd Robinson 2021-09-28 09:15:51 +01:00 committed by GitHub
commit 58849c3e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 642 additions and 1267 deletions

File diff suppressed because it is too large Load Diff

View File

@ -845,7 +845,7 @@ async fn sql_select_all_different_tags_chunks() {
}
#[tokio::test]
async fn sql_select_with_deleted_data_from_one_expr() {
async fn sql_select_with_delete_from_one_expr() {
let expected = vec![
"+-----+--------------------------------+",
"| bar | time |",
@ -880,7 +880,7 @@ async fn sql_select_with_deleted_data_from_one_expr() {
}
#[tokio::test]
async fn sql_select_with_deleted_data_from_multi_exprs() {
async fn sql_select_with_delete_from_multi_exprs() {
let expected = vec![
"+-----+-----+--------------------------------+",
"| bar | foo | time |",
@ -916,7 +916,7 @@ async fn sql_select_with_deleted_data_from_multi_exprs() {
}
#[tokio::test]
async fn sql_select_with_two_deleted_data_from_multi_exprs() {
async fn sql_select_with_two_deletes_from_multi_exprs() {
let expected = vec![
"+-----+-----+--------------------------------+",
"| bar | foo | time |",