You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/10/12 17:24:00 UTC

[jira] [Commented] (GEODE-9719) Switch .NET Core Tests to Xunit Fixtures

    [ https://issues.apache.org/jira/browse/GEODE-9719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17427814#comment-17427814 ] 

ASF GitHub Bot commented on GEODE-9719:
---------------------------------------

mmartell opened a new pull request #881:
URL: https://github.com/apache/geode-native/pull/881


   This switches the NetCore test framework to Xunit fixtures. A separate fixture is used for each of the test suites (i.e., netcore-integration-test and netcore-session-integration-test. It also just creates an authRegion not separate cluster for the netcore auth tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Switch .NET Core Tests to Xunit Fixtures
> ----------------------------------------
>
>                 Key: GEODE-9719
>                 URL: https://issues.apache.org/jira/browse/GEODE-9719
>             Project: Geode
>          Issue Type: Test
>          Components: native client
>            Reporter: Michael Martell
>            Priority: Major
>
> The programmatic cluster support brought in by [GEODE-9600|http://example.com] currently starts and stops the geode cluster for each test. This ticket is to switch the tests to an Xunit fixture model wherein all tests for netcore-lib will be run against a single cluster start/stop, and similarly for netcore-session.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)