mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 06:52:42 +08:00
Revert "Unistore : Ensure Watch works in HA mode." (#94097)
Revert "Unistore : Ensure Watch works in HA mode. (#93428)" This reverts commit 0a26c9e9aec15ba0d21a836e1cbc1b03bad4bc34.
This commit is contained in:
@ -104,18 +104,6 @@ func TestUnifiedStorageQueries(t *testing.T) {
|
||||
},
|
||||
},
|
||||
},
|
||||
sqlResourceHistoryPoll: {
|
||||
{
|
||||
Name: "single path",
|
||||
Data: &sqlResourceHistoryPollRequest{
|
||||
SQLTemplate: mocks.NewTestingSQLTemplate(),
|
||||
Resource: "res",
|
||||
Group: "group",
|
||||
SinceResourceVersion: 1234,
|
||||
Response: new(historyPollResponse),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
sqlResourceUpdateRV: {
|
||||
{
|
||||
@ -155,8 +143,7 @@ func TestUnifiedStorageQueries(t *testing.T) {
|
||||
Data: &sqlResourceRequest{
|
||||
SQLTemplate: mocks.NewTestingSQLTemplate(),
|
||||
WriteEvent: resource.WriteEvent{
|
||||
Key: &resource.ResourceKey{},
|
||||
PreviousRV: 1234,
|
||||
Key: &resource.ResourceKey{},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user