Project

General

Profile

Activity

From 01/29/2025 to 02/27/2025

02/27/2025

08:21 AM Support #6862: build conversion regression testing tooling
Tomasz: Can you please summarize how the ChUI Regression testing handles this today? The older version of it had a s... Greg Shah
08:17 AM Support #6859: preprocessor tests
We will implement a driver that directly executes the preprocessor and compares the resulting output against baseline... Greg Shah
08:15 AM Support #6860: lexer tests
To be clear: we will implement a driver that directly executes the lexer and checks the output. We must check both v... Greg Shah
07:53 AM Support #6861: tests for valid and invalid 4GL syntax (parsing)
After considering this further, I think we need 2 approaches:
1. For valid 4GL syntax, I think we make sure that w...
Greg Shah

02/20/2025

05:01 PM Bug #9525: Testcases: incorrect placeholders in directory.xml.template and other configuration pr...
Roger,
The @collation@ is an attribute of each database. The @DBCOLLATION(db)@ function will return it. However, th...
Ovidiu Maxiniuc
04:33 PM Bug #9525: Testcases: incorrect placeholders in directory.xml.template and other configuration pr...
Ovidiu, I'm sorry that this went to the level of code analysis... however, this sounds like a good find. But right no... Roger Borrello
04:07 PM Bug #9525: Testcases: incorrect placeholders in directory.xml.template and other configuration pr...
I looked back again to @H2Helper.prepareDatabase@. Indeed, the way it is written now, I do not think it is possible t... Ovidiu Maxiniuc
03:44 PM Bug #9525: Testcases: incorrect placeholders in directory.xml.template and other configuration pr...
The answer is in the static initializer block of @com.goldencode.p2j.spi.FwdCollatorProvider@:
* the @DEFAULT_COLLAT...
Ovidiu Maxiniuc
02:11 PM Bug #9525: Testcases: incorrect placeholders in directory.xml.template and other configuration pr...
Ovidiu Maxiniuc wrote:
> Yes, the @embedded-collation@ is still needed. It is the way to load collations from @com.g...
Eric Faulhaber
01:55 PM Bug #9525: Testcases: incorrect placeholders in directory.xml.template and other configuration pr...
Eric Faulhaber wrote:
> > Thanks, Vladimir. Greg, there are some entries in Hotel GUI which I noted, and I'm not sur...
Ovidiu Maxiniuc
09:43 AM Bug #9525: Testcases: incorrect placeholders in directory.xml.template and other configuration pr...
Roger Borrello wrote:
> Thanks, Vladimir. Greg, there are some entries in Hotel GUI which I noted, and I'm not sure ...
Eric Faulhaber

02/17/2025

05:53 AM Bug #9649: Plain JUnit5 tests cannot execute if p2j.jar is in classpath
Greg Shah wrote:
> The proposed change seems to be a resasonable improvement. Go ahead and put it in a branch and g...
Vladimir Tsichevski

02/14/2025

01:46 PM Bug #9649 (Internal Test): Plain JUnit5 tests cannot execute if p2j.jar is in classpath
The proposed change seems to be a resasonable improvement. Go ahead and put it in a branch and get it tested. Greg Shah

02/13/2025

09:43 AM Bug #9649 (WIP): Plain JUnit5 tests cannot execute if p2j.jar is in classpath
If the launch configuration classpath includes a FWD project (namely the @p2j.jar@) explicitly or implicitly (through... Vladimir Tsichevski
09:15 AM Bug #9649 (Test): Plain JUnit5 tests cannot execute if p2j.jar is in classpath
Vladimir Tsichevski

02/06/2025

03:06 PM Support #6863: implement CI/CD servers and the rules for each set of tests
Hynek Cihlar wrote:
> Greg Shah wrote:
> > Roger will provide more guidance but my idea would be to put the code an...
Roger Borrello
02:27 AM Bug #9338 (Review): Import JUnit test report back into Harness
Tomasz Domin
02:27 AM Support #9270 (Review): design and implement an approach for executing multi-session 4GL testcases
I guess I am done here.
Please review.
Note that feature consists of two parts:
- changes to Harness implemen...
Tomasz Domin

02/04/2025

11:02 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
> > Marian - are there already any tests to be worked on in @testcases@ project in above-mentioned areas:
> > * vali...
Greg Shah
08:41 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
I don't think we have usable tests for multiple clients in PASOE. I'm implementing a new version of PASOE now in #866... Galya B
08:31 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
Tomasz Domin wrote:
> I dont ask you for tests for Harness, as I know you don't have the new version capable of runn...
Marian Edu
08:19 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
Marian Edu wrote:
> Tomasz Domin wrote:
>
>
> >
> > Marian, I was rather asking if you maybe have some ABL te...
Tomasz Domin
05:19 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
Tomasz Domin wrote:
> Arent there cross session triggers ? E.g. for database events ?
No idea how is that implem...
Marian Edu
04:56 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
Marian Edu wrote:
> Tomasz Domin wrote:
> > Marian - are there already any tests to be worked on in @testcases@ pro...
Tomasz Domin
01:25 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
Tomasz Domin wrote:
> Marian - are there already any tests to be worked on in @testcases@ project in above-mentioned...
Marian Edu

02/03/2025

12:01 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
Tested with regression tests (4 runs) , results are the same as current *harness* *trunk*. Tomasz Domin

01/30/2025

12:11 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
Marian - are there already any tests to be worked on in @testcases@ project in above-mentioned areas:
* validation/f...
Tomasz Domin
12:09 PM Support #9270: design and implement an approach for executing multi-session 4GL testcases
I've pushed testcases revision 1701 with updates to Harness API and including Dirty Share Cross session tests.
Test ...
Tomasz Domin
11:41 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
Tomasz Domin wrote:
> If we keep *ant* as abstraction layer:
> * OE would be handled with ant/PCT for both Windows/...
Tomasz Domin
11:38 AM Support #9270: design and implement an approach for executing multi-session 4GL testcases
Implemented architecture is presented in figure below.
Cross session tests are started on parallel Test Set threads ...
Tomasz Domin
10:20 AM Bug #9525: Testcases: incorrect placeholders in directory.xml.template and other configuration pr...
Roger Borrello wrote:
> Greg Shah wrote:
> > > The fragments are combined with @com.goldencode.p2j.directory.Direct...
Greg Shah

01/29/2025

07:21 AM Support #6863: implement CI/CD servers and the rules for each set of tests
Roger: Please migrate the @setup.sh@ contents into a playbook. Greg Shah
04:39 AM Support #6863: implement CI/CD servers and the rules for each set of tests
Roger Borrello wrote:
> Hynek, if there is anything you can post related to them, I'd be happy to integrate them in...
Hynek Cihlar
 

Also available in: Atom