Fix the failing scheduled CI checks; surface the C# 1.2.0 release - #523
Merged
Conversation
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.
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: setDOCS_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 theand_crossexamples toquestion/answer. Unrestricted they always error — the operator requires one tokenization across all searched properties andJeopardyQuestionmixes 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 deadweaviate-dotnet-clientlinks repointed atcsharp-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.