frmscoe / postman

Used for different rule testing and populating the arangodb
0 stars 0 forks source link

add: transaction history indexes #42

Closed rtkay123 closed 4 months ago

rtkay123 commented 4 months ago

Related to: https://github.com/frmscoe/General-Issues/issues/379

Justus-at-Tazama commented 4 months ago

When executing the entire test collection, as would be the expectation during a deployment, the collection still creates additional and unnecessary indexes, e.g.:

image

The origin of these indexes was traced to the 5-Fetch-Indexes.Create All Indexes test folder.test.

On review of the entire ArangoDB Setup test collection, section 4 is also wildly out of date.

The updated folder 2-Create-Indexes appears to be working as intended:

image

Please:

  1. Delete folder 4-ArangoDB-Setup-Tests
  2. Delete folder 5-Fetch-Indexes

Updating the "tests" is beyond the scope of the ticket - I'll raise a new ticket to develop appropriate tests that can be executed when the DB is set up to confirm (automatically) a successful setup.