Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. Expected value to be 1 because daemon must create exactly one user, but found 2.
  2. в FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) в C:\projects\fluentassertions-vf06b\Src\Shared\Execution\LateBoundTestFramework.cs:строка 23
  3. в FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) в C:\projects\fluentassertions-vf06b\Src\FluentAssertions.Net40\Execution\TestFrameworkProvider.cs:строка 43
  4. в FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) в C:\projects\fluentassertions-vf06b\Src\Core\Execution\DefaultAssertionStrategy.cs:строка 25
  5. в FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args) в C:\projects\fluentassertions-vf06b\Src\Core\Execution\AssertionScope.cs:строка 197
  6. в FluentAssertions.Numeric.NumericAssertions`1.Be(T expected, String because, Object[] becauseArgs) в C:\projects\fluentassertions-vf06b\Src\Core\Numeric\NumericAssertions.cs:строка 44
  7. в PortalADSync.FunctionalTests.TestCommon.NewUser.Should_Create_EnabledNotExistingUser_And_all_Fields_Are_Correct(String login, String ou, Guid expectedGroup) в C:\git\portal.adsync\PortalADSync.FunctionalTests\TestCommon\NewUser.cs:строка 50
  8.  
  9. 2018-04-24 17:06:35,676 INFO Daemon timer tick
  10. 2018-04-24 17:06:35,678 INFO SyncData by timer started.
  11. 2018-04-24 17:06:35,821 INFO Current Config:
  12. {
  13. "ApiKey": "<censored>",
  14. "RequisitesAccountName": "<censored>",
  15. "RequisitesAccountPassword": "<censored>",
  16. "DomainControllerLdapPath": "LDAP://DC=kontur",
  17. "AccountsDomainFilter": "kontur",
  18. "AuthenticatorTopology": "",
  19. "AuthorizatorTopology": "",
  20. "RequisitesTopology": "",
  21. "CertificatesTopology": "",
  22. "CertificateVerifierTopology": "",
  23. "RunInterval": 10000,
  24. "GrantReadAccessTo": [
  25. "OU=readAccess"
  26. ],
  27. "GrantReadWriteAccessTo": [
  28. "OU=readWriteAccess"
  29. ],
  30. "AccountsDistinguishedNameFilter": [],
  31. "EnabledModules": [
  32. "KonturSync"
  33. ],
  34. "TrustedCertificateIssuerFactor": "1026605606620"
  35. }
  36. 2018-04-24 17:06:35,821 INFO Initializing authorizator connector
  37. 2018-04-24 17:06:35,825 INFO Initializing requisites connector
  38. 2018-04-24 17:06:35,858 INFO portaladsync_defaultreadgroup is 00f7897a-8664-49ba-9fae-b7d15c11004e
  39. 2018-04-24 17:06:35,859 INFO portaladsync_defaultreadwritegroup is 4cb5b394-c2e7-45ac-823c-e351b79a1e37
  40. 2018-04-24 17:06:35,860 INFO Fetching Users
  41. 2018-04-24 17:06:35,862 INFO Initializing certificate connector
  42. 2018-04-24 17:06:35,864 DEBUG KonturAdUpload module is on work
  43. 2018-04-24 17:06:35,872 INFO Uploading Users to portal
  44. 2018-04-24 17:06:35,873 INFO Found 0 users
  45. 2018-04-24 17:06:35,874 INFO Creating user norights@skbkontur.ru in portal
  46. 2018-04-24 17:06:35,877 INFO Synchronize user privileges
  47. 2018-04-24 17:06:35,878 INFO User ab9e8b27-c4e8-486a-8306-b6d3eb5821fb is not in read group
  48. 2018-04-24 17:06:35,878 INFO User ab9e8b27-c4e8-486a-8306-b6d3eb5821fb is not in readwrite group
  49. 2018-04-24 17:06:35,879 INFO Successfully synchronized 1 Users. Timestamp: 24.04.2018 10:06:35
  50. 2018-04-24 17:06:35,925 INFO SyncData by timer finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement