Skip to content

Fix the failing scheduled CI checks; surface the C# 1.2.0 release - #523

Merged
g-despot merged 2 commits into
mainfrom
docs/fix-scheduled-ci-and-csharp-1.2.0
Aug 26, 2026
Merged

Fix the failing scheduled CI checks; surface the C# 1.2.0 release#523
g-despot merged 2 commits into
mainfrom
docs/fix-scheduled-ci-and-csharp-1.2.0

Conversation

@g-despot

Copy link
Copy Markdown
Contributor

The weekly scheduled runs (Python code tests, indexability, llms.txt) have been failing. This fixes each cause, and surfaces the C# 1.2.0 release.

  • llms_txt_tests.yml, indexability_tests.yml: set DOCS_GITHUB_ENV: "true" on the pytest steps. Without it, conftest's session-scoped autouse fixture starts six docker-compose stacks these jobs never use — 8 min of llms.txt's 10-min timeout, which cancelled the job before its link test ever ran.
  • search.bm25.py, search.bm25.gql.py, search-operators.md: restrict the and_cross examples to question/answer. Unrestricted they always error — the operator requires one tokenization across all searched properties and JeopardyQuestion mixes them. The Python one has failed every run since it landed; the other two are not snippet-tested.
  • tests/utils.py: retry embedded-Weaviate startup port collisions.
  • test_docs_indexability.py: accept either quickstart URL — the live web-search model cites both.
  • release-history.md, versions-config.json, update-config-versions.js: C# 1.2.0, three dead weaviate-dotnet-client links repointed at csharp-client, and C# added to the build-time version refresh so it stops going stale.

The C# column reads as which client supports each server line, not which shipped during its window.

Skip conftest's docker startup in the llms.txt and indexability jobs, restrict
the and_cross examples to compatible properties, retry embedded startup port
collisions, and accept either quickstart URL in the agent search test.
Fill the C# column in the release history, repoint three dead
weaviate-dotnet-client links at csharp-client, and add C# to the build-time
version refresh so it stops going stale.

@orca-security-eu orca-security-eu Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@g-despot
g-despot merged commit a3a559f into main Aug 26, 2026
13 checks passed
@g-despot
g-despot deleted the docs/fix-scheduled-ci-and-csharp-1.2.0 branch August 26, 2026 11:12
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.

1 participant