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: acme.cal.local crashes due to missing requestedSlug in seed #14592

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

emrysal
Copy link
Contributor

@emrysal emrysal commented Apr 15, 2024

What does this PR do?

requestedSlug should never be undefined as this value is passed back in the getServerSideProps (undefined is an invalid value and causes a crash; if undefined; it shouldn't be added).

@graphite-app graphite-app bot requested a review from a team April 15, 2024 17:37
Copy link
Contributor

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link.

@dosubot dosubot bot added core area: core, team members only 🐛 bug Something isn't working labels Apr 15, 2024
Copy link

vercel bot commented Apr 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 5:39pm

Copy link

graphite-app bot commented Apr 15, 2024

Graphite Automations

"Add foundation team as reviewer" took an action on this PR • (04/15/24)

1 reviewer was added to this PR based on Keith Williams's automation.

Copy link
Contributor

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

deploysentinel bot commented Apr 15, 2024

Current Playwright Test Results Summary

✅ 302 Passing - ⚠️ 7 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 04/15/2024 05:51:59pm UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 6fa52f4

Started: 04/15/2024 05:48:24pm UTC

⚠️ Flakes

📄   apps/web/playwright/login.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
user can login & logout succesfully -- future login flow user & logout using dashboard
Retry 1Initial Attempt
4.29% (12) 12 / 280 runs
failed over last 7 days
30.71% (86) 86 / 280 runs
flaked over last 7 days

📄   apps/web/playwright/organization/organization-invitation.e2e.ts • 2 Flakes

Top 1 Common Error Messages

null

2 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Organization Email not matching orgAutoAcceptEmail nonexisting user invited to a Team inside organization
Retry 1Initial Attempt
1.70% (5) 5 / 294 runs
failed over last 7 days
15.31% (45) 45 / 294 runs
flaked over last 7 days
Organization Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done nonexisting user is invited to a team inside organization
Retry 1Initial Attempt
1.40% (4) 4 / 286 runs
failed over last 7 days
10.14% (29) 29 / 286 runs
flaked over last 7 days

📄   apps/web/playwright/availability.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Availablity Date Overrides
Retry 1Initial Attempt
0.34% (1) 1 / 298 run
failed over last 7 days
2.35% (7) 7 / 298 runs
flaked over last 7 days

📄   packages/app-store/routing-forms/playwright/tests/basic.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Routing Forms Seeded Routing Form Test preview should return correct route
Retry 1Initial Attempt
0.35% (1) 1 / 287 run
failed over last 7 days
33.10% (95) 95 / 287 runs
flaked over last 7 days

📄   apps/web/playwright/integrations-stripe.e2e.ts • 2 Flakes

Top 1 Common Error Messages

null

2 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Stripe integration Can book a paid booking
Retry 1Initial Attempt
5.37% (16) 16 / 298 runs
failed over last 7 days
36.24% (108) 108 / 298 runs
flaked over last 7 days
Stripe integration Pending payment booking should not be confirmed by default
Retry 1Initial Attempt
1.75% (5) 5 / 286 runs
failed over last 7 days
21.33% (61) 61 / 286 runs
flaked over last 7 days

View Detailed Build Results


@emrysal emrysal merged commit 4daf9db into main Apr 15, 2024
38 of 40 checks passed
@emrysal emrysal deleted the bugfix/local-crash-testing-acme branch April 15, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working core area: core, team members only foundation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants