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

[tests-only] [full-ci] Fix expected-failures references #3091

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

phil-davis
Copy link
Contributor

@phil-davis phil-davis commented Feb 2, 2022

Description

Fix errors in the feature file links in expected-failures files. A few have got out-of-date line numbers, wrong feature file names etc.

I have a PHP script that I used to parse locally and find these. I will think about where to put that so that we can automatically find these accidental errors. They don't cause an actual problem for CI, it is just confusing for real people if they look at or click a link that is wrong.

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@phil-davis phil-davis force-pushed the fix-expected-failures-references branch from 17b563d to c0858fd Compare February 2, 2022 15:09
@phil-davis phil-davis self-assigned this Feb 2, 2022
@phil-davis phil-davis marked this pull request as ready for review February 2, 2022 15:13
@sonarcloud
Copy link

sonarcloud bot commented Feb 2, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@@ -337,21 +337,6 @@ Other free text and markdown formatting can be used elsewhere in the document if
### [share permissions not enforced](https://github.com/owncloud/product/issues/270)
- [webUIResharing1/reshareUsers.feature:248](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing1/reshareUsers.feature#L248)

#### [Searching sharee with displayname](https://github.com/owncloud/ocis/issues/547)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an expected-failures file for web test scenarios. Somehow these apiSharees entries were added here. They don't belong here. They didn't cause a problem because there is no webUI test pipeline that runs a suite called apiSharees, so these lines never got processed by any pipeline.

@kiranparajuli589 kiranparajuli589 merged commit 3483861 into master Feb 3, 2022
@delete-merged-branch delete-merged-branch bot deleted the fix-expected-failures-references branch February 3, 2022 05:37
ownclouders pushed a commit that referenced this pull request Feb 3, 2022
Merge: 9b66eb0 c0858fd
Author: PKiran <39373750+kiranparajuli589@users.noreply.github.com>
Date:   Thu Feb 3 11:22:18 2022 +0545

    Merge pull request #3091 from owncloud/fix-expected-failures-references

    [tests-only] [full-ci] Fix expected-failures references
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants