[ 
https://issues.apache.org/jira/browse/LUCENE-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540069#comment-17540069
 ] 

ASF subversion and git services commented on LUCENE-10579:
----------------------------------------------------------

Commit 2090ac431843f689ca6f124723ef37c3b12a2826 in lucene's branch 
refs/heads/main from Robert Muir
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=2090ac43184 ]

LUCENE-10579: fix smoketester backwards-check to not parse stdout (#903)

This is very noisy, can contain gradle status updates, various other 
tests.verbose prints from other threads, you name it.

It causes the check to be flaky, and randomly "miss" seeing a test that 
executed.

Instead, let's look at the zip files. We can still preserve the essence of what 
the test wants to do, but without any flakiness.

> fix smoketester backwards-check to not parse stdout
> ---------------------------------------------------
>
>                 Key: LUCENE-10579
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10579
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>            Priority: Major
>             Fix For: 9.3
>
>         Attachments: backwards.log.gz
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The smoketester parses the output of TestBackwardsCompatibility -verbose 
> looking for certain prints for each index release. 
> But I think this is a noisier channel than you might expect. I added a hack 
> to log the stuff its trying to parse... it is legit crazy. See attachment
> Let's rethink, maybe we should just examine the zip files?



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to