diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2019-04-10 14:40:11 +0800 |
---|---|---|
committer | Lianhao Lu <lianhao.lu@intel.com> | 2019-04-10 14:40:11 +0800 |
commit | 99def6ddf75d44a8c8c02144cb49b346a82bdaf6 (patch) | |
tree | 98695a7d4589d0bee5513b62fbdbc4082fe29af4 /plugins/reception-plugins/src/test/resources | |
parent | 42370a06ea7681b6e422b1d5739ec4d6c1287103 (diff) |
Add multi-thread support in FileSystemReceptionHander
By adding multi-thread support in FileSystemReceptionHander, we can have
a more thorough s3p test to test performance & stablity in multithread
situations.
Change-Id: Id263435531e26dcbadfbda6f82b26ac54a72ba1a
Issue-ID: POLICY-1274
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'plugins/reception-plugins/src/test/resources')
-rw-r--r-- | plugins/reception-plugins/src/test/resources/handling-filesystem.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/reception-plugins/src/test/resources/handling-filesystem.json b/plugins/reception-plugins/src/test/resources/handling-filesystem.json index 6a402a7a..5274d8e2 100644 --- a/plugins/reception-plugins/src/test/resources/handling-filesystem.json +++ b/plugins/reception-plugins/src/test/resources/handling-filesystem.json @@ -1,5 +1,6 @@ { "name": "parameterConfig1", - "watchPath": "/tmp" + "watchPath": "/tmp", + "maxThread": 2 } |