summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-04-08 16:26:18 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-04-08 16:26:18 -0400
commit333f8ea6525b1152f9c11abf38f3e7a0a6f757c0 (patch)
treee700e36de621e2a6f0eb3e0804753ffe5157f584 /tests
parent5729f1b0b3fd1f04f9f6e1787df3dbb74964a404 (diff)
added test file to purge list in tests.events_test.TestEvents.test_NDM_oncreated
modified: tests/events_test.py
Diffstat (limited to 'tests')
-rw-r--r--tests/events_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/events_test.py b/tests/events_test.py
index d4df13d..fa0187c 100644
--- a/tests/events_test.py
+++ b/tests/events_test.py
@@ -275,6 +275,8 @@ class TestEvents(object):
## check if the new file's info is in silo
assert self.silo.exists(self.TEST_FILE_MUTANT)
+ self.purge_list.append(self.TEST_FILE_MUTANT)
+
# Test - directory creation
self.FOO_DIR = path.join(self.FILES_DIR, 'foo')
mk_nodedir(self.FOO_DIR, self.config)
@@ -290,6 +292,7 @@ class TestEvents(object):
self.purge_list.append(self.FOO_DIR)
+ # stop the zarking observers.
for i in range(num_nodes):
observers[i].stop()
observers[i].join()