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

Supporting Event counter in .Net core #719

Merged
merged 17 commits into from
Mar 13, 2021

Commits on Aug 31, 2020

  1. Add event counters

    DavoudEshtehari committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    cb00f28 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'UpStream/master' into EventCounter

    # Conflicts:
    #	src/Microsoft.Data.SqlClient/netcore/src/Common/src/Microsoft/Data/ProviderBase/DbConnectionFactory.cs
    #	src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/ProviderBase/DbConnectionInternal.cs
    #	src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/ProviderBase/DbConnectionPool.cs
    DavoudEshtehari committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    a56c1c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ada285a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    0df6a55 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    74bb4da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b6fe5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. fix unit test

    DavoudEshtehari committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    7c2be9e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    377fb33 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Address comments

    DavoudEshtehari committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    fceefd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    638827f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Fix minor typo (#3)

    karinazhou authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    7ec5012 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Reformatting counter methods

    * Fix minor typo
    
    * Removed IsEnabled condition and reformatted counter methods
    karinazhou authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    6e264bc View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Unit tests for Microsoft.Data.SqlClient.SqlClientEventSource (#2)

    * Implemented tests for Microsoft.Data.SqlClient.SqlClientEventSource
    
    * Updated the EventCounter test to reflect the recent changes in the code
    
    * Working on EventCounter tests access event counters through reflection
    
    * Updated the EventCounterTest to use reflection
    
    * Fixing dangling SqlConnection's left in tests
    
    * EventCountersTest now checks hard/soft connects/disconnects counters
    
    * Reverted the DataTestUtility changes
    
    * Reverted using statements to the old-style in tests
    
    * Reverted the ConnectionPoolTest.ReclaimEmancipatedOnOpenTest()
    
    * Reverted using statements to the old-style in tests
    
    * Reverted using statements to the old-style in tests
    
    * Rewrite the EventCounterTest assertions not to conflict with other tests
    
    * Code review cleanup
    winseros authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    7a52156 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Add more tests (#5)

    Added EventCounter_ReclaimedConnectionsCounter_Functional & EventCounter_ConnectionPoolGroupsCounter_Functional tests.
    karinazhou authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    190e304 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    86e9541 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Address comments

    Davoud Eshtehari committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    a915aeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94bd2a2 View commit details
    Browse the repository at this point in the history