Home
last modified time | relevance | path

Searched refs:ErrVirtualStorageNotExist (Results 1 – 19 of 19) sorted by relevance

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Drouter_per_repository_test.go22 return nil, nodes.ErrVirtualStorageNotExist
55 error: nodes.ErrVirtualStorageNotExist,
126 error: nodes.ErrVirtualStorageNotExist,
264 error: nodes.ErrVirtualStorageNotExist,
438 error: nodes.ErrVirtualStorageNotExist,
H A Drouter_per_repository.go37 return nil, nodes.ErrVirtualStorageNotExist
85 return nil, nodes.ErrVirtualStorageNotExist
H A Dcoordinator.go600 if errors.Is(err, nodes.ErrVirtualStorageNotExist) {
640 if errors.Is(err, nodes.ErrVirtualStorageNotExist) {
666 if errors.Is(err, nodes.ErrVirtualStorageNotExist) {
H A Dcoordinator_test.go1271 return nodes.Shard{}, nodes.ErrVirtualStorageNotExist
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Drouter_per_repository_test.go25 return nil, nodes.ErrVirtualStorageNotExist
58 error: nodes.ErrVirtualStorageNotExist,
134 error: nodes.ErrVirtualStorageNotExist,
283 error: nodes.ErrVirtualStorageNotExist,
469 error: nodes.ErrVirtualStorageNotExist,
H A Drouter_per_repository.go37 return nil, nodes.ErrVirtualStorageNotExist
95 return nil, nodes.ErrVirtualStorageNotExist
H A Dcoordinator.go686 if errors.Is(err, nodes.ErrVirtualStorageNotExist) {
731 if errors.Is(err, nodes.ErrVirtualStorageNotExist) {
757 if errors.Is(err, nodes.ErrVirtualStorageNotExist) {
H A Dcoordinator_test.go1304 return nodes.Shard{}, nodes.ErrVirtualStorageNotExist
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Drouter_per_repository_test.go25 return nil, nodes.ErrVirtualStorageNotExist
58 error: nodes.ErrVirtualStorageNotExist,
134 error: nodes.ErrVirtualStorageNotExist,
283 error: nodes.ErrVirtualStorageNotExist,
469 error: nodes.ErrVirtualStorageNotExist,
H A Drouter_per_repository.go37 return nil, nodes.ErrVirtualStorageNotExist
95 return nil, nodes.ErrVirtualStorageNotExist
H A Dcoordinator.go686 if errors.Is(err, nodes.ErrVirtualStorageNotExist) {
731 if errors.Is(err, nodes.ErrVirtualStorageNotExist) {
757 if errors.Is(err, nodes.ErrVirtualStorageNotExist) {
H A Dcoordinator_test.go1310 return nodes.Shard{}, nodes.ErrVirtualStorageNotExist
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/
H A Dmanager.go222 var ErrVirtualStorageNotExist = errors.New("virtual storage does not exist") var
228 …return Shard{}, fmt.Errorf("virtual storage %q: %w", virtualStorageName, ErrVirtualStorageNotExist)
H A Dmanager_test.go347 consistentSecondariesErr = ErrVirtualStorageNotExist
349 require.True(t, errors.Is(err, ErrVirtualStorageNotExist))
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/
H A Dmanager.go216 var ErrVirtualStorageNotExist = errors.New("virtual storage does not exist") var
222 …return Shard{}, fmt.Errorf("virtual storage %q: %w", virtualStorageName, ErrVirtualStorageNotExist)
H A Dmanager_test.go347 consistentSecondariesErr = ErrVirtualStorageNotExist
349 require.True(t, errors.Is(err, ErrVirtualStorageNotExist))
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/
H A Dmanager.go236 var ErrVirtualStorageNotExist = errors.New("virtual storage does not exist") var
242 …return Shard{}, fmt.Errorf("virtual storage %q: %w", virtualStorageName, ErrVirtualStorageNotExist)
H A Dmanager_test.go354 consistentSecondariesErr = ErrVirtualStorageNotExist
356 require.True(t, errors.Is(err, ErrVirtualStorageNotExist))
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/info/
H A Dconsistencycheck_test.go85 return nodes.Shard{}, nodes.ErrVirtualStorageNotExist