Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. Test environment is: dev
  2. Connection string is: Server=10.210.83.30;Database=db_stoloto_fixprice_test;Uid=fixprice_tester;Pwd=41UiSw3tbwLv1iWnLdy;sslmode=none;charset=utf8;allowZeroDateTime=false;convert zero datetime=True;AllowPublicKeyRetrieval=True;Allow User Variables=true;old guids=true;
  3. Test environment is: dev
  4. Connection string is: Server=10.210.83.30;Database=db_stoloto_fixprice_test;Uid=fixprice_tester;Pwd=41UiSw3tbwLv1iWnLdy;sslmode=none;charset=utf8;allowZeroDateTime=false;convert zero datetime=True;AllowPublicKeyRetrieval=True;Allow User Variables=true;old guids=true;
  5. X Stoloto.FixPrice.Test.FixPriceCreateGameTest.Should_create_game [1ms]
  6. Error Message:
  7. System.AggregateException : One or more errors occurred. (Value cannot be null.
  8. Parameter name: connectionString) (The following constructor parameters did not have matching fixture data: FixPriceFixture fixture)
  9. ---- System.ArgumentNullException : Value cannot be null.
  10. Parameter name: connectionString
  11. ---- The following constructor parameters did not have matching fixture data: FixPriceFixture fixture
  12. Stack Trace:
  13.  
  14. ----- Inner Stack Trace #1 (System.ArgumentNullException) -----
  15. at Hangfire.MySql.Core.MySqlStorage..ctor(String connectionString, MySqlStorageOptions options)
  16. at Stoloto.TicketsSrv.Startup.<ConfigureServices>b__3_0(ConfigurationExpression cfg) in /builds/orsulp/fixprice/FixPrice/Stoloto.TicketsSrv/Startup.cs:line 87
  17. at StructureMap.PipelineGraph.For(Action`1 action)
  18. at StructureMap.Container..ctor(Action`1 action)
  19. at Stoloto.TicketsSrv.Startup.ConfigureServices(IServiceCollection services) in /builds/orsulp/fixprice/FixPrice/Stoloto.TicketsSrv/Startup.cs:line 73
  20. at Stoloto.FixPrice.Test.TicketSrvStartup.ConfigureServices(IServiceCollection services) in /builds/orsulp/fixprice/Tests/Stoloto.FixPrice.Test/Startup/TicketSrvStartup.cs:line 32
  21. --- End of stack trace from previous location where exception was thrown ---
  22. at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services)
  23. at Microsoft.AspNetCore.Hosting.Internal.WebHost.EnsureApplicationServices()
  24. at Microsoft.AspNetCore.Hosting.Internal.WebHost.Initialize()
  25. at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build()
  26. at Microsoft.AspNetCore.TestHost.TestServer..ctor(IWebHostBuilder builder, IFeatureCollection featureCollection)
  27. at Stoloto.FixPrice.Test.TestApplication..ctor(Boolean muteOrchestrator) in /builds/orsulp/fixprice/Tests/Stoloto.FixPrice.Test/TestApplication.cs:line 77
  28. at Stoloto.FixPrice.Test.FixPriceFixture..ctor() in /builds/orsulp/fixprice/Tests/Stoloto.FixPrice.Test/FixPriceFixture.cs:line 6
  29. ----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement