Skip to content
Snippets Groups Projects
Commit 67b865fb authored by Michael Hamann's avatar Michael Hamann
Browse files

XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL

* Remove the emoji from the test as it causes a test failure on
  MySQL 8.4. While it would be good to test with an emoji, the emoji
  didn't cause any actual differences in test executions so far and thus
  doesn't seem worth the hassle of making sure we don't use it on MySQL
  8.4.
parent b20e06d9
No related branches found
No related tags found
No related merge requests found
......@@ -108,8 +108,7 @@ void sortOrder(TestReference testReference, TestUtils testUtils, TestConfigurati
// Create a couple of pages with interesting names that could have different ordering in Unicode.
List<String> names =
List.of("Abc", "Bac", "bAc", "aBc", "Äbc", "äBc", "bÄc", "Bäc", "Àbc", "àBc", "bÀc", "Bàc",
"\uD83D\uDC4Dbc");
List.of("Abc", "Bac", "bAc", "aBc", "Äbc", "äBc", "bÄc", "Bäc", "Àbc", "àBc", "bÀc", "Bàc");
for (String name : names) {
DocumentReference pageReference = new DocumentReference(name, testSpace);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment