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

Remove PollJob support #8398

Merged
merged 1 commit into from
Feb 11, 2021
Merged

Remove PollJob support #8398

merged 1 commit into from
Feb 11, 2021

Conversation

TheOneRing
Copy link
Member

No description provided.

@TheOneRing TheOneRing requested review from dragotin and dschmidt and removed request for dragotin January 27, 2021 14:53
@sonarcloud
Copy link

sonarcloud bot commented Jan 27, 2021

Kudos, SonarCloud Quality Gate passed!

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

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@guruz
Copy link
Contributor

guruz commented Jan 27, 2021

Would have been nice to keep it :-( But also good to see code cleaner

@TheOneRing
Copy link
Member Author

In the current implementation remotePermissions are not properly handled.
Which can lead to db entries without a valid permission string which can lead to the following enforce crash

qCWarning(lcDiscovery) << "OC_ENFORCE(FAILING)" << originalPath;

I discovered it in #8076 where I tried to prevent empty permissions.

For oci a different approach is planned.

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.

None yet

3 participants