Skip to content

Commit

Permalink
Remove test fixes and vostok.zookeeper.testing branch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Цуп Илья Олегович committed Feb 3, 2021
1 parent d3d74d5 commit 84c1016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Vostok.ZooKeeper.Client.Tests/TestsBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ protected static void VerifyObserverMessages(TestObserver<ConnectionState> obser
}

protected static Task KillSession(ClientHolder holder, string connectionString) =>
ZooKeeperClientTestsHelper.KillSession(holder.SessionId, holder.SessionPassword, holder.OnConnectionStateChanged, connectionString, DefaultTimeout.Add(DefaultTimeout));
ZooKeeperClientTestsHelper.KillSession(holder.SessionId, holder.SessionPassword, holder.OnConnectionStateChanged, connectionString, DefaultTimeout);

protected static Task KillSession(ZooKeeperClient client, string connectionString) =>
ZooKeeperClientTestsHelper.KillSession(client.SessionId, client.SessionPassword, client.OnConnectionStateChanged, connectionString, DefaultTimeout.Add(DefaultTimeout));
ZooKeeperClientTestsHelper.KillSession(client.SessionId, client.SessionPassword, client.OnConnectionStateChanged, connectionString, DefaultTimeout);

protected ZooKeeperClient GetClient(TimeSpan? timeout = null)
{
Expand Down
2 changes: 1 addition & 1 deletion module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ notests *default:
full-build > notests:
deps:
- vostok.tracing
- vostok.zookeeper.testing@UpgradedZooKeeperNetExClient
- vostok.zookeeper.testing
- vostok.commons.testing/src
- vostok.logging.console
- vostok.zookeeper.localensemble
Expand Down

0 comments on commit 84c1016

Please sign in to comment.