]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Skip smileys for now, they take 4 bytes to encode and out current mysql 13163/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 31 Jul 2023 13:51:31 +0000 (15:51 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 22 Aug 2023 13:58:04 +0000 (15:58 +0200)
schema has 'utf8', which only handles 3 bytes max, should be changed to
utf8mb4 one day.

(cherry picked from commit 93ad866b4e2f4afb017e8b3b08041598a2378ea5)

regression-tests.api/test_Zones.py

index 44e1f4c891f5175f1e286d2e7ec39b7b74ac15b9..11e17543875616b2a105ac931d2dd80478033583 100644 (file)
@@ -251,7 +251,7 @@ class AuthZones(ApiTestCase, AuthZonesHelperMixin):
                   "type": "soa",  # test uppercasing of type, too.
                   "comments": [{
                       "account": "test1",
-                      "content": "blah blah and test a few non-ASCII chars: ö, € and 😀",
+                      "content": "blah blah and test a few non-ASCII chars: ö, €",
                       "modified_at": 11112,
                   }],
               },