We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9ec89 commit cbfa321Copy full SHA for cbfa321
tests/integration/test_storage.py
@@ -7,6 +7,7 @@
7
import pytest
8
from pytest_operator.plugin import OpsTest
9
10
+from .. import markers
11
from .helpers import (
12
DATABASE_APP_NAME,
13
STORAGE_PATH,
@@ -17,10 +18,10 @@
17
18
19
logger = logging.getLogger(__name__)
20
-MAX_RETRIES = 20
21
INSUFFICIENT_SIZE_WARNING = "<10% free space on pgdata volume."
22
23
24
+@markers.amd64_only
25
@pytest.mark.abort_on_fail
26
async def test_filling_and_emptying_pgdata_storage(ops_test: OpsTest, charm):
27
"""Build and deploy the charm and saturate its pgdata volume."""
0 commit comments