mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
Actually run the test.
This commit is contained in:
parent
f54a2d3d76
commit
bee295e411
@ -14,7 +14,7 @@ from __future__ import annotations
|
|||||||
import time
|
import time
|
||||||
from urllib.parse import unquote as url_unquote, quote as url_quote
|
from urllib.parse import unquote as url_unquote, quote as url_quote
|
||||||
|
|
||||||
from twisted.internet.defer import maybeDeferred
|
from twisted.internet.defer import ensureDeferred
|
||||||
|
|
||||||
import allmydata.uri
|
import allmydata.uri
|
||||||
from allmydata.util import jsonbytes as json
|
from allmydata.util import jsonbytes as json
|
||||||
@ -254,7 +254,7 @@ def test_status(alice):
|
|||||||
|
|
||||||
|
|
||||||
@run_in_thread
|
@run_in_thread
|
||||||
async def test_directory_deep_check(reactor, request, alice):
|
def test_directory_deep_check(reactor, request, alice):
|
||||||
"""
|
"""
|
||||||
use deep-check and confirm the result pages work
|
use deep-check and confirm the result pages work
|
||||||
"""
|
"""
|
||||||
@ -265,7 +265,7 @@ async def test_directory_deep_check(reactor, request, alice):
|
|||||||
total = 4
|
total = 4
|
||||||
|
|
||||||
result = util.reconfigure(reactor, request, alice, (happy, required, total), convergence=None)
|
result = util.reconfigure(reactor, request, alice, (happy, required, total), convergence=None)
|
||||||
pytest_twisted.blockon(maybeDeferred(result))
|
pytest_twisted.blockon(ensureDeferred(result))
|
||||||
|
|
||||||
# create a directory
|
# create a directory
|
||||||
resp = requests.post(
|
resp = requests.post(
|
||||||
|
Loading…
Reference in New Issue
Block a user