Re: Avoid race condition for event_triggers regress test

2023-10-19 Thread Aleksander Alekseev
Hi, > The current problem is that a race condition may occur on some systems, when > oidjoins test starts a moment later than normally and affects logins count > for on-login trigger test. The problem is quite a rare one and I only faced > it once. But rare or not - the problem is a problem and

Avoid race condition for event_triggers regress test

2023-10-18 Thread Mikhail Gribkov
Hi hackers, After committing the on-login trigger (e83d1b0c40ccda8955f1245087f0697652c4df86) the event_trigger regress test became sensible to any other parallel tests, not only DDL. Thus it should be placed in a separate parallel schedule group. The current problem is that a race condition may o