Re: Regression test collate.icu.utf8 failed on REL_14_STABLE - Mailing list pgsql-hackers

From Andy Fan
Subject Re: Regression test collate.icu.utf8 failed on REL_14_STABLE
Date
Msg-id CAKU4AWqb9LVtjWe8s7Gazoj2++XorG0Ao9apHZsAMHRre52zHw@mail.gmail.com
Whole thread Raw
In response to Regression test collate.icu.utf8 failed on REL_14_STABLE  (Japin Li <japinli@hotmail.com>)
Responses Re: Regression test collate.icu.utf8 failed on REL_14_STABLE
List pgsql-hackers


 DROP SCHEMA test_schema;
+ERROR:  cannot drop schema test_schema because other objects depend on it
+DETAIL:  collation test_schema.test11 depends on schema test_schema
+HINT:  Use DROP ... CASCADE to drop the dependent objects too.
 DROP ROLE regress_test_role;
+ERROR:  role "regress_test_role" cannot be dropped because some objects depend on it
+DETAIL:  owner of collation test_schema.test11
+ERROR:  role "regress_test_role" cannot be dropped because some objects depend on it
+DETAIL:  owner of collation test_schema.test11

+ERROR:  role "regress_test_role" already exists




Did you run 'make installcheck' rather than 'make check' and there
was a failure before this round of test? This looks to me that there
are some objects are not cleaned well before this run.  you can try
'make installcheck' with a pretty clean setup or run 'make check'
directly to verify this.

--
Best Regards
Andy Fan

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Support to define custom wait events for extensions
Next
From: Japin Li
Date:
Subject: Re: Regression test collate.icu.utf8 failed on REL_14_STABLE