Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LambdaTest/smartui-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: prod
Choose a base ref
...
head repository: LambdaTest/smartui-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stage
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 3 contributors

Commits on Feb 25, 2026

  1. add retry mechanism for port finding to handle race conditions

    When the default port is in use, find-free-port may return a port that
    gets claimed by another process before Fastify binds to it. This adds
    a retry loop (max 3 attempts) to recover from transient EADDRINUSE
    errors during fallback port discovery.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    shreyansh-chandel and claude committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    baba18f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #467 from shreyansh-chandel/TE-6535

    add retry mechanism for port finding to handle race conditions
    sushobhit-lt authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    29b62d9 View commit details
    Browse the repository at this point in the history
Loading