File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
ravendb/tests/jvm_migrated_tests/other_tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ def test_can_fetch_databases_names(self):
17
17
command = database_names_operation .get_command (DocumentConventions ())
18
18
executor .execute_command (command )
19
19
self .assertTrue (self .store .database in command .result )
20
+ executor .close ()
20
21
21
22
def test_can_issue_many_requests (self ):
22
23
ex = RequestExecutor .create (self .store .urls , self .store .database , self .store .conventions )
23
24
for _ in range (50 ):
24
25
ex .execute_command (GetDatabaseNamesOperation (0 , 20 ).get_command (DocumentConventions ()))
26
+ ex .close ()
25
27
26
28
def test_throws_when_updating_topology_of_not_existing_db (self ):
27
29
executor = RequestExecutor .create (self .store .urls , self .store .database , self .store .conventions )
You can’t perform that action at this time.
0 commit comments