8000 Bug fix/stabilize view arangosearch test (#10001) · distrubuted/arangodb@f8c8532 · GitHub
[go: up one dir, main page]

Skip to content

Commit f8c8532

Browse files
authored
Bug fix/stabilize view arangosearch test (arangodb#10001)
* Use setup all to decrease the waittime of view cluster tests.
1 parent 2dde7e2 commit f8c8532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/js/common/aql/aql-view-arangosearch-cluster.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
console.info("Test suite arguments: " + JSON.stringify(args));
4747

4848
return {
49-
se 85FD tUp : function () {
49+
setUpAll : function () {
5050
analyzers.save("text_en", "text", "{ \"locale\": \"en.UTF-8\", \"stopwords\": [ ] }", [ "frequency", "norm", "position" ]);
5151
db._drop("UnitTestsCollection");
5252
c = db._create("UnitTestsCollection", args);
@@ -132,7 +132,7 @@
132132
g.save({ _from: "UnitTestsGraphCollection/intermediate", _to: "UnitTestsGraphCollection/end" });
133133
},
134134

135-
tearDown : function () {
135+
tearDownAll : function () {
136136
meta = { links : { "UnitTestsCollection": null } };
137137
v.properties(meta);
138138
v.drop();

0 commit comments

Comments
 (0)
0