[PVFS2-CVS] commit by neill in pvfs2/test/correctness/pts:
test-contiguous-datatype.c test-explicit-offset.c test-mix.c
test-noncontig-pattern.c test-request-contiguous.c
test-request-indexed.c test-request-tiled.c
test-romio-noncontig-pattern2.c test-vector-offset.c
test-vector-start-final-offset.c test-write-eof.c
CVS commit program
cvs at parl.clemson.edu
Thu May 13 13:21:43 EDT 2004
Update of /projects/cvsroot/pvfs2/test/correctness/pts
In directory parlweb:/tmp/cvs-serv17190/test/correctness/pts
Modified Files:
test-contiguous-datatype.c test-explicit-offset.c test-mix.c
test-noncontig-pattern.c test-request-contiguous.c
test-request-indexed.c test-request-tiled.c
test-romio-noncontig-pattern2.c test-vector-offset.c
test-vector-start-final-offset.c test-write-eof.c
Log Message:
- update test code with recent dist changes
Index: test-contiguous-datatype.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-contiguous-datatype.c,v
diff -p -u -r1.3 -r1.4
--- test-contiguous-datatype.c 18 Mar 2004 20:59:02 -0000 1.3
+++ test-contiguous-datatype.c 13 May 2004 16:21:43 -0000 1.4
@@ -60,7 +60,7 @@ static int test_cont_datatype(void){
rf1.server_nr = 0;
rf1.server_ct = 4;
rf1.fsize = 0;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 1;
PINT_Dist_lookup(rf1.dist);
Index: test-explicit-offset.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-explicit-offset.c,v
diff -p -u -r1.4 -r1.5
--- test-explicit-offset.c 18 Mar 2004 20:59:03 -0000 1.4
+++ test-explicit-offset.c 13 May 2004 16:21:43 -0000 1.5
@@ -60,7 +60,7 @@ static int test_exp_offset(void){
rf1.server_nr = 0;
rf1.server_ct = 4;
rf1.fsize = 6000;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 0;
PINT_Dist_lookup(rf1.dist);
Index: test-mix.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-mix.c,v
diff -p -u -r1.4 -r1.5
--- test-mix.c 18 Mar 2004 20:59:03 -0000 1.4
+++ test-mix.c 13 May 2004 16:21:43 -0000 1.5
@@ -74,7 +74,7 @@ static int test_mx(void){
rf1.server_nr = 0;
rf1.server_ct = 2;
rf1.fsize = 6000;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 0;
PINT_Dist_lookup(rf1.dist);
Index: test-noncontig-pattern.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-noncontig-pattern.c,v
diff -p -u -r1.3 -r1.4
--- test-noncontig-pattern.c 18 Mar 2004 20:59:03 -0000 1.3
+++ test-noncontig-pattern.c 13 May 2004 16:21:43 -0000 1.4
@@ -88,7 +88,7 @@ static int test_noncontig(void){
rf1.server_nr = 0;
rf1.server_ct = 1;
rf1.fsize = 0;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 1;
PINT_Dist_lookup(rf1.dist);
Index: test-request-contiguous.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-request-contiguous.c,v
diff -p -u -r1.5 -r1.6
--- test-request-contiguous.c 18 Mar 2004 20:59:03 -0000 1.5
+++ test-request-contiguous.c 13 May 2004 16:21:43 -0000 1.6
@@ -114,28 +114,28 @@ static int test_request_cont(void){
rf1.server_nr = 0;
rf1.server_ct = 4;
rf1.fsize = 0;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 1;
PINT_Dist_lookup(rf1.dist);
rf2.server_nr = 1;
rf2.server_ct = 4;
rf2.fsize = 0;
- rf2.dist = PVFS_Dist_create("simple_stripe");
+ rf2.dist = PVFS_dist_create("simple_stripe");
rf2.extend_flag = 1;
PINT_Dist_lookup(rf2.dist);
rf3.server_nr = 2;
rf3.server_ct = 4;
rf3.fsize = 0;
- rf3.dist = PVFS_Dist_create("simple_stripe");
+ rf3.dist = PVFS_dist_create("simple_stripe");
rf3.extend_flag = 1;
PINT_Dist_lookup(rf3.dist);
rf4.server_nr = 3;
rf4.server_ct = 4;
rf4.fsize = 0;
- rf4.dist = PVFS_Dist_create("simple_stripe");
+ rf4.dist = PVFS_dist_create("simple_stripe");
rf4.extend_flag = 1;
PINT_Dist_lookup(rf4.dist);
Index: test-request-indexed.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-request-indexed.c,v
diff -p -u -r1.6 -r1.7
--- test-request-indexed.c 18 Mar 2004 20:59:03 -0000 1.6
+++ test-request-indexed.c 13 May 2004 16:21:43 -0000 1.7
@@ -75,7 +75,7 @@ static int test_request(void){
rf1.server_nr = 0;
rf1.server_ct = 1;
rf1.fsize = 0;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 1;
PINT_Dist_lookup(rf1.dist);
@@ -85,7 +85,7 @@ static int test_request(void){
rf2.server_nr = 0;
rf2.server_ct = 1;
rf2.fsize = 10*1024*1024;
- rf2.dist = PVFS_Dist_create("simple_stripe");
+ rf2.dist = PVFS_dist_create("simple_stripe");
rf2.extend_flag = 1;
PINT_Dist_lookup(rf2.dist);
Index: test-request-tiled.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-request-tiled.c,v
diff -p -u -r1.3 -r1.4
--- test-request-tiled.c 18 Mar 2004 20:59:03 -0000 1.3
+++ test-request-tiled.c 13 May 2004 16:21:43 -0000 1.4
@@ -56,7 +56,7 @@ static int test_req_tiled(void){
rf1.server_nr = 0;
rf1.server_ct = 4;
rf1.fsize = 6000;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 0;
PINT_Dist_lookup(rf1.dist);
Index: test-romio-noncontig-pattern2.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-romio-noncontig-pattern2.c,v
diff -p -u -r1.3 -r1.4
--- test-romio-noncontig-pattern2.c 18 Mar 2004 20:59:03 -0000 1.3
+++ test-romio-noncontig-pattern2.c 13 May 2004 16:21:43 -0000 1.4
@@ -79,7 +79,7 @@ static int test_romio_noncontig2(void){
rf1.server_nr = 0;
rf1.server_ct = 1;
rf1.fsize = 0;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 1;
PINT_Dist_lookup(rf1.dist);
Index: test-vector-offset.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-vector-offset.c,v
diff -p -u -r1.3 -r1.4
--- test-vector-offset.c 18 Mar 2004 20:59:03 -0000 1.3
+++ test-vector-offset.c 13 May 2004 16:21:43 -0000 1.4
@@ -57,7 +57,7 @@ static int test_vec_offset(void){
rf1.server_nr = 0;
rf1.server_ct = 8;
rf1.fsize = 10000000;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 1;
PINT_Dist_lookup(rf1.dist);
Index: test-vector-start-final-offset.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-vector-start-final-offset.c,v
diff -p -u -r1.3 -r1.4
--- test-vector-start-final-offset.c 18 Mar 2004 20:59:03 -0000 1.3
+++ test-vector-start-final-offset.c 13 May 2004 16:21:43 -0000 1.4
@@ -58,7 +58,7 @@ static int test_vec_start_final(void){
rf1.server_nr = 0;
rf1.server_ct = 8;
rf1.fsize = 10000000;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 1;
PINT_Dist_lookup(rf1.dist);
Index: test-write-eof.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/correctness/pts/test-write-eof.c,v
diff -p -u -r1.3 -r1.4
--- test-write-eof.c 18 Mar 2004 20:59:03 -0000 1.3
+++ test-write-eof.c 13 May 2004 16:21:43 -0000 1.4
@@ -66,7 +66,7 @@ static int test_write(void){
rf1.server_nr = 0;
rf1.server_ct = 3;
rf1.fsize = 8454144;
- rf1.dist = PVFS_Dist_create("simple_stripe");
+ rf1.dist = PVFS_dist_create("simple_stripe");
rf1.extend_flag = 0;
PINT_Dist_lookup(rf1.dist);
@@ -76,7 +76,7 @@ static int test_write(void){
rf2.server_nr = 0;
rf2.server_ct = 3;
rf2.fsize = 8454144;
- rf2.dist = PVFS_Dist_create("simple_stripe");
+ rf2.dist = PVFS_dist_create("simple_stripe");
rf2.extend_flag = 0;
PINT_Dist_lookup(rf2.dist);
More information about the PVFS2-CVS
mailing list