Skip to content

Commit

Permalink
Reformat after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
petuhovskiy committed Mar 14, 2024
1 parent 0f859bc commit 22f0e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_runner/regress/test_sharding.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
from typing import Dict, List, Optional, Union
import time
from typing import Dict, List, Union
from typing import Dict, List, Optional, Union

import pytest
import requests
Expand Down Expand Up @@ -836,6 +835,7 @@ def finish_split():

env.storage_controller.consistency_check()


def test_sharding_backpressure(neon_env_builder: NeonEnvBuilder):
"""
Check a scenario when one of the shards is much slower than others.
Expand Down

0 comments on commit 22f0e32

Please sign in to comment.