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

test(vscode): popen call does not have to be the only one

wakonig_k requested to merge fix/vscode_popen_call into main

Description

Fixed a bug in the test case that would cause the test to crash if it is the first test in the randomized test suite: The BECWidget base class uses popen to determine the OS theme, hence the check "assert_called_once" within the test would fail as popen was called multiple times already.

Merge request reports

Loading