mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 15:49:58 +00:00
In this test safekeepers are restarted one by one, while bank transactions are executed and validated in the background. Bank transactions consist of balance transfers and log writes. In the end balance sum should remain the same and there should be progress from every client, when 2 of 3 safekeeper nodes are up.
23 lines
399 B
TOML
23 lines
399 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pytest = ">=6.0.0"
|
|
psycopg2 = "*"
|
|
typing-extensions = "*"
|
|
pyjwt = {extras = ["crypto"], version = "*"}
|
|
requests = "*"
|
|
pytest-xdist = "*"
|
|
asyncpg = "*"
|
|
|
|
[dev-packages]
|
|
yapf = "*"
|
|
flake8 = "*"
|
|
mypy = "*"
|
|
|
|
[requires]
|
|
# we need at least 3.6, but pipenv doesn't allow to say this directly
|
|
python_version = "3"
|