Your message dated Tue, 24 Feb 2015 23:15:21 +0100
with message-id <[email protected]>
and subject line Re: Bug#778985: unblock: orafce/3.0.7-4
has caused the Debian Bug report #778985,
regarding unblock: orafce/3.0.7-4
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
778985: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778985
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please consider unblocking package orafce. The new version fixes the
autopkgtest regression tests. (No change in the binaries.)
http://ci.debian.net/packages/o/orafce/unstable/amd64/
unblock orafce/3.0.7-4
Thanks!
diff -Nru orafce-3.0.7/debian/changelog orafce-3.0.7/debian/changelog
--- orafce-3.0.7/debian/changelog 2014-08-26 19:07:29.000000000 +0200
+++ orafce-3.0.7/debian/changelog 2015-02-22 15:25:29.000000000 +0100
@@ -1,3 +1,12 @@
+orafce (3.0.7-4) unstable; urgency=medium
+
+ * Fix test failures with PostgreSQL 9.4.1: "\set ECHO all;" was always
+ silently interpreted as "\set ECHO none"; now psql will print a warning.
+ Fix by using "none" explicitly. The test output was already expecting the
+ "none" output variant.
+
+ -- Christoph Berg <[email protected]> Sun, 22 Feb 2015 15:21:54 +0100
+
orafce (3.0.7-3) unstable; urgency=medium
* Fix invocation of orafce_sql_yyerror. Patch taken from upstream git.
diff -Nru orafce-3.0.7/debian/patches/regress-echo
orafce-3.0.7/debian/patches/regress-echo
--- orafce-3.0.7/debian/patches/regress-echo 1970-01-01 01:00:00.000000000
+0100
+++ orafce-3.0.7/debian/patches/regress-echo 2015-02-22 15:21:51.000000000
+0100
@@ -0,0 +1,22 @@
+--- a/sql/dbms_pipe_session_A.sql
++++ b/sql/dbms_pipe_session_A.sql
+@@ -159,7 +159,7 @@ BEGIN
+ PERFORM dbms_pipe.send_message(pipename);
+ END; $$ LANGUAGE plpgsql;
+
+-\set ECHO all;
++\set ECHO none
+
+ SELECT createImplicitPipe();
+
+--- a/sql/dbms_pipe_session_B.sql
++++ b/sql/dbms_pipe_session_B.sql
+@@ -80,7 +80,7 @@ BEGIN
+ RETURN result;
+ END; $$ LANGUAGE plpgsql;
+
+-\set ECHO all;
++\set ECHO none
+
+ -- Receives messages sent via an implicit pipe
+ SELECT receiveFrom('named_pipe');
diff -Nru orafce-3.0.7/debian/patches/series orafce-3.0.7/debian/patches/series
--- orafce-3.0.7/debian/patches/series 2014-08-26 19:02:53.000000000 +0200
+++ orafce-3.0.7/debian/patches/series 2015-02-22 15:19:56.000000000 +0100
@@ -1,3 +1,4 @@
git-to_date-conversion
git-sqy_yyerror.patch
regress-no-alert
+regress-echo
Christoph
--
[email protected] | http://www.df7cb.de/
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
On Tue, Feb 24, 2015 at 11:10:06PM +0100, Mehdi Dogguy <[email protected]> wrote:
> On Sun, Feb 22, 2015 at 10:25:16PM +0100, Christoph Berg <[email protected]>
> wrote:
> > Re: Mehdi Dogguy 2015-02-22 <[email protected]>
> > > On Sun, Feb 22, 2015 at 03:32:26PM +0100, Christoph Berg
> > > <[email protected]> wrote:
> > > > +
> > > > +-\set ECHO all;
> > > > ++\set ECHO none
> > > > +
> > >
> > > Is it missing a semi-colon?
> >
> > No, to the contrary: The parser didn't understand "all;" and
> > substituted it by "none" internally. The current test failure is
> > because the previously silent substitution is now accompanied by a
> > warning:
> >
>
> Alright. Unblocked.
>
... and closing.
--
Mehdi Dogguy
--- End Message ---