Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] How to visualize in JT Harness only Web Profile related tests

Thank you all for the quick and informative responses, really appreciate it.
Responding in line:

You also want to look at properties which include xxx_web_profile such as ejb_web_profile javaee_web_profile
I get it now!, I'm going to build the list from the keyword.properties. 


Here is the web-profile result
https://jenkins.eclipse.org/jakartaee-tck/job/oracle-javaeects-publish-reports-web/3/junit-reports-with-handlebars/testSuitesOverview.html
Is this the kind of think you are looking for -- regarding "visualization"?
Not my initial concept of Visualization because I was trying to use the JT Harness GUI, but now this Jenkins chart opened my mind to realize that Web profile is not only the suite provided under javaeetck/src but also the project that is executed before the pipeline [1], I didn't check with detail but I guess this jenkis jobs [2] will be matching the Additional JavaEE8 CTS Requirements[3]
  

Then, you can put "javaee_web_profile | javaee_web_profile_optional".
The results are:
  26636 (23143 tests filtered out)
Ha! I see now why my _expression_ was not working, you only use | instead of ||.
I was reading Chapter 4 page 65 from the Graphical User Interface User’s Guide - JavaTest™ Harness 4.5 [4] but I was trying to use && instead of &.
ok, so I think the wining _expression_ is going to be:

"!javaee_web_profile_optional & connector_web_profile & javaee_web_profile & ejb_web_profile & jacc_web_profile & jaspic_web_profile & javamail_web_profile & jaxr_web_profile & xa_web_profile & jaxrpc_web_profile & jaxws_web_profile"

Tomorrow morning I'm going to give it a try to see how this compare with your results.

[1] 

[2] 

[3] 

[4]

On Mon, Jan 28, 2019 at 8:52 PM Kazumura, Kenji <kzr@xxxxxxxxxxxxxx> wrote:

Then, you can put "javaee_web_profile | javaee_web_profile_optional".

The results are:

  26636 (23143 tests filtered out)

 

 

 

 

 

From: jakartaee-tck-dev-bounces@xxxxxxxxxxx [mailto:jakartaee-tck-dev-bounces@xxxxxxxxxxx] On Behalf Of Lance Andersen
Sent: Tuesday, January 29, 2019 10:27 AM
To: jakartaee-tck developer discussions
Subject: Re: [jakartaee-tck-dev] How to visualize in JT Harness only Web Profile related tests

 

that won’t include the optional technologies though

On Jan 28, 2019, at 8:10 PM, Kazumura, Kenji <kzr@xxxxxxxxxxxxxx> wrote:

 

Hi,

 

I think it is ok just to put "javaee_web_profile" to the filter.

The results are:

full: 49602 (177 tests filtered out)

web profile: 17454 (32325 tests filtered out)

 

-Kenji Kazumura

 

 

 

From: jakartaee-tck-dev-bounces@xxxxxxxxxxx [mailto:jakartaee-tck-dev-bounces@xxxxxxxxxxx] On Behalf Of Lance Andersen
Sent: Tuesday, January 29, 2019 9:02 AM
To: jakartaee-tck developer discussions
Subject: Re: [jakartaee-tck-dev] How to visualize in JT Harness only Web Profile related tests

 

Hi Cesar

 

 

On Jan 28, 2019, at 6:52 PM, César Hernandez <chernandez@xxxxxxxxxxxxx> wrote:

 

Hi Lance,

Thank you for your reply.

I was able to update the Custom filter in the UI with the Match->_expression_ = javaee_web_profile_optional

 

Those are optional tests for the web profile

 

You also want to look at properties which include xxx_web_profile such as ejb_web_profile javaee_web_profile




 

The above allows me to identify the following numbers:

Web profile related tests: 7086 

Full profile only test: 40133

 

The total suite number of tests: 47219.

 

The initial filter when you run will show you all of the tests that are run by default for Java EE which includes the full platform

 

See bin/ts.jte property  javaee.level for more info

 




 

On Mon, Jan 28, 2019 at 4:55 PM Lance Andersen <lance.andersen@xxxxxxxxxx> wrote:

Hi Cesar,

 

You can take a look at the javaeetck/src/com/sun/ts/lib/harness/keywords.properties file and this will help you get an idea

 

Best

Lance

On Jan 28, 2019, at 5:01 PM, César Hernandez <chernandez@xxxxxxxxxxxxx> wrote:

 

Hi,

 

Is there a way to visualize only the Web Profile related tests in JT Harness UI?

 

This is how I'm opening the total suite list:

 cd javaeetck/bin

 ./ant gui

 

On the JT Harness UI, clicked: File->Open->TestSuite

and opened the folder: javaeetck/src

 

The UI shows a total of 47219 tests. I tried to update the Custom Filter but I don't know what to put in the Keyword->Match (Expressions) filter.

 

_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev

 


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen@xxxxxxxxxx

 




 

_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev

_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev

 


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen@xxxxxxxxxx

 




 

_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev

 


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen@xxxxxxxxxx

 



 

_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev

Back to the top