aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-01-13 13:40:43 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-01-13 13:52:40 +0300
commit8ca2df28426b4e6aefaf5bdf4d0b307cbcea01de (patch)
treed92afa59b70272563f61dff081a02cfec35437b8
parent8e978cf3a1ac4968f19d96bf8961ee23804b72a7 (diff)
downloadydb-8ca2df28426b4e6aefaf5bdf4d0b307cbcea01de.tar.gz
Intermediate changes
commit_hash:b715f8ac2950956a174e828d456530fac1ada8a8
-rw-r--r--yt/yt/library/ytprof/integration/test_http.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/yt/yt/library/ytprof/integration/test_http.py b/yt/yt/library/ytprof/integration/test_http.py
index 2e274ac105..5d3b5ae17b 100644
--- a/yt/yt/library/ytprof/integration/test_http.py
+++ b/yt/yt/library/ytprof/integration/test_http.py
@@ -90,16 +90,16 @@ def test_spinlock_profile(running_example):
if yatest.common.context.build_type != "profile":
pytest.skip()
- fetch_data(running_example, "lock?d=1")
- fetch_data(running_example, "lock?d=1&frac=1")
+ fetch_data(running_example, "spinlock/lock?d=1")
+ fetch_data(running_example, "spinlock/lock?d=1&frac=1")
def test_block_profile(running_example):
if yatest.common.context.build_type != "profile":
pytest.skip()
- fetch_data(running_example, "block?d=1")
- fetch_data(running_example, "block?d=1&frac=1")
+ fetch_data(running_example, "spinlock/block?d=1")
+ fetch_data(running_example, "spinlock/block?d=1&frac=1")
def test_binary_handler(running_example):