[w32] test_shm_mq test suite permanently burns connections slots

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: [w32] test_shm_mq test suite permanently burns connections slots
Date: 2014-07-25 19:25:13
Message-ID: 20140725192513.GA2380@gust
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On a Windows or other EXEC_BACKEND build, the following eventually gets
failures because all, or all but one, max_connections slot is consumed:

for run in `seq 1 100`; do make -C contrib/test_shm_mq installcheck; done

When I use max_connections=40, it fails on the sixth iteration. Only the six
basic processes are actually running at that time.

Thanks,
nm

--
Noah Misch
EnterpriseDB http://www.enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-07-25 19:47:37 Performance issue in pg_dump's dependency loop searching
Previous Message Claudio Freire 2014-07-25 18:49:28 Re: Proposal: Incremental Backup