Arch Testing Team: Difference between revisions

From ArchWiki
(Use italics for the repository names)
m (→‎Guidelines: Light reword + expand contractions and style for repo name)
 
(17 intermediate revisions by 10 users not shown)
Line 2: Line 2:
[[Category:Teams]]
[[Category:Teams]]
[[es:Arch Testing Team]]
[[es:Arch Testing Team]]
[[fr:Arch Testing Team]]
[[ja:Arch テストチーム]]
[[ja:Arch テストチーム]]
[[pt:Arch Testing Team]]
[[pt:Arch Testing Team]]
Line 7: Line 8:
The Arch Testing Team is a group within the Arch community in charge of making sure that packages submitted to the [[testing]] repositories are functional. This includes, making sure that the package installs correctly, that it does not cause breakage with packages of which it depends on, among others.
The Arch Testing Team is a group within the Arch community in charge of making sure that packages submitted to the [[testing]] repositories are functional. This includes, making sure that the package installs correctly, that it does not cause breakage with packages of which it depends on, among others.


Arch Testers [[DeveloperWiki:CoreSignoffs|sign off]] packages after vouching for their correctness so that they can be moved from the ''testing'' repositories into the ''core'', ''extra'' or ''community'' repositories.
Arch Testers [[DeveloperWiki:CoreSignoffs|sign off]] packages after vouching for their correctness so that they can be moved from the [[Official repositories#Testing repositories|testing repositories]] into the ''core'' or ''extra'' repositories.


== Contributing ==
== Contributing ==


You can apply to be an official Arch tester by contacting [https://archlinux.org/people/developers/#bluewind Florian Pritz] via [mailto:bluewind@xinu.at email] and requesting a [https://lists.archlinux.org/pipermail/arch-dev-public/2016-July/028191.html tester account].  
You can apply to be an official Arch tester by sending an email to [mailto:arch-testing-accounts@archlinux.org arch-testing-accounts@archlinux.org] and requesting a [https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/message/PXN2EZNSKUA6R45EMUC7WJ5CN5WNBYZD/ tester account], specifying at least your desired username.


If you are given a tester account, you should be able to log in into [https://archlinux.org/devel archweb] and see a ''signoffs'' tab on it. The ''signoffs'' tab will contain a list of packages that are currently in the testing repositories and need at least two ''signoffs'' (i.e., a rubber-stamp vouching for the correctness of a package).  
If you are given a tester account, you should be able to log in into [https://archlinux.org/devel archweb] and see a ''signoffs'' tab on it. The ''signoffs'' tab will contain a list of packages that are currently in the testing repositories and need at least two ''signoffs'' (i.e., a rubber-stamp vouching for the correctness of a package).  
Line 23: Line 24:
In order to test an arch package, keep the following aspects in mind:
In order to test an arch package, keep the following aspects in mind:


* If you are testing a kernel or a package that relies on kernel modules, you '''should restart the machine and ensure that it boots correctly'''
* If you are testing a kernel or a package that relies on kernel modules, you '''should restart the machine and ensure that it boots correctly'''.
* Although testing on virtualization software is not prohibited, it may not be as useful as testing a package in a bare-metal installation. This applies specially to packages that are susceptible to different types of hardware, such as kernel packages.
* Although testing on virtualization software is not prohibited, it may not be as useful as testing a package in a bare-metal installation. This applies specially to packages that are susceptible to different types of hardware, such as kernel packages.
* If you are testing a library, you may want to execute a binary that uses such library. Make sure the shared object file is loaded using ldd.
* If you are testing a library, you may want to execute a binary that uses such library. Make sure the shared object file is loaded using ''ldd''.
* Likewise, if there is a package that ships executable packages, testing their basic functionality is encouraged.
* Likewise, if there is a package that ships executables, testing their basic functionality is encouraged.
* If you notice an error when testing a package, add a detailed bug report on the [https://bugs.archlinux.org/ bugtracker]:
* If you notice an error when testing a package, follow the [[Bug reporting guidelines]] to create an issue.
** Package name, version and pkgrel
 
** Which component of the package was the one to error (e.g., one of the binaries, or a configuration file)
{{Warning|When using the [[kde-unstable]] repository, one should be aware of eventual expected bugs with Qt applications that do not belong to the KDE plasma ecosystem (due to private ABI changes). If you are facing an issue with such applications, ideally reproduce it on a testing environment that does not have the ''kde-unstable'' repository enabled before reporting it.}}
** Root of the error (e.g., during installation, or usage, etc.)
** Any relevant error messages/logs
** Make sure the bug is filed with the category ''Packages: Testing''


== Coordination ==
== Coordination ==


{{Note|It is expected that people using the ''testing'' repositories frequently check the [https://lists.archlinux.org/listinfo/arch-dev-public arch-dev-public] mailing list for any announced changes or considerations affecting testing users.}}
{{Note|It is expected that people using the [[testing]] repositories frequently check the [https://lists.archlinux.org/mailman3/lists/arch-dev-public.lists.archlinux.org/ arch-dev-public] mailing list for any announced changes or considerations affecting testing users.}}


You can coordinate with other testers on the [ircs://irc.libera.chat/archlinux-testing #archlinux-testing] IRC channel.
You can coordinate with other testers on the [ircs://irc.libera.chat/archlinux-testing #archlinux-testing] IRC channel.
You can follow updates by packager activity on the [https://lists.archlinux.org/pipermail/arch-commits arch-commits] mailing list (high traffic).

Latest revision as of 15:32, 7 March 2024

The Arch Testing Team is a group within the Arch community in charge of making sure that packages submitted to the testing repositories are functional. This includes, making sure that the package installs correctly, that it does not cause breakage with packages of which it depends on, among others.

Arch Testers sign off packages after vouching for their correctness so that they can be moved from the testing repositories into the core or extra repositories.

Contributing

You can apply to be an official Arch tester by sending an email to arch-testing-accounts@archlinux.org and requesting a tester account, specifying at least your desired username.

If you are given a tester account, you should be able to log in into archweb and see a signoffs tab on it. The signoffs tab will contain a list of packages that are currently in the testing repositories and need at least two signoffs (i.e., a rubber-stamp vouching for the correctness of a package).

You may then test the listed packages locally and signing them off if they are correct by clicking on the signoff button for each package.

Tip: You can simplify the process by signing off packages from the command line with signoff(1) from the arch-signoff package.

Guidelines

In order to test an arch package, keep the following aspects in mind:

  • If you are testing a kernel or a package that relies on kernel modules, you should restart the machine and ensure that it boots correctly.
  • Although testing on virtualization software is not prohibited, it may not be as useful as testing a package in a bare-metal installation. This applies specially to packages that are susceptible to different types of hardware, such as kernel packages.
  • If you are testing a library, you may want to execute a binary that uses such library. Make sure the shared object file is loaded using ldd.
  • Likewise, if there is a package that ships executables, testing their basic functionality is encouraged.
  • If you notice an error when testing a package, follow the Bug reporting guidelines to create an issue.
Warning: When using the kde-unstable repository, one should be aware of eventual expected bugs with Qt applications that do not belong to the KDE plasma ecosystem (due to private ABI changes). If you are facing an issue with such applications, ideally reproduce it on a testing environment that does not have the kde-unstable repository enabled before reporting it.

Coordination

Note: It is expected that people using the testing repositories frequently check the arch-dev-public mailing list for any announced changes or considerations affecting testing users.

You can coordinate with other testers on the #archlinux-testing IRC channel.