(Enhancements.) |
(Add trackers) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
== Summary == | == Summary == | ||
Rubygem-cucumber 7.1.0 is the latest version of the popular integration BDD | Rubygem-cucumber 7.1.0 is the latest version of the popular integration BDD testing framework for Ruby. | ||
== Owner == | == Owner == | ||
Line 9: | Line 9: | ||
== Current status == | == Current status == | ||
[[Category: | [[Category:ChangeAcceptedF36]] | ||
[[Category:SelfContainedChange]] | [[Category:SelfContainedChange]] | ||
Line 25: | Line 21: | ||
ON_QA -> change is fully code complete | ON_QA -> change is fully code complete | ||
--> | --> | ||
* FESCo issue: | * [https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/QEIGMPCURWEFREWFTB4LF6LMEDGSYDJ6/ devel list thread] | ||
* Tracker bug: | * FESCo issue: [https://pagure.io/fesco/issue/2690 #2690] | ||
* Release notes tracker: | * Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2022392 #2022392] | ||
* Release notes tracker: [https://pagure.io/fedora-docs/release-notes/issue/767 #767] | |||
== Detailed Description == | == Detailed Description == | ||
Line 38: | Line 35: | ||
* Proposal owners: | * Proposal owners: | ||
* rubygem-cucumber and its dependencies will be updated. | * rubygem-cucumber and its dependencies will be updated. | ||
* Build rubygem-cucumber update and dependencies in | * Build rubygem-cucumber update and dependencies in side tag. | ||
* Rebuild packages that depend on rubygem-cucumber and fix any that begin to fail as a result. | * Rebuild packages that depend on rubygem-cucumber and fix any that begin to fail as a result. | ||
Line 54: | Line 51: | ||
Upon upgrade it should still work for all users. | Upon upgrade it should still work for all users. | ||
The only exception is the HTML output formatter which is currently not planned on being packaged due to minified JS present in the distributed gem. | The only exception is the HTML output formatter which is currently not planned on being packaged due to minified JS present in the distributed gem. | ||
Line 63: | Line 58: | ||
1. Prepare: | 1. Prepare: | ||
To test using DNF, enable the copr repository containing the newest cucumber build and install it: | To test using DNF, enable the copr repository containing the newest cucumber build and install it: | ||
dnf copr enable pvalena/rubygems | $ sudo dnf copr enable pvalena/rubygems | ||
dnf install rubygem-cucumber | $ sudo dnf install rubygem-cucumber | ||
2. Running the tests | 2. Running the tests | ||
Line 78: | Line 73: | ||
== Dependencies == | == Dependencies == | ||
* There are several packages, which depend on the rubygem-cucumber test suite as their build requirement. | * There are several packages, which depend on the rubygem-cucumber test suite as their build requirement. | ||
* | * Packages that need to be updated: rubygem-aruba, rubygem-cucumber-rails | ||
* Following | * Following packages don't support rubygem-cucumber 7.1.0 right now and would be broken by the update: rubygem-aruba | ||
== Contingency Plan == | == Contingency Plan == |
Latest revision as of 14:47, 11 November 2021
Rubygem Cucumber 7.1.0
Summary
Rubygem-cucumber 7.1.0 is the latest version of the popular integration BDD testing framework for Ruby.
Owner
- Name: Jaroslav Prokop, Pavel Valena
- Email: jprokop@redhat.com, pvalena@redhat.com
Current status
- Targeted release: Fedora Linux 36
- Last updated: 2021-11-11
- devel list thread
- FESCo issue: #2690
- Tracker bug: #2022392
- Release notes tracker: #767
Detailed Description
Fedora is currently lagging behind on the Ruby Cucumber library which underwent internal restructuration. Therefore the rubygem-cucumber library stack will be updated to version 7.1.0, ensuring that Fedora has the newest Ruby Cucumber available.
Benefit to Fedora
This update will bring Rule and Rule tags, new hooks, and better plugin support into Fedora as well as bug fixes and other improvements.
Scope
- Proposal owners:
- rubygem-cucumber and its dependencies will be updated.
- Build rubygem-cucumber update and dependencies in side tag.
- Rebuild packages that depend on rubygem-cucumber and fix any that begin to fail as a result.
- Other developers: N/A
- Release engineering: #Releng issue number
- Trademark approval: N/A (not needed for this Change)
- Alignment with Objectives:
Upgrade/compatibility impact
Upon upgrade it should still work for all users. The only exception is the HTML output formatter which is currently not planned on being packaged due to minified JS present in the distributed gem.
How To Test
Tests that are running under rubygem-cucumber 3 are expected to run under rubygem-cucumber 7 as well.
1. Prepare: To test using DNF, enable the copr repository containing the newest cucumber build and install it:
$ sudo dnf copr enable pvalena/rubygems $ sudo dnf install rubygem-cucumber
2. Running the tests Find a project that uses rubygem-cucumber for testing, and in that project run:
$ cucumber
3. Checking the results All tests should proceed as they do upstream without crashing.
User Experience
- New rubygem-cucumber version 7.1.0 available
Dependencies
- There are several packages, which depend on the rubygem-cucumber test suite as their build requirement.
- Packages that need to be updated: rubygem-aruba, rubygem-cucumber-rails
- Following packages don't support rubygem-cucumber 7.1.0 right now and would be broken by the update: rubygem-aruba
Contingency Plan
- Contingency Plan
- Contingency mechanism: None needed. rubygem-cucumber with its dependencies will be built in a side-tag and merged after successful updates.
- Contingency deadline: N/A (not a System Wide Change)
- Blocks release? No
- Blocks product? No
Documentation
https://cucumber.io/docs/cucumber/
Release Notes
See the upstream changelog for a more detailed overview of what changed: https://github.com/cucumber/cucumber-ruby/blob/v7.1.0/CHANGELOG.md