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

   I got another failure. This time on Linux: 
https://dev.azure.com/shad0962/Experiments/_build/results?buildId=2528&view=ms.vss-test-web.build-test-results-tab&runId=1006431&resultId=100248&paneView=debug.
   
   Reposing the repeat data here, since the CI environment will eventually be 
cleaned up.
   
   ```
   Expected: 1, Actual: 0
   
   
   Query <+INT32:{"0" TO "554807661"] +INT64:{"0" TO "4750245968736588800"] 
+SINGLE:{"0" TO "0.55612606"] +DOUBLE:{"0" TO "0.27287609303204485"] 
+date:{"1970年1月1日 星期四 4:00 西元 0 +04:00 1970" TO "1993年9月30日 星期四 9:15 西元 14 
+04:00 1993"]> retrieved 0 document(s), 1 document(s) expected.
   
   
   To reproduce this test result:
   
   
   Option 1:
   
   
   Apply the following assembly-level attributes:
   
   
   [assembly: Lucene.Net.Util.RandomSeed("0xb19ea259d1e18b66")]
   [assembly: NUnit.Framework.SetCulture("es-BZ")]
   
   
   Option 2:
   
   
   Use the following .runsettings file:
   
   
   <RunSettings>
     <TestRunParameters>
       <Parameter name="tests:seed" value="0xb19ea259d1e18b66" />
       <Parameter name="tests:culture" value="es-BZ" />
     </TestRunParameters>
   </RunSettings>
   Option 3:
   
   
   Create the following lucene.testsettings.json file somewhere between the 
test assembly and the root of your drive:
   
   
   {
   "tests": {
   "seed": "0xb19ea259d1e18b66",
   "culture": "es-BZ"
   }
   }
   
   ```


-- 
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