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

Draft: Resolve "BEC Figure RPC tests fix"

guijar_m requested to merge 94-bec-figure-rpc-tests-fix into main

This MR proposes a fix for the issue @wyzula_j showed me yesterday

2 main problems:

  • the major one, was that during the wait loop signals/slots could not execute
  • the minor one, BECDispatcher in server was the same instance as in client ; in addition BECClient was a singleton too

the test I added in this MR is just to demonstrate the problem and the solution, it has to be replaced by the real test

Merge request reports

Loading