Re: Tab completion regression test failed on illumos

2023-11-03 Thread Thomas Munro
On Fri, Nov 3, 2023 at 3:14 PM Japin Li wrote: > Thanks for your explantation, the termios.c_oflag on Illumos enables TABDLY > by default. It seems that various other open source Unixen dropped that between 29 and 2 years ago, but not illumos. I guess no one ever had IO::Pty installed on an

Re: Tab completion regression test failed on illumos

2023-11-02 Thread Japin Li
On Fri, 03 Nov 2023 at 10:03, Thomas Munro wrote: > On Fri, Nov 3, 2023 at 2:22 PM Thomas Munro wrote: >> On Fri, Nov 3, 2023 at 3:42 AM Japin Li wrote: >> > I think this might be a bug comes from Illumos pseudo-tty. I can reproduce >> > this by using pseudo-tty on Illumos. >> >> I don't know

Re: Tab completion regression test failed on illumos

2023-11-02 Thread Thomas Munro
On Fri, Nov 3, 2023 at 2:22 PM Thomas Munro wrote: > On Fri, Nov 3, 2023 at 3:42 AM Japin Li wrote: > > I think this might be a bug comes from Illumos pseudo-tty. I can reproduce > > this by using pseudo-tty on Illumos. > > I don't know but my guess is that this has to do with termios defaults >

Re: Tab completion regression test failed on illumos

2023-11-02 Thread Thomas Munro
On Fri, Nov 3, 2023 at 3:42 AM Japin Li wrote: > On Thu, 02 Nov 2023 at 22:23, Tom Lane wrote: > > Japin Li writes: > >> It seems the 'SEL\t' is converted to 'SEL ' which is "SEL" with 5 > >> spaces. > > > > That would be plausible if readline were disabled, or otherwise > > not

Re: Tab completion regression test failed on illumos

2023-11-02 Thread Japin Li
On Thu, 02 Nov 2023 at 22:23, Tom Lane wrote: > Japin Li writes: >> It seems the 'SEL\t' is converted to 'SEL ' which is "SEL" with 5 spaces. > > That would be plausible if readline were disabled, or otherwise > not functioning. > I think this might be a bug comes from Illumos pseudo-tty.

Re: Tab completion regression test failed on illumos

2023-11-02 Thread Tom Lane
Japin Li writes: > It seems the 'SEL\t' is converted to 'SEL ' which is "SEL" with 5 spaces. That would be plausible if readline were disabled, or otherwise not functioning. regards, tom lane

Re: Tab completion regression test failed on illumos

2023-11-02 Thread Japin Li
On Thu, 02 Nov 2023 at 13:42, Japin Li wrote: > On Thu, 02 Nov 2023 at 13:01, Noah Misch wrote: >> On Wed, Nov 01, 2023 at 03:19:39PM +0800, Japin Li wrote: >>> I try to run regression test on illumos, the 010_tab_completion will >>> failed because of timeout. >> >>> Any suggestions? Thanks

Re: Tab completion regression test failed on illumos

2023-11-01 Thread Japin Li
On Thu, 02 Nov 2023 at 13:01, Noah Misch wrote: > On Wed, Nov 01, 2023 at 03:19:39PM +0800, Japin Li wrote: >> I try to run regression test on illumos, the 010_tab_completion will >> failed because of timeout. > >> Any suggestions? Thanks in advance! > > This test failed for me, in a different

Re: Tab completion regression test failed on illumos

2023-11-01 Thread Noah Misch
On Wed, Nov 01, 2023 at 03:19:39PM +0800, Japin Li wrote: > I try to run regression test on illumos, the 010_tab_completion will > failed because of timeout. > Any suggestions? Thanks in advance! This test failed for me, in a different way, when I briefly installed IO::Pty on a Solaris

Re: Tab completion regression test failed on illumos

2023-11-01 Thread Tom Lane
Japin Li writes: > I try to run regression test on illumos, the 010_tab_completion will > failed because of timeout. Why are you getting this? > Begin standard error > psql::6: WARNING: wal_level is insufficient to publish logical > changes > HINT: Set wal_level to "logical"

Re: Tab completion regression test failed on illumos

2023-11-01 Thread Aleksander Alekseev
Hi, > I try to run regression test on illumos, the 010_tab_completion will > failed because of timeout. > > Here is my build commands and logs: > > [...] > > Any suggestions? Thanks in advance! It's hard to say what went wrong with this output due to lack of backtrace. I would suggest adding

Tab completion regression test failed on illumos

2023-11-01 Thread Japin Li
Hi hackers, I try to run regression test on illumos, the 010_tab_completion will failed because of timeout. Here is my build commands and logs: $ ../configure --enable-cassert --enable-debug --enable-nls --with-perl \ --with-python --with-tcl --with-openssl --with-libxml