Skip to content

Commit

Permalink
Fixed one more test case
Browse files Browse the repository at this point in the history
Not sure why the test case passed on CI in the branch.
  • Loading branch information
shuhaowu committed Sep 30, 2019
1 parent 7c0424d commit b8147c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/go/table_schema_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (this *TableSchemaCacheTestSuite) TestFingerprintQueryWithIgnoredColumns()
"data": struct{}{},
}
query := table.FingerprintQuery("s", "t", 10)
this.Require().Equal("SELECT `id`,MD5(CONCAT(MD5(COALESCE(`id`, 'NULL')))) AS __ghostferry_row_md5 FROM `s`.`t` WHERE `id` IN (?,?,?,?,?,?,?,?,?,?)", query)
this.Require().Equal("SELECT `id`,MD5(CONCAT(MD5(COALESCE(`id`, 'NULL_PBj}b]74P@JTo$5G_null')))) AS __ghostferry_row_md5 FROM `s`.`t` WHERE `id` IN (?,?,?,?,?,?,?,?,?,?)", query)
}

func (this *TableSchemaCacheTestSuite) TestQuotedTableName() {
Expand Down

0 comments on commit b8147c5

Please sign in to comment.