From Fedora Project Wiki

m (updated header)
(48 intermediate revisions by 12 users not shown)
Line 42: Line 42:
== Prerequisite for Test Day ==  
== Prerequisite for Test Day ==  


List any prerequisite needs for the test event. A fresh system, virtualized guest, a blank DVD ... a desire to break software?
* An [http://fedoraproject.org/get-prerelease Fedora 17 pre-release] with '''all''' updates from <code>updates-testing</code> installed, [[Releases/Rawhide|Rawhide]] (tips on installing Rawhide below), or a [http://alt.fedoraproject.org/pub/alt/nightly-composes/desktop/ nightly live image]
* Time
* (optional) Your hardware profile uploaded to [http://www.smolts.org Smolt] according to [http://smolts.org/smolt-wiki/Main_Page#Usage these instructions]
* (optional) Beer (if you're adult)


* Usb key
== How to test? ==
* Usb externally connected HD IDE/SATA
* Empty HD IDE/SATA/SCSI
* Free space on HD


Here's a chunk which is commonly used for most Test Days. Replace XX with whatever Fedora release is pending:
Additional to below test cases, you can (or even should!) do some testing on your own!


* An updated [http://fedoraproject.org/get-prerelease Fedora XX pre-release], [[Releases/Rawhide|Rawhide]] (tips on installing Rawhide below), or a [http://alt.fedoraproject.org/pub/alt/nightly-composes/desktop/ nightly live image]
Some hints:
* Your hardware profile uploaded to [http://www.smolts.org Smolt] according to [http://smolts.org/smolt-wiki/Main_Page#Usage these instructions]


== How to test? ==
* Please use CLI to manage and deploy, make sure it works correctly. We don't have the web management interface yet, so we need to use CLI.
* Deploy your own apps (note that this is a custom build and not all subsystems are available!)


High level details on how a contributor can get involved.  This can include (but not limited to):
== Test Cases ==
 
* Areas to target with exploratory testing
* A list of pre-defined test cases to execute
* How to report back results
 
Here's another common chunk (again, replace XX as above):


=== '''Update your machine''' ===
{{admon/important|Use jboss-as-7.1.0-3 or later|Almost all test cases require '''jboss-as-7.1.0-3 or later'''. Note that today (16th April) the 7.1.0-3 package was [https://admin.fedoraproject.org/updates/jboss-as-7.1.0-3.fc17 submitted as an update]. It should be available in <code>updates-testing</code> for the Test Day time. If not - please download it directly from Koji.}}


If you're running Fedora XX, make sure you have all the current updates for it installed, using the update manager. If you want to try Rawhide, see the instructions on the [[Releases/Rawhide|Rawhide]] page on the various ways in which you can install or update to Rawhide. Or:
=== Management ===


=== '''Live image''' ===
# [[QA:Testcase_JBoss_AS_Install_and_run|Install and run]]
# [[QA:Testcase_JBoss_AS_Add_management_user|Add management user]]
# [[QA:Testcase_JBoss_AS_Execute_readonly_management_tasks|Execute readonly management tasks]]
# [[QA:Testcase_JBoss_AS_Execute_read-write_management_tasks|Execute read-write management tasks]]


Optionally, you may download a non-destructive Rawhide live image for your architecture. Tips on using a live image are available at [[FedoraLiveCD]]. Live images can be found [http://alt.fedoraproject.org/pub/alt/nightly-composes/desktop/ here].
=== Deployment ===


== Test Cases ==
# [[QA:Testcase_JBoss_AS_Deploy_servlet_application|Deploy servlet application]]
# [[QA:Testcase_JBoss_AS_Deploy_CDI_application|Deploy CDI application]]
# [[QA:Testcase_JBoss_AS_Deploy_EJB_application|Deploy EJB application]]
# [[QA:Testcase_JBoss_AS_Deploy_EJB_in_WAR|Deploy EJB-in-WAR quickstart]]


Provide a list of test areas or test cases that you'd like contributors to execute. For other examples, see [[:Category:Test_Cases]].
{{admon/tip|Other applications|A pretty good resource for sample apps is the [http://openejb.apache.org/examples-trunk/index.html OpenEJB site]. But be careful when reporting issues.}}


== Test Results ==
== Test Results ==


Construct a table or list to allow testers to post results. Each column should be a test case or configuration, and each row should consist of test results. Include some instructions on how to report bugs, and any special instructions. Here's an example, from a Palimpsest test day:
If you have problems with any of the tests, [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=17&component=jboss-as report a bug] to [https://bugzilla.redhat.com Bugzilla].


If you have problems with any of the tests, report a bug to [https://bugzilla.redhat.com Bugzilla] usually for the component [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=13&component=udisks udisks], or [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=13&component=gnome-disk-utility gnome-disk-utility] for bugs in the Palimpsest graphical front end itself. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one, and the second should be a link to the Smolt profile of the system you tested. For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line.
'''If you are unsure''' about exactly how to file the report or what other information to include, '''just ask on IRC''' and we will help you. Once you have completed the tests, add your results to the Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one, and the second should be a link to the Smolt profile of the system you tested. For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line.


{|
{|
! User
! User
! Smolt Profile
! Smolt Profile
! [[QA:Testcase_sample_1|Sample test 1]]
! [[QA:Testcase_JBoss_AS_Install_and_run|Install and run]]
! [[QA:Testcase_sample_2|Sample test 2]]
! [[QA:Testcase_JBoss_AS_Add_management_user|Add management user]]
! [[QA:Testcase_sample_3|Sample test 3]]
! [[QA:Testcase_JBoss_AS_Execute_readonly_management_tasks|Execute readonly management tasks]]
! [[QA:Testcase_sample_4|Sample test 4]]
! [[QA:Testcase_JBoss_AS_Execute_read-write_management_tasks|Execute read-write management tasks]]
! [[QA:Testcase_JBoss_AS_Deploy_servlet_application|Deploy servlet application]]
! [[QA:Testcase_JBoss_AS_Deploy_CDI_application|Deploy CDI application]]
! [[QA:Testcase_JBoss_AS_Deploy_EJB_application|Deploy EJB application]]
! [[QA:Testcase_JBoss_AS_Deploy_EJB_in_WAR|Deploy EJB-in-WAR quickstart]]
! References
! References
|-
|-
| [[User:SampleUser|Sample User]]
| [[User:SampleUser|Sample User]]
| [http://www.smolts.org/client/show/pub_84465125-1350-4f83-87b9-5f16f7430eb8 HW]
| [http://www.smolts.org/client/show/pub_84465125-1350-4f83-87b9-5f16f7430eb8 HW]
| {{result|none}}  
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref>
| {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| {{result|none}}
| <references/>
|-
| [[User:Landgraf|Pavel Zhukov]]
| [http://www.smolts.org/client/show/pub_d48e8798-a431-4297-a9c9-9e3fd31afd88 HW]
| {{result|none}}
| {{result|none}} 
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
|-
| [[User:vicodan|vicodan]]
| [VirtualBox VM x86_64]
| {{result|pass}}
| {{result|warn}} <ref>files are owned by root</ref> 
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>will provide further details shortly</ref>
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:Guidograzioli|Guido Grazioli]]
| rawhide qemu-kvm
| {{result|pass}}
| {{result|warn}} <ref>/etc/jboss-as/domain/mgmt-users.properties unexpectedly owned by root</ref>
| {{result|pass}} <ref>need jboss-drm >= 1.1.1-4.fc18</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| <references/>
|-
| [[User:Goldmann|Marek Goldmann]]
| [http://www.smolts.org/client/show/pub_7587511c-90d3-4d99-a825-5f67a06b7cd9 HW]
| {{result|none}}
| {{result|none}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:Johannbg|Jóhann B. Guðmundsson]]
| [http://www.smolts.org/client/show/pub_cd69e3f0-d810-4db9-b6b5-6118afd28f5d HW]
| {{result|pass}}
| {{result|warn}} <ref> Confirmed /etc/jboss-as/{standalone|domain}/mgmt-users.properties unexpected owned by root</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
|-
| [[User:Sochotni|Stanislav Ochotnicky]]
| [http://www.smolts.org/client/show/pub_d04c3a62-20da-45e9-9433-63846b3d90ca HW]
| {{result|warn}} <ref>At one point systemctl status showed jboss as running even though the process failed (due to incorrect current JVM)</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
| <references/>
|-
|-
| [[User:filiperosset|Filipe Rosset]]
| [http://www.smolts.org/client/show/pub_e477e58a-ed32-4ca9-8888-9183b85725ca HW]
| {{result|warn}} <ref> I had to remove the sun JDK/JVM and update my alternatives for java, javac and jar </ref>
| {{result|warn}} <ref> Confirmed /etc/jboss-as/{standalone|domain}/mgmt-users.properties unexpected owned by root</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|pass}}
| <references/>
|}
|}


[[Category:Test Days]]
[[Category:Test Days]]
[[Category:QA Templates]]

Revision as of 18:38, 18 April 2012

Fedora Test Days
Jbossas7 ligature 128.png
JBoss AS 7

Date 17.04.2012
Time all day

Website QA/Fedora_17_test_days
IRC #fedora-test-day (webirc)
Mailing list java-devel


Note.png
Can't make the date?
If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find at Bugzilla, and add your results to the results section. If this page is more than a month old when you arrive here, please check the current schedule and see if a similar but more recent Test Day is planned or has already happened.

What to test?

Jbossas7 ligature 128.png

JBoss Application Server 7

Today's instalment of Fedora Test Day will focus on JBoss Application Server. This time we're testing version 7.1.0 which is planned as a Feature for Fedora 17.

JBoss Application Server 7 is the latest release in a series of JBoss Application Server offerings. JBoss Application Server 7, is a fast, powerful, implementation of the Java Enterprise Edition 6 specification. The state-of-the-art architecture built on the Modular Service Container enables services on-demand when your application requires them.

For more information about JBoss AS please refer to its homepage.

Custom build

The included JBoss Application Server is a custom build. It means that it's not exactly the same as upstream's distribution. The Fedora version includes only JEE 6 web-profile. The main reson for that were time constraints.

Important.png
No JPA2 implementation
Although we tried to make it happen, at this point there is no Hibernate 4 (JPA2 implementation) included in Fedora. Sad, but true. The reason for that are issues with packaging Gradle (build tool used in Hibernate). For more info please contact Carlo de Wolf.

JBoss AS will be extended with new updates to the full version over the time.

Who's available

The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...

Prerequisite for Test Day

How to test?

Additional to below test cases, you can (or even should!) do some testing on your own!

Some hints:

  • Please use CLI to manage and deploy, make sure it works correctly. We don't have the web management interface yet, so we need to use CLI.
  • Deploy your own apps (note that this is a custom build and not all subsystems are available!)

Test Cases

Important.png
Use jboss-as-7.1.0-3 or later
Almost all test cases require jboss-as-7.1.0-3 or later. Note that today (16th April) the 7.1.0-3 package was submitted as an update. It should be available in updates-testing for the Test Day time. If not - please download it directly from Koji.

Management

  1. Install and run
  2. Add management user
  3. Execute readonly management tasks
  4. Execute read-write management tasks

Deployment

  1. Deploy servlet application
  2. Deploy CDI application
  3. Deploy EJB application
  4. Deploy EJB-in-WAR quickstart
Idea.png
Other applications
A pretty good resource for sample apps is the OpenEJB site. But be careful when reporting issues.

Test Results

If you have problems with any of the tests, report a bug to Bugzilla.

If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one, and the second should be a link to the Smolt profile of the system you tested. For each test case, use the result template to enter your result, as shown in the example result line.

User Smolt Profile Install and run Add management user Execute readonly management tasks Execute read-write management tasks Deploy servlet application Deploy CDI application Deploy EJB application Deploy EJB-in-WAR quickstart References
Sample User HW
none
none
none
none
Pass pass
Warning warn
[1]
Fail fail
[2]
none
  1. Test pass, but also encountered RHBZ #54321
  2. RHBZ #12345
Pavel Zhukov HW
none
none
none
none
none
none
none
none
vicodan [VirtualBox VM x86_64]
Pass pass
Warning warn
[1]
Pass pass
Pass pass
Pass pass
Warning warn
[2]
Pass pass
Pass pass
  1. files are owned by root
  2. will provide further details shortly
Guido Grazioli rawhide qemu-kvm
Pass pass
Warning warn
[1]
Pass pass
[2]
Pass pass
Pass pass
Pass pass
Pass pass
none
  1. /etc/jboss-as/domain/mgmt-users.properties unexpectedly owned by root
  2. need jboss-drm >= 1.1.1-4.fc18
Marek Goldmann HW
none
none
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Jóhann B. Guðmundsson HW
Pass pass
Warning warn
[1]
Pass pass
Pass pass
none
none
none
none
  1. Confirmed /etc/jboss-as/{standalone|domain}/mgmt-users.properties unexpected owned by root
Stanislav Ochotnicky HW
Warning warn
[1]
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
  1. At one point systemctl status showed jboss as running even though the process failed (due to incorrect current JVM)
Filipe Rosset HW
Warning warn
[1]
Warning warn
[2]
Pass pass
Pass pass
none
none
none
Pass pass
  1. I had to remove the sun JDK/JVM and update my alternatives for java, javac and jar
  2. Confirmed /etc/jboss-as/{standalone|domain}/mgmt-users.properties unexpected owned by root