zilliztech / milvus-backup

Backup and restore tool for Milvus
Apache License 2.0
134 stars 51 forks source link

[Enhancement]:Add test cases to test the meta info like index and load state #69

Open zhuwenxing opened 1 year ago

zhuwenxing commented 1 year ago

What would you like to be added?

Add test cases to test the meta info like index and load state

Why is this needed?

The backup tool now support backup index and load state mate info, so this feature need to be tested

Anything else?

No response

zhuwenxing commented 1 year ago

/assign @zhuwenxing

wayblink commented 1 year ago

FYI, index info tests should cover vector field and varchar field

wayblink commented 1 year ago

FYI, index info tests should cover vector field and varchar field

New findings, gosdk currently doesn't support get and create scalar field index. scalar field index will be supported after gosdk support it