Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency robotframework-pabot to v2 #90

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
robotframework-pabot (source) ==1.13 -> ==2.18.0 age adoption passing confidence

Release Notes

mkorpela/pabot (robotframework-pabot)

v2.18.0: Pabot 2.18.0

Compare Source

RF 7 support with --testlevelsplit.

Full Changelog: mkorpela/pabot@2.17.0...2.18.0

v2.17.0: Pabot 2.17.0

Compare Source

What's Changed

Support RF 7.

New Contributors

Full Changelog: mkorpela/pabot@2.16.0...2.17.0

v2.16.0: Pabot 2.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: mkorpela/pabot@2.15.0...2.16.0

v2.15.0

Compare Source

Full Changelog:
Added —processtimeout option to handle cases where a robot framework execution gets stucks.

v2.14.0: Pabot 2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: mkorpela/pabot@2.13.0...2.14.0

v2.13.0: Pabot 2.13.0

Compare Source

Support ROBOT_SYSLOG_FILE.
Files will be stored in the pabot output directories.

v2.12.0: Pabot 2.12.0

Compare Source

Full Changelog: mkorpela/pabot@2.11.0...2.12.0

Add ability to set --processes to value "all". "all" means as many processes as are needed to start all suites or tests being ran at the same time.

v2.11.0: Pabot 2.11.0

Compare Source

Adds support for partial name matching with ordering file suite options.

v2.10.0: Pabot 2.10.0

Compare Source

Full Changelog: mkorpela/pabot@2.9.0...2.10.0

Thanks https://github.com/bollwyvl for the contribution!

v2.9.0: Pabot 2.9.0

Compare Source

What's Changed

This allows now easier programmatic use of pabot by not directly calling sys.exit.

New Contributors

Full Changelog: mkorpela/pabot@2.8.0...2.9.0

v2.8.0

Compare Source

v2.7.0: Pabot 2.7.0

Compare Source

What's Changed

Full Changelog: mkorpela/pabot@2.6.0...2.7.0

v2.6.0: Pabot 2.6.0

Compare Source

What's Changed

Full Changelog: mkorpela/pabot@2.5.5...2.6.0

v2.5.5: Pabot 2.5.5

Compare Source

Fixing DataDriver generated tests with Run Teardown Only Once that was executed multiple times.
https://github.com/mkorpela/pabot/issues/468

v2.5.4: Pabot 2.5.4

Compare Source

Improve support for RF 5.0.1 and upcoming RF 5.1.0

What's Changed

v2.5.3: Pabot 2.5.3

Compare Source

Fix regression with output.xml generation with argumentfileN options.

Full Changelog: mkorpela/pabot@2.5.2...2.5.3

v2.5.2: Pabot 2.5.2

Compare Source

  • Enhance RF 5 compatibility
  • Improve performance with DataDriver

v2.5.1: Pabot 2.5.1

Compare Source

Full Changelog: mkorpela/pabot@2.5.0...2.5.1

v2.5.0: Pabot 2.5.0

Compare Source

New option: --chunk Optionally chunk tests to PROCESSES number of robot runs.
Thanks René ( @​Snooz82 ) for the great idea!

v2.4.0: Pabot 2.4.0

Compare Source

  • Fix randomize option with RF 5 rc2 - thank VilleSalonen for reporting this issue!
  • Use only 1 robot run with --processes 1

Full Changelog: mkorpela/pabot@2.3.1...2.4.0

v2.3.1

Compare Source

v2.3.0

Compare Source

v2.2.0

Compare Source

v2.1.0: 2 PRs merged

Compare Source

v2.0.1: Fix stacktrace variable side-effect

Compare Source

Stacktrace listener could cause side-effect failure in specific cases.
This has now been fixed by updating dependency to robotframework-stacktrace 0.4.1

v2.0.0: Stack traces and bye bye Python 2.7

Compare Source

This release drops support to Python 2.7.
And adds robotframework-stacktrace when running with normal robot without listeners.

So console output will be like this:

pabot tmp
2021-06-08 21:21:23.083356 [PID:3664] [0] [ID:0] EXECUTING Tmp.Testing
2021-06-08 21:21:23.394708 [PID:3664] [0] [ID:0] Execution failed in Tmp.Testing with 1 failing test(s)
==============================================================================
Tmp
==============================================================================
Tmp.Testing
==============================================================================
Testing
  Traceback (most recent call last):
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    File  ../testing.robot:2
    T:  Testing
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    File  ../testing.robot:4
      Keyer
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    File  ../testing.robot:8
      Fail    foo
______________________________________________________________________________
| FAIL |
foo
------------------------------------------------------------------------------
Tmp.Testing                                                           | FAIL |
1 test, 0 passed, 1 failed
==============================================================================
Tmp                                                                   | FAIL |
1 test, 0 passed, 1 failed
==============================================================================
Output:  ../pabot_results/0/output.xml

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/robotframework-pabot-2.x branch 3 times, most recently from 2126247 to 46ee2ec Compare November 25, 2024 10:52
@renovate renovate bot force-pushed the renovate/robotframework-pabot-2.x branch from 46ee2ec to cf5f818 Compare November 25, 2024 13:46
@diemol diemol merged commit 281a765 into main Nov 25, 2024
0 of 16 checks passed
@diemol diemol deleted the renovate/robotframework-pabot-2.x branch November 25, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant