Skip to content

Conversation

@delvedor
Copy link
Member

With this pr the integration test will generate a junit report that will make easier to debug test in Jenkins.

@delvedor delvedor marked this pull request as ready for review April 22, 2020 09:35
@delvedor delvedor merged commit 292218f into master Apr 23, 2020
@delvedor delvedor deleted the junit-report branch April 23, 2020 06:25
@github-actions
Copy link
Contributor

The backport to 7.x failed:

The process 'git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-7.x 7.x
# Navigate to the new working tree
cd .worktrees/backport-7.x
# Create a new branch
git switch --create backport-1165-to-7.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 292218f9468ca28649cab28ce5e91b4a0693e30e
# Push it to GitHub
git push --set-upstream origin backport-1165-to-7.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.x

Then, create a pull request where the base branch is 7.x and the compare/head branch is backport-1165-to-7.x.

delvedor added a commit that referenced this pull request Apr 23, 2020
* Enable junit report

* Added junit reporter utility

* Generate junit report

* junit reporter: store time in seconds

* Added skip reason in junit report

* Added missing end

* Fix skip serialize indentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants