Skip to content

Fixing warnings in cicd for tests.#1652

Merged
Slach merged 1 commit intoAltinity:0.24.5from
antip00:0.24.5-fixing-cicd-warnings-for-tests
Mar 10, 2025
Merged

Fixing warnings in cicd for tests.#1652
Slach merged 1 commit intoAltinity:0.24.5from
antip00:0.24.5-fixing-cicd-warnings-for-tests

Conversation

@antip00
Copy link
Copy Markdown
Contributor

@antip00 antip00 commented Mar 10, 2025

Fixing SyntaxWarnings in the tests.

/home/runner/work/clickhouse-operator/clickhouse-operator/tests/e2e/kubectl.py:461: SyntaxWarning: invalid escape sequence '\.'
  f'DEFAULT:".metadata.annotations.storageclass\.kubernetes\.io/is-default-class",NAME:.metadata.name',
/home/runner/work/clickhouse-operator/clickhouse-operator/tests/e2e/kubectl.py:471: SyntaxWarning: invalid escape sequence '\.'
  f'DEFAULT:".metadata.annotations.storageclass\.beta\.kubernetes\.io/is-default-class",NAME:.metadata.name',
/home/runner/work/clickhouse-operator/clickhouse-operator/tests/e2e/test_operator.py:2883: SyntaxWarning: invalid escape sequence '\.'
  ".metadata.labels.clickhouse\.altinity\.com/ready",
/home/runner/work/clickhouse-operator/clickhouse-operator/tests/e2e/test_operator.py:5184: SyntaxWarning: invalid escape sequence '\.'
  assert kubectl.get_field("pod", pod, ".metadata.annotations.kubectl\.kubernetes\.io/restartedAt") != "<none>"
/home/runner/work/clickhouse-operator/clickhouse-operator/tests/e2e/test_operator.py:5186: SyntaxWarning: invalid escape sequence '\.'
  assert kubectl.get_field("statefulset", sts, ".spec.template.metadata.annotations.kubectl\.kubernetes\.io/restartedAt") != "<none>"

@Slach Slach merged commit 7b002ef into Altinity:0.24.5 Mar 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants