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: Type check failure in occupiedSeats #13805

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

emrysal
Copy link
Contributor

@emrysal emrysal commented Feb 21, 2024

What does this PR do?

reserveSlots had a bug where typescript would hide a type check failure, this caused a crash for some users when another slot was reserved.

https://calcom.sentry.io/issues/4914931829/?project=4504055091625984&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=1h&stream_index=0

@emrysal emrysal requested a review from a team February 21, 2024 17:15
Copy link

vercel bot commented Feb 21, 2024

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

4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ai ⬜️ Ignored (Inspect) Visit Preview Feb 22, 2024 7:22am
cal ⬜️ Ignored (Inspect) Visit Preview Feb 22, 2024 7:22am
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Feb 22, 2024 7:22am
qa ⬜️ Ignored (Inspect) Visit Preview Feb 22, 2024 7:22am

@keithwillcode keithwillcode enabled auto-merge (squash) February 21, 2024 17:38
Copy link
Contributor

github-actions bot commented Feb 21, 2024

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

Copy link
Contributor

github-actions bot commented Feb 21, 2024

📦 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 Feb 21, 2024

Current Playwright Test Results Summary

✅ 112 Passing - ⚠️ 3 Flaky

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

(Last updated on 02/22/2024 10:26:28am UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 1d6055b

Started: 02/22/2024 10:20:48am UTC

⚠️ Flakes

📄   apps/web/playwright/booking/longTextQuestion.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Booking With Long Text Question and Each Other Question Booking With Long Text Question and Multiple email Question Long Text and Multiple email required
Retry 1Initial Attempt
0% (0) 0 / 215 runs
failed over last 7 days
6.98% (15) 15 / 215 runs
flaked over last 7 days

📄   apps/web/playwright/booking/checkboxGroupQuestion.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
Booking With Checkbox Group Question and Each Other Question Booking With Checkbox Group Question and Address Question Booking With Checkbox Group Question and Phone Question Checkbox Group and Phone not required
Retry 1Initial Attempt
0% (0) 0 / 222 runs
failed over last 7 days
8.56% (19) 19 / 222 runs
flaked over last 7 days
Booking With Checkbox Group Question and Each Other Question Booking With Checkbox Group Question and Address Question Booking With Checkbox Group Question and Multi email Question Checkbox Group required and Multi email required
Retry 1Initial Attempt
0.45% (1) 1 / 222 run
failed over last 7 days
5.86% (13) 13 / 222 runs
flaked over last 7 days

View Detailed Build Results


@keithwillcode keithwillcode merged commit b38807c into main Feb 22, 2024
39 checks passed
@keithwillcode keithwillcode deleted the fix/invalid-type-check-occupiedSeats branch February 22, 2024 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core area: core, team members only foundation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants