Wed Apr 18 08:03:53 PDT 2007
- Previous message: [Slony1-commit] slony1-engine/src/slon misc.h remote_worker.c
- Next message: [Slony1-commit] slony1-engine/src/slonik dbutil.c parser.y scan.l slonik.c slonik.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tests In directory main.slony.info:/tmp/cvs-serv3274/tests Modified Files: run_test.sh Log Message: Patch that removes TABLE ADD KEY from CVS HEAD. This supercedes the previous patch: http://lists.slony.info/pipermail/slony1-patches/2007-April/000008.html Per Bill Moran's comments, this also drops out usage of sl_rowid_seq. http://lists.slony.info/pipermail/slony1-general/2007-April/005883.html It passes test1, as revised in the patch (e.g. - to remove usage of TABLE ADD KEY)... ---------------------------------------------------- creating origin DB: cbbrowne -h localhost -U cbbrowne -p 5882 slonyregress1 add plpgsql to Origin loading origin DB with test1/init_schema.sql setting up user cbbrowne to have weak access to data done creating subscriber 2 DB: cbbrowne -h localhost -U cbbrowne -p 5882 slonyregress2 add plpgsql to subscriber loading subscriber 2 DB from slonyregress1 done creating cluster done storing nodes done Granting weak access on Slony-I schema done storing paths done launching originnode : /opt/OXRS/dbs/pgsql82/bin/slon -s500 -g10 -d2 slony_regress1 "dbname=slonyregress1 host=localhost user=cbbrowne port=5882" launching: /opt/OXRS/dbs/pgsql82/bin/slon -s500 -g10 -d2 slony_regress1 "dbname=slonyregress2 host=localhost user=cbbrowne port=5882" subscribing done generating 468 transactions of random data 0 % 5 % 10 % 15 % 20 % 25 % 30 % 35 % 40 % 45 % 50 % 55 % 60 % 65 % 70 % 75 % 80 % 85 % 90 % 95 % 100 % done launching polling script loading data data load complete completed generate_sync_event() test completed make_function_strict() test done slony is caught up getting data from origin DB for diffing done getting data from node 2 for diffing against origin comparing subscriber node 2 is the same as origin node 1 done **** killing slon node 1 **** killing slon node 2 waiting for slons to die done dropping database slonyregress1 slonyregress2 done *************************** test test1 completed successfully *************************** Index: run_test.sh =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tests/run_test.sh,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** run_test.sh 1 Mar 2007 21:02:31 -0000 1.12 --- run_test.sh 18 Apr 2007 15:03:51 -0000 1.13 *************** *** 316,320 **** sl_event_seq sl_listen sl_local_node_id sl_log_1 sl_log_2 sl_log_status sl_node sl_path sl_registry ! sl_rowid_seq sl_seqlastvalue sl_seqlog sl_sequence sl_set sl_setsync sl_status sl_subscribe sl_table sl_trigger" --- 316,320 ---- sl_event_seq sl_listen sl_local_node_id sl_log_1 sl_log_2 sl_log_status sl_node sl_path sl_registry ! sl_seqlastvalue sl_seqlog sl_sequence sl_set sl_setsync sl_status sl_subscribe sl_table sl_trigger"
- Previous message: [Slony1-commit] slony1-engine/src/slon misc.h remote_worker.c
- Next message: [Slony1-commit] slony1-engine/src/slonik dbutil.c parser.y scan.l slonik.c slonik.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list