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: daily buffer in getServerSideProps #15093

Merged
merged 2 commits into from
May 20, 2024

Conversation

Udit-takkar
Copy link
Contributor

What does this PR do?

Screenshot 2024-05-17 at 8 17 05 PM

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected)
  • I have added a Docs issue here if this PR makes changes that would require a documentation change
  • I have added or modified automated tests that prove my fix is effective or that my feature works (PRs might be rejected if logical changes are not properly tested)

@graphite-app graphite-app bot requested a review from a team May 17, 2024 14:47
Copy link
Contributor

github-actions bot commented May 17, 2024

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

@keithwillcode keithwillcode added consumer core area: core, team members only labels May 17, 2024
@dosubot dosubot bot added the 🐛 bug Something isn't working label May 17, 2024
const now = new Date();
const exitDate = new Date(now.getTime() - 60 * 60 * 1000);
const exitDate = new Date(now.getTime() - 14 * 24 * 60 * 60 * 1000);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

expiry time of cal video was changed to 14 days after end time.

Copy link

vercel bot commented May 17, 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 May 20, 2024 9:06am
2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview May 20, 2024 9:06am
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview May 20, 2024 9:06am

Copy link

graphite-app bot commented May 17, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (05/17/24)

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

Copy link
Contributor

github-actions bot commented May 17, 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 May 17, 2024

Current Playwright Test Results Summary

✅ 319 Passing - ❌ 2 Failing - ⚠️ 10 Flaky

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

(Last updated on 05/20/2024 09:16:57am UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 845b130

Started: 05/20/2024 09:13:49am UTC

❌ Failures

📄   apps/web/playwright/profile.e2e.ts • 1 Failure

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Update Profile Can update a users email (verification enabled)
Retry 2Retry 1Initial Attempt
Error: page.waitForURL: Timeout 30000ms exceeded....
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/event-types" until "load"
  navigated to "http://localhost:3000/auth/login"
============================================================
37.25% (92) 92 / 247 runs
failed over last 7 days
35.22% (87) 87 / 247 runs
flaked over last 7 days

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

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Routing Forms Seeded Routing Form Router URL should work
Retry 2Retry 1Initial Attempt
Error: page.goto: Navigation interrupted by another one...
page.goto: Navigation interrupted by another one
=========================== logs ===========================
navigating to "http://localhost:3000/router?form=clwer2i820000jxeu2cac9i8c&Test%20field=external-redirect", waiting until "load"
============================================================
0.44% (1) 1 / 225 run
failed over last 7 days
13.78% (31) 31 / 225 runs
flaked over last 7 days

⚠️ Flakes

📄   apps/web/playwright/integrations-stripe.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Stripe integration Paid booking should be able to be cancelled
Retry 1Initial Attempt
2.86% (6) 6 / 210 runs
failed over last 7 days
13.81% (29) 29 / 210 runs
flaked over last 7 days

📄   packages/app-store/routing-forms/playwright/tests/basic.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
Routing Forms Seeded Routing Form Routing Link should validate fields
Retry 1Initial Attempt
0% (0) 0 / 225 runs
failed over last 7 days
4.89% (11) 11 / 225 runs
flaked over last 7 days
Routing Forms Seeded Routing Form Test preview should return correct route
Retry 1Initial Attempt
0.89% (2) 2 / 224 runs
failed over last 7 days
32.14% (72) 72 / 224 runs
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts • 4 Flakes

Top 1 Common Error Messages

null

4 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Namespacing Inline Embed Add inline embed using a namespace without reload
Retry 1Initial Attempt
0.45% (1) 1 / 224 run
failed over last 7 days
62.50% (140) 140 / 224 runs
flaked over last 7 days
Namespacing Different namespaces can have different init configs
Retry 1Initial Attempt
0% (0) 0 / 222 runs
failed over last 7 days
62.61% (139) 139 / 222 runs
flaked over last 7 days
Namespacing Inline Embed Double install Embed Snippet with inline embed using a namespace
Retry 1Initial Attempt
0.45% (1) 1 / 224 run
failed over last 7 days
62.50% (140) 140 / 224 runs
flaked over last 7 days
Namespacing Inline Embed Double install Embed Snippet with inline embed without a namespace(i.e. default namespace)
Retry 1Initial Attempt
0% (0) 0 / 224 runs
failed over last 7 days
65.18% (146) 146 / 224 runs
flaked over last 7 days

📄   apps/web/playwright/managedBooking/advancedOptions.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Check advanced options in a managed team event type Check advanced options in a managed team event type without offer seats
Retry 1Initial Attempt
0.45% (1) 1 / 224 run
failed over last 7 days
48.66% (109) 109 / 224 runs
flaked over last 7 days

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

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Update Profile Can verify the newly added secondary email
Retry 2Retry 1Initial Attempt
2.41% (6) 6 / 249 runs
failed over last 7 days
22.89% (57) 57 / 249 runs
flaked over last 7 days

📄   packages/embeds/embed-react/playwright/tests/basic.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
React Embed Element Click Popup should verify that the iframe got created with correct URL - namespaced
Retry 1Initial Attempt
18.57% (44) 44 / 237 runs
failed over last 7 days
34.60% (82) 82 / 237 runs
flaked over last 7 days

View Detailed Build Results


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working consumer core area: core, team members only Medium priority Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants