arangodb / rta-makedata

Apache License 2.0
1 stars 2 forks source link

add @adityamukho s tests here #4

Closed dothebart closed 1 year ago

dothebart commented 1 year ago

Scope & Purpose

supersede https://github.com/arangodb/release-test-automation/pull/301 adding tests.

Checklist

The tests still fail with plain devel:

2023-04-04T13:39:01Z [3069071] ERROR [8a210] {general} JavaScript exception in file '/home/willi/src/rta-makedata/test_data/makedata_suites/560_smartgraph_edge_validator.js' at 42,17: Error: Validator of collection _local_citations_smart_0 on atempt to store [object Object] returned unexpected error: 4010 - non disjoint edge found
2023-04-04T13:39:01Z [3069071] ERROR [409ee] {general} !                throw new Error(`Validator of collection ${colName} on atempt to store ${doc} returned unexpected error: ${e.errorNum} - ${e.message}`)
2023-04-04T13:39:01Z [3069071] ERROR [cb0bd] {general} !                ^
Tue Apr 04 2023 15:39:01 GMT+0200 (Central European Summer Time) Finished: TERMINATED exit code: 1 Time elapsed: 12.74659514427185

hence no accompanying PRs yet.

dothebart commented 1 year ago

accidential merged as part of another PR, but test disabled. https://github.com/arangodb/rta-makedata/pull/8 is the followup.