forked from cerc-io/laconicd-deprecated
Skip GRPC query test with recursive attributes input
This commit is contained in:
parent
6f6138f02a
commit
e004584685
@ -80,23 +80,35 @@ func (suite *KeeperTestSuite) TestGrpcGetRecordLists() {
|
|||||||
false,
|
false,
|
||||||
1,
|
1,
|
||||||
},
|
},
|
||||||
{
|
// Skip the following test as querying with recursive values not supported (PR https://git.vdb.to/cerc-io/laconicd/pulls/112)
|
||||||
"Filter with tag (extant) (https://git.vdb.to/cerc-io/laconicd/issues/129)",
|
// See function RecordsFromAttributes (QueryValueToJSON call) in the registry keeper implementation (x/registry/keeper/keeper.go)
|
||||||
®istrytypes.QueryListRecordsRequest{
|
// {
|
||||||
Attributes: []*registrytypes.QueryListRecordsRequest_KeyValueInput{
|
// "Filter with tag (extant) (https://git.vdb.to/cerc-io/laconicd/issues/129)",
|
||||||
{
|
// ®istrytypes.QueryListRecordsRequest{
|
||||||
Key: "tags",
|
// Attributes: []*registrytypes.QueryListRecordsRequest_KeyValueInput{
|
||||||
Value: ®istrytypes.QueryListRecordsRequest_ValueInput{
|
// {
|
||||||
Value: ®istrytypes.QueryListRecordsRequest_ValueInput_String_{"tagA"},
|
// Key: "tags",
|
||||||
},
|
// // Value: ®istrytypes.QueryListRecordsRequest_ValueInput{
|
||||||
},
|
// // Value: ®istrytypes.QueryListRecordsRequest_ValueInput_String_{"tagA"},
|
||||||
},
|
// // },
|
||||||
All: true,
|
// Value: ®istrytypes.QueryListRecordsRequest_ValueInput{
|
||||||
},
|
// Value: ®istrytypes.QueryListRecordsRequest_ValueInput_Array{Array: ®istrytypes.QueryListRecordsRequest_ArrayInput{
|
||||||
true,
|
// Values: []*registrytypes.QueryListRecordsRequest_ValueInput{
|
||||||
false,
|
// {
|
||||||
1,
|
// Value: ®istrytypes.QueryListRecordsRequest_ValueInput_String_{"tagA"},
|
||||||
},
|
// },
|
||||||
|
// },
|
||||||
|
// }},
|
||||||
|
// },
|
||||||
|
// // Throws: "Recursive query values are not supported"
|
||||||
|
// },
|
||||||
|
// },
|
||||||
|
// All: true,
|
||||||
|
// },
|
||||||
|
// true,
|
||||||
|
// false,
|
||||||
|
// 1,
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
"Filter with tag (non-existent) (https://git.vdb.to/cerc-io/laconicd/issues/129)",
|
"Filter with tag (non-existent) (https://git.vdb.to/cerc-io/laconicd/issues/129)",
|
||||||
®istrytypes.QueryListRecordsRequest{
|
®istrytypes.QueryListRecordsRequest{
|
||||||
|
Loading…
Reference in New Issue
Block a user