[openstreetmap/openstreetmap-website] Re-enable JavaScript unit tests using Teaspoon (PR #5216)

Nenad Vujicic notifications at github.com
Fri Oct 4 15:12:18 UTC 2024


@nenad-vujicic commented on this pull request.



> @@ -9,6 +9,13 @@ SET xmloption = content;
 SET client_min_messages = warning;
 SET row_security = off;
 
+--
+-- Name: public; Type: SCHEMA; Schema: -; Owner: -
+--
+
+-- *not* creating schema, since initdb creates it
+
+

> There shouldn't be any changes to db/structure.sql in this PR

This (changing db/structure.sql) started happening after #5157 and it occurs during running migration script (when configuring Docker). It's probably caused by different versions of DB in Ubuntu 22_04 and Debian 12.7 (different settings, initializations, ...).

Shall we silently commit this change in this PR, in other PR or should we deeper investigate it (or discard)?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5216#discussion_r1787867415
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/5216/review/2348319114 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20241004/3958e750/attachment.htm>


More information about the rails-dev mailing list