We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ee6b9 commit 034225bCopy full SHA for 034225b
tests/RetryOnExceptionTest.php
@@ -8,7 +8,6 @@
8
use YdbPlatform\Ydb\Session;
9
use YdbPlatform\Ydb\Table;
10
use YdbPlatform\Ydb\Ydb;
11
-use YdbPlatform\Ydb\Logger\SimpleFileLogger;
12
13
class SessionManager extends \YdbPlatform\Ydb\Session{
14
public static function setSessionId(\YdbPlatform\Ydb\Session $session, string $id){
@@ -47,8 +46,7 @@ public function test(){
47
46
'credentials' => new AnonymousAuthentication()
48
];
49
50
- $ydb = new Ydb($config, new SimpleFileLogger(7, "l.log"));
51
-// $ydb = new Ydb($config);
+ $ydb = new Ydb($config);
52
$table = $ydb->table();
53
54
$session = $table->createSession();
0 commit comments