smi2 / phpClickHouse

php ClickHouse wrapper
MIT License
750 stars 139 forks source link

Fix the timeout test assertion #179

Closed peter279k closed 9 months ago

peter279k commented 2 years ago

Changed log

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
isublimity commented 9 months ago

Thx