Skip to content
Snippets Groups Projects
Unverified Commit 5fc507ec authored by Daniel's avatar Daniel
Browse files

ENH: Test for server issue 99.

Warning: may cause an infinite loop with output in one server thread.
parent 63c8db1f
Branches
Tags
No related merge requests found
...@@ -154,6 +154,7 @@ def test_issue_99(): ...@@ -154,6 +154,7 @@ def test_issue_99():
docker_dir = os.path.join(db.get_config().get("IntegrationTests", docker_dir = os.path.join(db.get_config().get("IntegrationTests",
"test_files.test_insert_files_in_dir.server"), "test_files.test_insert_files_in_dir.server"),
"test_issue_99") "test_issue_99")
os.makedirs(local_dir)
with tempfile.NamedTemporaryFile(dir=local_dir) as file_99: with tempfile.NamedTemporaryFile(dir=local_dir) as file_99:
# Create File entity in CaosDB # Create File entity in CaosDB
c = db.Container() c = db.Container()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment