Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk committed Apr 26, 2024
1 parent 2d0ca5f commit d55aae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/tools/cfg/dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ def get_create_tenant_commands(self):
commands = []
commands.append("shopt > /tmp/shopt")
commands.append("set -o > /tmp/set")
commands.append("sleep 999999")

commands.append("set +e")
for domain in self._cluster_details.domains:
for _ in domain.tenants:
Expand Down

0 comments on commit d55aae3

Please sign in to comment.