[GitHub] [openoffice] cbmarcum merged pull request #143: Refs #i128505# - testTableBorderLineStyle flaky test

2022-03-27 Thread GitBox


cbmarcum merged pull request #143:
URL: https://github.com/apache/openoffice/pull/143


   


-- 
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...@openoffice.apache.org

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



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



[GitHub] [openoffice] cbmarcum opened a new pull request #144: Refs #i128450# - disabled smb host only test

2022-03-27 Thread GitBox


cbmarcum opened a new pull request #144:
URL: https://github.com/apache/openoffice/pull/144


   per this email thread: 
https://lists.apache.org/thread/k1m3wqz04bj8b5kdg814h24qf45sv811
   AOO keeps appending a final / thus changing the intent of the test.


-- 
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...@openoffice.apache.org

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



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



[GitHub] [openoffice] cbmarcum merged pull request #144: Refs #i128450# - disabled smb host only test

2022-03-27 Thread GitBox


cbmarcum merged pull request #144:
URL: https://github.com/apache/openoffice/pull/144


   


-- 
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...@openoffice.apache.org

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



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



[DISCUSS] [QA AUTOMATION] merging standalone-test branch into trunk

2022-03-27 Thread Carl Marcum

Hi All,

I want to get some opinions on whether to merge my work on standalone 
test automation into trunk and possibly AOO42X and AOO41X or leave it in 
a branch and use it from there.
Six months ago I posted this [1] on qa@ and cc'd this list about the 
work and haven't got any negative feedback so far.


Since this is a larger architectural issue that may affect someone who 
runs the test suites after a build with some sort of scripts I wanted to 
discuss it.
As I don't know if or how everyone uses them I wanted to give everyone 
an opportunity to comment.


For those not familiar, this change allows anyone with Ant and Java to 
compile and run the automated test suites without having first needed to 
build the complete office from source as long as they have an office 
with an sdk installed. This can be a conventional installation or by 
having built the "installed" package from source and copied it to a 
folder and the sdk into it.
For instance, this allows me to run tests on Windows and CentOS 8 even 
though I don't have a build environments for them like I do for multiple 
Linux versions.


Basically this change is in where the Java UNO jars and other 
dependencies like javamaker, remerge, and idlc tools are found for test 
compilation . I've changed it from the build output directories to the 
target office and sdk instead.


Since they are standalone from the build, the test directory can be 
copied separately and used from another location so it's not dependent 
on which branch it's used from unless a test is added that is branch 
specific like testing something that only exists in AOO42X or trunk. 
Technically it could be in another Git repo even.


I'd like to propose some options in the order I prefer and get some 
opinions.


1. Merge standalone-test branch into trunk and cherry-pick it into 
AOO41X and AOO42X.  After that, any new tests that don't apply to AOO41X 
stay in trunk and AOO42X as appropriate but as of now all tests apply. 
This option seems to require the least maintenance after the merge and 
allows you to use from which ever branch is checked out to align with 
what you want to test.


2. Merge standalone-test branch into trunk only.  Any test work after 
that wouldn't be affected by whether they are standalone or not. As 
mentioned before the test directory is not dependent on the build 
version (yet anyway) but this could change if tests are added that don't 
apply to AOO41X for instance. At that point some tests not intended for 
AOO41X would cause problems.


3. Leave standalone-test in it's own branch. This is more of a 
maintenance issue as work done here needs picked into more branches but 
it is an option.


[1] https://lists.apache.org/thread/v6bnty1qxho4o5hmt4pg0rw00yxzrhx8

Please let me know if you have any questions.

Thanks,
Carl

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



[GitHub] [openoffice] cbmarcum opened a new pull request #143: Refs #i128505# - testTableBorderLineStyle flaky test

2022-03-27 Thread GitBox


cbmarcum opened a new pull request #143:
URL: https://github.com/apache/openoffice/pull/143


   testTableBorderLineStyle() was entering 0.55" instead of 0.50" at line 199 
because the ctrl-a wasn't selecting all of the cell contents and leaving a 5 in 
the cell. then when typing in 0.5 it became 0.55 and failing the assertion at 
line 222. added sleep at 197 to make sure focus is completed before ctrl-a.


-- 
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...@openoffice.apache.org

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



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



Re: 4.1.12-dev developer test builds...

2022-03-27 Thread Matthias Seidel
Hi Jim,

Am 25.03.22 um 13:24 schrieb Jim Jagielski:
> ... Are available at
>
>http://home.apache.org/~jim/AOO-builds/

Thanks!

I tested your builds on Ubuntu 16.04 (64bit) and macOS 12. Working as
expected.

> Assuming these look good, we can progress to an RC1
Given that there was not so much response until now I would propose to
wait some more days...

That way people get the opportunity to test the builds and we also could
integrate the latest English dictionary on Tuesday(?).

My latest build for Windows can be found here:

https://home.apache.org/~mseidel/Apache_OpenOffice_4.1.12_Win_x86_install_en-US_Test.exe

Looking forward to more feedback!

Regards,

   Matthias

>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature