@@ -123,7 +123,7 @@ func (vsuite *VectorTestSuite) TestVectorBackupRestore() {
123123
124124 numVectors := 1000
125125 pred := "project_description_v"
126- rdfs , vectors := dgraphapi .GenerateRandomVectors (0 , numVectors , 10 , pred )
126+ rdfs , vectors := dgraphapi .GenerateRandomVectors (0 , numVectors , 100 , pred )
127127
128128 mu := & api.Mutation {SetNquads : []byte (rdfs ), CommitNow : true }
129129 _ , err = gc .Mutate (mu )
@@ -252,7 +252,7 @@ func (vsuite *VectorTestSuite) TestVectorBackupRestoreReIndexing() {
252252
253253 numVectors := 1000
254254 pred := "project_description_v"
255- rdfs , vectors := dgraphapi .GenerateRandomVectors (0 , numVectors , 10 , pred )
255+ rdfs , vectors := dgraphapi .GenerateRandomVectors (0 , numVectors , 100 , pred )
256256
257257 mu := & api.Mutation {SetNquads : []byte (rdfs ), CommitNow : true }
258258 _ , err = gc .Mutate (mu )
@@ -261,7 +261,7 @@ func (vsuite *VectorTestSuite) TestVectorBackupRestoreReIndexing() {
261261 t .Log ("taking backup \n " )
262262 require .NoError (t , hc .Backup (c , false , dgraphtest .DefaultBackupDir ))
263263
264- rdfs2 , vectors2 := dgraphapi .GenerateRandomVectors (numVectors , numVectors + 300 , 10 , pred )
264+ rdfs2 , vectors2 := dgraphapi .GenerateRandomVectors (numVectors , numVectors + 300 , 100 , pred )
265265
266266 mu = & api.Mutation {SetNquads : []byte (rdfs2 ), CommitNow : true }
267267 _ , err = gc .Mutate (mu )
0 commit comments