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

fix failing tests over Github action #889

Merged
merged 3 commits into from
Oct 14, 2024
Merged

fix failing tests over Github action #889

merged 3 commits into from
Oct 14, 2024

Conversation

vinit717
Copy link
Member

@vinit717 vinit717 commented Oct 14, 2024

Date: 15-10-2024

Developer Name: vinit


Issue Ticket Number

Description

Currently, the tests are failing over the CI/CD due to the latest update in Ubuntu as our tests are running over Ubuntu

ubuntu has introduced some new security updates
https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md#technical-details

echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
this change in configuration stayed for single session/reboot
https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces

Documentation Updated?

  • Yes
  • No

Under Feature Flag

  • Yes
  • No

Database Changes

  • Yes
  • No

Breaking Changes

  • Yes
  • No

Development Tested?

  • Yes
  • No

Screenshots

Screenshot 1

Test Coverage

Screenshot 1

Additional Notes

Copy link

cloudflare-workers-and-pages bot commented Oct 14, 2024

Deploying dashboard-rds with  Cloudflare Pages  Cloudflare Pages

Latest commit: f810e8d
Status: ✅  Deploy successful!
Preview URL: https://40359d44.dashboard-rds.pages.dev
Branch Preview URL: https://test-fix.dashboard-rds.pages.dev

View logs

@vinit717 vinit717 changed the title fix test fix failing tests over Github action Oct 14, 2024
@iamitprakash iamitprakash merged commit fa3eb23 into develop Oct 14, 2024
5 checks passed
@iamitprakash iamitprakash deleted the test/fix branch October 14, 2024 19:56
@vinit717 vinit717 mentioned this pull request Oct 14, 2024
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.

Fix failing CI/CD test
2 participants