Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Fix premature end of scan

appel_c requested to merge fix/status_wait_for_kickoff into main

Summary

This MR attempts to fix the premature ending of scan. The suspected reason is that complete is called too early, with the kickoff call still being in progress which leads to an immediate completion of the scan. The additional stubs.wait(...) should be able to address this.

Issues

relates to #2 (closed)

Edited by appel_c

Merge request reports

Loading