forked from samba-team/samba
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ctdb-test: Adding test case to verify queue resizeing
If a data packet arrives which exceeds the queue's current buffer size, the buffer needs to be increased to hold the full packet. Once the packet is processed the buffer size should be decreased to its standard size again. This test case verifies this process. Signed-off-by: Swen Schillig <[email protected]> Reviewed-by: Martin Schwenke <[email protected]> Reviewed-by: Christof Schmitt <[email protected]> Autobuild-User(master): Christof Schmitt <[email protected]> Autobuild-Date(master): Wed Apr 10 00:17:37 UTC 2019 on sn-devel-144
- Loading branch information
Showing
2 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ ok_null | |
unit_test ctdb_io_test 1 | ||
unit_test ctdb_io_test 2 | ||
unit_test ctdb_io_test 3 | ||
unit_test ctdb_io_test 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters