Open Closed

Abp 8.0 Unit Test, Application Test Issue #7529


User avatar
0
raymondbu95 created
  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: EF Core & MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi there, i want to ask about the Application Test here, when i used version 7.0, it can use the Debug Test well. But after up to version 8.0, it become unable to debug my test.

these are the default abp suite generated test, but it keep failed, thats why i want to go into debug mode but failed too, however i managed to run the debug test for the repository test, but anyway it failed because of the data was not seeded, is there any amendment i can try to resolve this situation?


13 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Is the dotnet test command work?

    Can you get logs of this error?

  • User Avatar
    0
    raymondbu95 created

    i got these when run dotnet run in Application.Test

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you share a project via https://wetransfer.com/?

    liming.ma@volosoft.com

  • User Avatar
    0
    raymondbu95 created

    Hi there, please check accordingly

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I can't build your project.

  • User Avatar
    0
    raymondbu95 created

    i unable to send through the whole project, its too huge.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can try to reproduce the problem in a new template proejct.

  • User Avatar
    0
    raymondbu95 created

    i have checked, the product test project that auto created when create new solution from microservice template using abp suite, code wise is different from the new microservice that we create using the abp command to add microservice-pro and use abp suite to create new entity

    Product Application Test

    Custom Microservice Application Test

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Try creating a template with a specify version

    abp new BookStore --version 8.0.0
    
  • User Avatar
    0
    raymondbu95 created

    im using this command, and my cli remains 8.0.1.

    abp new OrderService -t microservice-service-pro

    but anyway is not this command affect, because the sample test is correct, just that the one create from abp suite CRUD generator, ticked the Create unit & integration tests

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you reproduce it in a new app-pro template project?

  • User Avatar
    0
    raymondbu95 created

    Im using Microservice template.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    It's not about the type of project, it's about your code.

    If you can't share the project code. You can find a way to reproduce it.

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13