Skip to content

Conversation

@senthalan
Copy link
Contributor

Purpose

Fix integration test failure caused with #555

Copilot AI review requested due to automatic review settings November 3, 2025 06:53
@senthalan senthalan added the skip-changelog Skip generating changelog for a particular PR label Nov 3, 2025
@senthalan senthalan force-pushed the implement-rbac-role-mgt branch from 84d8fe6 to 247240d Compare November 3, 2025 06:53
@senthalan senthalan marked this pull request as ready for review November 3, 2025 06:53
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds user schema management to the role API integration tests. The user schema is required for creating test users, which are then used in various role assignment tests.

  • Introduces testUserSchema definition with a "person" type schema
  • Adds user schema creation in SetupSuite and cleanup in TearDownSuite
  • Adds userSchemaID variable to track the created schema for cleanup

@senthalan senthalan force-pushed the implement-rbac-role-mgt branch from 247240d to bc6b1d0 Compare November 3, 2025 06:56
@codecov
Copy link

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.88%. Comparing base (edc921e) to head (bc6b1d0).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #642       +/-   ##
===========================================
+ Coverage   31.68%   66.88%   +35.19%     
===========================================
  Files         205      205               
  Lines       18788    18788               
  Branches      255      250        -5     
===========================================
+ Hits         5953    12566     +6613     
+ Misses      12550     4835     -7715     
- Partials      285     1387     +1102     
Flag Coverage Δ
backend-combined-postgres 55.29% <ø> (?)
backend-combined-sqlite 55.29% <ø> (?)
backend-integration-postgres 55.29% <ø> (?)
backend-integration-sqlite 55.29% <ø> (?)
backend-unit 31.68% <ø> (ø)
frontend-apps-develop-unit 31.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@senthalan senthalan merged commit d85ddba into asgardeo:main Nov 3, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Skip generating changelog for a particular PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants