Thread
Commits
-
Remove redundant result assignment in 004_sync.pl.
- a2e0d5e5f6a0 17.0 landed
-
subscription TAP test has unused $result
Peter Smith <smithpb2250@gmail.com> — 2023-09-13T01:56:37Z
Yesterday noticed a TAP test assignment to an unused $result. PSA patch to remove that. ------ Kind Regards, Peter Smith. Fujitsu Australia
-
Re: subscription TAP test has unused $result
Amit Kapila <amit.kapila16@gmail.com> — 2023-09-13T04:44:43Z
On Wed, Sep 13, 2023 at 8:43 AM Peter Smith <smithpb2250@gmail.com> wrote: > > Yesterday noticed a TAP test assignment to an unused $result. > > PSA patch to remove that. > Though it is harmless I think we can clean it up. Your patch looks good to me. -- With Regards, Amit Kapila.
-
Re: subscription TAP test has unused $result
Amit Kapila <amit.kapila16@gmail.com> — 2023-09-14T09:10:35Z
On Wed, Sep 13, 2023 at 10:14 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Wed, Sep 13, 2023 at 8:43 AM Peter Smith <smithpb2250@gmail.com> wrote: > > > > Yesterday noticed a TAP test assignment to an unused $result. > > > > PSA patch to remove that. > > > > Though it is harmless I think we can clean it up. Your patch looks good to me. > Pushed. -- With Regards, Amit Kapila.
-
Re: subscription TAP test has unused $result
Peter Smith <smithpb2250@gmail.com> — 2023-09-14T22:53:26Z
On Thu, Sep 14, 2023 at 7:10 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > > Though it is harmless I think we can clean it up. Your patch looks good to me. > > > > Pushed. > Thanks! ------ Kind Regards, Peter Smith. Fujitsu Australia