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

Add EF Core CI testing using Helix queues #19917

Merged
merged 1 commit into from
Feb 20, 2020
Merged

Add EF Core CI testing using Helix queues #19917

merged 1 commit into from
Feb 20, 2020

Commits on Feb 20, 2020

  1. Add EF Core CI testing using Helix queues

    - Adds coverage for testing using
      - WindowsServer 2016-Datacenter with localdb
      - macOS 10.14
      - Ubuntu 18.04-LTS
    
    - Currently tests are run separately based on OS type win/non-win due to #19964
    - Uses anonymous auth from public build and access token from internal build
    - Automatically adds all test projects from test folder
    - All telemetry is enabled for reporting
      - EnableAzurePipelinesReporter
      - FailOnTestFailure
      - EnableXUnitReporter
      - FailOnMissionControlTestFailure
    - Validated internal builds also uses helix for testing using HelixAccessToken
    - Checking FullTextSearch on SqlServer has been put in try-catch (Helix run threw exception of localdb not found)
    
    Resolves #19857
    smitpatel committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    eeaa0ef View commit details
    Browse the repository at this point in the history