paulirwin commented on issue #846:
URL: https://github.com/apache/lucenenet/issues/846#issuecomment-2564613521

   After many, many attempts, finally was able to reproduce a failure on Linux 
x64:
   
   > Query <+INT32:["0" TO "2104943488"] +INT64:["0" TO "8987044613491660800"] 
+SINGLE:["0" TO "0.074273415"] +DOUBLE:["0" TO "0.8280274472269546"] 
+date:["1970/1/1 4:00:00 +4 西元 0 +04:00 1970" TO "2004/11/12 1:42:19 +3 西元 19 
+03:00 2004"]> retrieved 1 document(s), 2 document(s) expected.
   
   test settings:
   ```json
   {
     "tests": {
        "seed": "0xc700d5224e7f9ffc",
        "culture": "ff-Latn-SL"
     }
   }
   ```
   
   The common thread seems to be cultures with "西元" as the era name (akin to 
"AD" in en-US). These cultures on my Linux machine are:
   
   - yue
   - yue-Hans
   - yue-Hans-CN
   - yue-Hant 
   - yue-Hant-HK
   - zh-Hant
   - zh-Hant-TW
   
   macOS also has these additional cultures with that era name:
   
   - zh-Hant-CN
   - zh-Hant-JP
   
   Note that the culture in the test settings is effectively ignored, a random 
culture is picked for these tests based on the random seed. Also this cannot be 
reproduced on macOS with the same seed, likely because the list of cultures is 
different.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to