Coder Social home page Coder Social logo

Comments (7)

rprouse avatar rprouse commented on June 19, 2024

I believe that NUnit 3 will run multiple NUnit 2 test assemblies in parallel, but the tests within the v2 tests will not be run in parallel. Is the trouble with multiple assemblies?

from nunit-console.

NikolayPianikov avatar NikolayPianikov commented on June 19, 2024

Yes, the the trouble with multiple assemblies.

from nunit-console.

rprouse avatar rprouse commented on June 19, 2024

Why is this a problem for the TC extension? v3 tests run the same way. I assume you handle that?

from nunit-console.

NikolayPianikov avatar NikolayPianikov commented on June 19, 2024

Extension receives 2 message one after another:

1:

<start-suite id="1-1005" name="C:\Projects\GitHub\nunit-teamcity-event-listener\bin\Debug\1167775801\mocks\MAP.Common.Test.dll" fullname="C:\Projects\GitHub\nunit-teamcity-event-listener\bin\Debug\1167775801\mocks\MAP.Common.Test.dll" />

2:

<start-suite id="1-1431" name="C:\Projects\GitHub\nunit-teamcity-event-listener\bin\Debug\1167775801\mocks\MAP.Web.Test.dll" fullname="C:\Projects\GitHub\nunit-teamcity-event-listener\bin\Debug\1167775801\mocks\MAP.Web.Test.dll" />

After that

3:
<start-suite id="1-1006" name="MAP" fullname="MAP" />

Question: What assembly corresponds <start-suite id="1-1006" name="MAP" fullname="MAP" /> ?
We have a bunch of unstructured messages from different assemblies

from nunit-console.

NikolayPianikov avatar NikolayPianikov commented on June 19, 2024

Some kind of XML but from several different files at the same time :)
I can ignore starting blocks but I should know an assembly for each test.
Almost all the data lose value because there is no way to define their relationship.

from nunit-console.

CharliePoole avatar CharliePoole commented on June 19, 2024

The issue is that the v2 driver is using the same prefix for both assemblies. Both drivers should get their prefixes from a common source.

from nunit-console.

ChrisMaddock avatar ChrisMaddock commented on June 19, 2024

Fixed in #564 I believe.

from nunit-console.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.