You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2022/03/27 17:11:41 UTC

[Issue 128505] New: flaky tests in the automated test suites

https://bz.apache.org/ooo/show_bug.cgi?id=128505

          Issue ID: 128505
        Issue Type: DEFECT
           Summary: flaky tests in the automated test suites
           Product: QA
           Version: 4.2.0-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: Minor
          Priority: P5 (lowest)
         Component: testscripts
          Assignee: issues@openoffice.apache.org
          Reporter: cmarcum@apache.org
                CC: issues@openoffice.apache.org
  Target Milestone: ---

This issue is to capture work on flaky automated tests.

When running the BVT and FVT tests there are still some that tests that
intermittently fail on some runs and not others. I believe this is generally
due to the faster processor speeds available now and usually can be fixed by
identifying where a thread sleep can be effective in allowing the test time to
catch up.
Some examples are getting the value of a text field of a property in an
assertion and it's evaluated before the value is completely retrieved. This can
be fixed by getting the value first and then using it in the assertion.
Other times focus is requested on a field and then the data is removed with
ctrl-a followed by delete but not all the data was selected in time and some
was left behind before typing in new data and similar scenarios.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.

[Issue 128505] flaky tests in the automated test suites

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128505

Carl Marcum <cm...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.

[Issue 128505] flaky tests in the automated test suites

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128505

Carl Marcum <cm...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|                            |cmarcum@apache.org

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.