phpClickHouse icon indicating copy to clipboard operation
phpClickHouse copied to clipboard

Fix the timeout test assertion

Open peter279k opened this issue 3 years ago • 0 comments

Changed log

  • Fix these following failed assertions:
There was 1 failure:

1) ClickHouseDB\Tests\FormatQueryTest::testClientTimeoutSettings
Failed asserting that 0.0 is identical to 0.

/data/phpClickHouse/tests/FormatQueryTest.php:74
There was 1 failure:

1) ClickHouseDB\Tests\FormatQueryTest::testClientTimeoutSettings
Failed asserting that 10.0 is identical to 10.

/data/phpClickHouse/tests/FormatQueryTest.php:69
There was 1 failure:

1) ClickHouseDB\Tests\FormatQueryTest::testClientTimeoutSettings
Failed asserting that 5.14 is identical to 5.

/data/phpClickHouse/tests/FormatQueryTest.php:74

peter279k avatar Sep 01 '22 11:09 peter279k