Skip to content

[bug](ci): SINDI KNN statistics report incomplete on x86 and AArch64 #2907

Description

@vsag-bot

Summary

The Python test workflow failed on both architectures because test_sindi_knn_search_with_statistics received statistics["complete"] == False when the test required True. The later exit code 1 is only the result-analysis wrapper reporting the pytest failure.

Likely cause

The SINDI KNN search statistics are not marking the operation as complete. The supplied logs do not expose why the complete field remains false, so the underlying implementation defect cannot be determined more precisely.

Failure evidence

  • Test Python Aarch64: test_sindi.py:71 failed at assert statistics["complete"] is True with False is True.
  • Test Python X86 failed at the identical assertion, showing the failure is architecture-independent in this run.
  • Both jobs completed 109 other tests successfully and reported exactly one failed test.
  • Process completed with exit code 1 occurred after the workflow detected FAILED in test-output.log; it is a wrapper status, not the causal error.
  • The Node.js 20 deprecation messages did not terminate either job and are unrelated to the pytest assertion.

Automated CI failure occurrences

Observed 9 times. This table is maintained by @vsag-bot.

Time (UTC) Branch Commit Workflow Failure
2026-09-09T03:33:23.000Z main (1.1) c0b1444 Python Build & Test run #34304938153 attempt 1
2026-09-09T03:34:49.000Z main (1.1) bff27dc Python Build & Test run #34305357725 attempt 1
2026-09-09T03:42:05.000Z main (1.1) b144589 Python Build & Test run #34305795925 attempt 1
2026-09-09T08:46:30.000Z main (1.1) f1574e7 Python Build & Test run #34323010413 attempt 1
2026-09-09T08:53:59.000Z main (1.1) d3d045e Python Build & Test run #34323887888 attempt 1
2026-09-09T09:10:08.000Z main (1.1) 44e5b07 Python Build & Test run #34324021195 attempt 1
2026-09-10T02:48:08.000Z main (1.1) be6ff51 Python Build & Test run #34428838083 attempt 1
2026-09-10T03:00:09.000Z main (1.1) 0f52a8b Python Build & Test run #34429753637 attempt 1
2026-09-10T08:23:58.000Z main (1.1) fd36393 Python Build & Test run #34452027827 attempt 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

area/ciCI/CD, build configuration, and automation CI/CD、构建配置与自动化created-by-AIThe issue is found and created by AI Agentfixing-by-AIA general CI failure currently being fixed by vsag-botkind/bugBug fixes, defects, or unexpected behavior 修复程序错误、缺陷或异常行为pts/5Substantial effort; multiple files or components 较大工作量;涉及多个文件或组件repeats/5+Observed at least five times by the maintained-branch CI monitorversion/1.1

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions