From dev-return-11080-apmail-lucenenet-dev-archive=lucenenet.apache.org@lucenenet.apache.org Thu Aug 15 13:00:02 2019 Return-Path: X-Original-To: apmail-lucenenet-dev-archive@www.apache.org Delivered-To: apmail-lucenenet-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 9786219634 for ; Thu, 15 Aug 2019 13:00:02 +0000 (UTC) Received: (qmail 6701 invoked by uid 500); 15 Aug 2019 13:00:01 -0000 Delivered-To: apmail-lucenenet-dev-archive@lucenenet.apache.org Received: (qmail 6674 invoked by uid 500); 15 Aug 2019 13:00:01 -0000 Mailing-List: contact dev-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucenenet.apache.org Delivered-To: mailing list dev@lucenenet.apache.org Received: (qmail 6663 invoked by uid 99); 15 Aug 2019 13:00:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2019 13:00:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9DEA2E3048 for ; Thu, 15 Aug 2019 13:00:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6C3A62778B for ; Thu, 15 Aug 2019 13:00:00 +0000 (UTC) Date: Thu, 15 Aug 2019 13:00:00 +0000 (UTC) From: "Shad Storhaug (JIRA)" To: dev@lucenenet.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (LUCENENET-619) Known Failing Tests on Lucene.Net MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Shad Storhaug created LUCENENET-619: --------------------------------------- Summary: Known Failing Tests on Lucene.Net Key: LUCENENET-619 URL: https://issues.apache.org/jira/browse/LUCENENET-619 Project: Lucene.Net Issue Type: Task Components: Lucene.Net Core, Lucene.Net Test, Lucene.Net.Analysis= .Common, Lucene.Net.Classification Affects Versions: Lucene.Net 4.8.0 Reporter: Shad Storhaug Up for grabs. Please contribute to Lucene.Net. All 8000+ tests pass most of the time, but there are still a few that fail = under the random conditions we test them in. This is a complete list of the= known tests that fail and what is known about them. Note that these may no= t be all of the ways the tests can fail. # {color:#d04437}*Lucene.Net.Search.TestSearchAfter::TestQueries()*{color} ** Related to current culture ** Happens on netcoreapp2.1 on macOS ** Happens on netcoreapp1.0 on Linux # {color:#d04437}*Lucene.Net.Util.TestVersionComparer::TestVersions()*{col= or} ** Related to current culture ** Happens on netcoreapp2.1 on macOS # {color:#d04437}*Lucene.Net.Index.TestIndexWriter::TestTwoThreadsInterrup= tDeadlock()*{color} ** Happens on every target framework/OS # {color:#d04437}*Lucene.Net.Index.TestIndexWriter::TestThreadInterruptDea= dlock()*{color} ** Happens on every target framework/OS # {color:#d04437}*Lucene.Net.Classification.KNearestNeighborClassifierTest= ::TestPerformance()*{color} ** Happens on netcoreapp2.1 on Windows ** Happens on netcoreapp1.0 on Windows ** Happens on net451 on Windows # {color:#d04437}*Lucene.Net.Analysis.NGram.EdgeNGramTokenizerTest::TestFu= llUTF8Range()*{color} ** Happens on netcoreapp1.0 on Linux # {color:#d04437}*Lucene.Net.Analysis.NGram.NGramTokenizerTest::TestFullUT= F8Range()*{color} ** Happens on net451 on Windows ** Happens on netcoreapp1.0 on Linux ** Happens on netcoreapp1.0 on Windows ** Happens on netcoreapp1.0 on macOS ** Happens on netcoreapp2.1 on macOS # {color:#d04437}*Lucene.Net.Search.VectorHighlight.SimpleFragmentsBuilder= Test::TestRandomDiscreteMultiValueHighlighting()*{color} ** Happens on Windows (I think on all target frameworks, but netcoreapp1.0= for sure) ** Not related to current culture ** Definitely a problem with the highlighter, not the test or test framewo= rk Note we now have an [{{azure-pipelines.yml}}|https://github.com/apache/luce= nenet/blob/master/azure-pipelines.yml] configuration file in our repository= that anyone can use to setup a build pipeline to see the tests run on Wind= ows, macOS and Linux by setting up a [free Azure DevOps account|https://azu= re.microsoft.com/en-us/services/devops/]. If you create a public project to= run the tests in, it will take roughly an hour to see the test results (a = private project will take significantly longer on the free subscription bec= ause they only provide a single parallel job). *NOTES* * {color:#205081}Sometimes problems can be spotted just by comparing the [= Lucene 4.8.0 code|https://github.com/apache/lucene-solr/tree/8fdf89690404c0= e65784b2c5477552b9dec58591/lucene] against [Lucene.Net 4.8.0 code|https://g= ithub.com/apache/lucenenet].{color} * {color:#205081}The code should be checked to make sure there were no tra= nslation problems from Java to C#. This may be easier than it sounds, as yo= u can type phrases like "java HashMap equivalent c#" into Google to find th= e answers easily.{color} * {color:#205081}We can change the code to properly match the behavior of = Java, but no cheating by changing the conditions of the test! Unless, of co= urse, the test conditions were translated to C# wrong, which has been known= to happen.{color} * {color:#205081}If you find a solution to make the test pass, please=C2= =A0[open a PR on GitHub|https://github.com/apache/lucenenet/pulls] or alter= natively post the solution here so we can try it ourselves.{color} * {color:#205081}If you get the same warm fuzzy feeling we do when we make= a test green, feel free to fix another one.{color} {color:#FF0000}Also, let us know if you find any failing test that is not o= n this list {color:#707070}(aside from the "file in use by another process"= issue that is known to happen on Linux and macOS - see{color} [LUCENENET-6= 18|https://issues.apache.org/jira/projects/LUCENENET/issues/LUCENENET-618]{= color:#707070}){color} {color} -- This message was sent by Atlassian JIRA (v7.6.14#76016)