Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: CCExtractor/sample-platform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Loading
...
head repository: CCExtractor/sample-platform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/remove-misleading-queue-message
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 4, 2026

  1. fix: Replace misleading queue message with accurate VM provisioning info

    The old message claimed tests were queued sequentially with estimated
    wait times based on queue position. This was inaccurate - tests actually
    run in parallel on separate GCP VMs.
    
    Changes:
    - Replace "X tests queued before this one" with "Your test VM is being
      provisioned"
    - Show average completion time for the platform instead of fake queue math
    - Remove unused imports (datetime, func, label, GcpInstance)
    - Simplify get_data_for_test() by removing complex queue calculations
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    cfsmp3 and claude committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    67ca674 View commit details
    Browse the repository at this point in the history
  2. test: Update test_data_for_test to match simplified implementation

    The test was checking for g.db.query calls that no longer exist after
    removing the queue calculation logic. Updated to verify the new behavior
    that only queries GeneralData for average times.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    cfsmp3 and claude committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    87c6485 View commit details
    Browse the repository at this point in the history
  3. fix: Show correct sample progress on initial page load

    Previously the test page hardcoded "0 / 0 samples" and only updated
    via AJAX after 20 seconds. Now the sample progress is calculated
    on initial render so users see accurate progress immediately.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    cfsmp3 and claude committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    1999d86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fbad74 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.