Codebase list orafce / 2a0e7bf
Skip the dbms_alert tests, they cause random build failures due to concurrency Christoph Berg 10 years ago
4 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
55 * Point watch file at https://github.com/orafce/orafce/releases
66 * Support all PostgreSQL versions (closes: #731515)
77 * Add autopkgtest support
8 + Skip the dbms_alert tests, they cause random build failures due to
9 concurrency
810 * Add myself to Uploaders
911
1012 -- Christoph Berg <christoph.berg@credativ.de> Mon, 17 Feb 2014 11:44:07 +0100
0 # Skip the dbms_alert tests, they cause random build failures due to concurrency
1
2 --- a/parallel_schedule
3 +++ b/parallel_schedule
4 @@ -1,3 +1,3 @@
5 test: init
6 test: dbms_pipe_session_A dbms_pipe_session_B
7 -test: dbms_alert_session_A dbms_alert_session_B dbms_alert_session_C
8 +#test: dbms_alert_session_A dbms_alert_session_B dbms_alert_session_C
0 regress-no-alert
1010 8*|9.0) FAIL="true" ;;
1111 *) FAIL="false" ;;
1212 esac
13 rm -f orafunc.sql
14 make orafunc.sql PG_CONFIG=/usr/lib/postgresql/$v/bin/pg_config
1315 pg_buildext installcheck-$v || $FAIL
1416 done