readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 37 行
TXT
37 行
Sequence Event ETCL Filter Test
===============================
Description
-----------
This test checks push supplier and push consumer ETCL event filter mechanisms.
The supplier sends a number of events specified by the consumer. The consumer
can filter or not filter the events and can use multiple consumers.
The consumer may specify 'and' and/or 'or' relations on the filterable data
contained within an event.
Usage
-----
The test consists of a Supplier and Consumer. The usage for each as is
follows:
$ ./Sequence_Supplier
usage: ./Sequence_Supplier -o <iorfile> -e <# of events>
$ ./Sequence_Consumer -\?
usage: ./Sequence_Consumer -k <ior> -l <low expected events>
-h <high expected events>
To run this test, run the run_test.pl perl script.
This script is designed to test various aspects of the filtering
mechanism.
Expected Results
----------------
The test script will display an error if for any test that fails.
Otherwise, the test passed.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?