[ovs-git] Open vSwitch: tests: Remove incorrect OVS_UNUSED from declaration. (master)

dev at openvswitch.org dev at openvswitch.org
Wed May 26 22:26:16 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  a36919566a348427d28dce06b607a3dcfeb64822 (commit)
       via  70d3fbe7658b59bac65f8b4f2ba03602acf7f1c2 (commit)
       via  3223e977cae4125b24ebb9498e0b67b4d8fac4c3 (commit)
      from  a238d75e3527a18efae40f1cadc2a95261249580 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a36919566a348427d28dce06b607a3dcfeb64822
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a36919566a348427d28dce06b607a3dcfeb64822
Author: Ben Pfaff <blp at nicira.com>
		
tests: Remove incorrect OVS_UNUSED from declaration.
		


commit 70d3fbe7658b59bac65f8b4f2ba03602acf7f1c2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=70d3fbe7658b59bac65f8b4f2ba03602acf7f1c2
Author: Ben Pfaff <blp at nicira.com>
		
tests: Speed up classifier test.
		
Many of the classifier tests take time exponential in the number of fields,
because the existing compare_classifiers() iterates over 2^n_fields
possibilities.  This is very slow.

This commit fixes the problem by only testing a fixed number of random
possibilities instead of all of them.  This makes it much, much faster.


commit 3223e977cae4125b24ebb9498e0b67b4d8fac4c3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3223e977cae4125b24ebb9498e0b67b4d8fac4c3
Author: Ben Pfaff <blp at nicira.com>
		
tests: Break monolithic classifier test into subtests.
		
This makes it easier to see which tests are taking up a lot of time, and
to see which ones actually fail if any of them do.


-----------------------------------------------------------------------

Summary of changes:
 tests/automake.mk       |    1 +
 tests/classifier.at     |   16 +++++++++++
 tests/library.at        |    5 ---
 tests/test-classifier.c |   68 ++++++++++++++++++++++------------------------
 tests/test-vconn.c      |    2 +-
 tests/testsuite.at      |    1 +
 6 files changed, 52 insertions(+), 41 deletions(-)
 create mode 100644 tests/classifier.at


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list