Displaying 1 result from an estimated 1 matches for "2b8092c".
Did you mean:
  278092l
  
2019 Jun 27
2
[libnbd PATCH] tests: Add test for abrupt server death
...open to bike-shedding on the test name.
 .gitignore         |   1 +
 tests/Makefile.am  |   7 +++
 tests/disconnect.c | 143 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 151 insertions(+)
 create mode 100644 tests/disconnect.c
diff --git a/.gitignore b/.gitignore
index ea496ac..2b8092c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,6 +109,7 @@ Makefile.in
 /tests/connect-unix
 /tests/connect-uri-tcp
 /tests/connect-uri-unix
+/tests/disconnect
 /tests/errors
 /tests/functions.sh
 /tests/get-size
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0314d91..bbd7330 100644
---...