Skip to content

enrich all traces with user id #87

enrich all traces with user id

enrich all traces with user id #87

GitHub Actions / C# Unit Tests succeeded Nov 29, 2023 in 0s

All 37 tests pass in 6s

37 tests   37 ✔️  6s ⏱️
  7 suites    0 💤
  1 files      0

Results for commit 056e43d.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / C# Unit Tests

37 tests found

There are 37 tests, see "Raw output" for the full list of tests.
Raw output
Testing.ApiTests.HeaderTests ‑ CheckCloudflareHeaderSizeLimit
Testing.LexCore.LexAuthUserTests ‑ CanGetClaimsFromUser
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripClaimsThroughAPrincipal
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripClaimsThroughJwt
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripClaimsWhenUsingSecurityTokenDescriptor
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripJwtFromUserThroughLexAuthService
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripThroughRefresh
Testing.LexCore.LexAuthUserTests ‑ CheckingJwtLength
Testing.LexCore.PasswordHashingTests ‑ CanHashPassword(pw: "5!2j6cwau2ZqUXL", salt: "57b7216f93b66d8dfa6cc0dad910025d", hash: "f17f1754dfcf346298e2154071fc077203900a28")
Testing.LexCore.PasswordHashingTests ‑ CanHashPassword(pw: "h0vJVjQUOfxaEC3Uddz", salt: "266d7346dbf074a28ab29ef730191feb", hash: "ba205a1131e34030fa1507a77cb9d1bd0c5fb800")
Testing.LexCore.Services.HgServiceTests ‑ CanFinishResetByUnZippingAnArchive(filePath: ".hg/important-file.bin")
Testing.LexCore.Services.HgServiceTests ‑ CanFinishResetByUnZippingAnArchive(filePath: "unzip-test/.hg/important-file.bin")
Testing.LexCore.Services.HgServiceTests ‑ DetermineProjectPrefixWorks(type: hgWeb, status: Migrated, expectedUrl: "https://hg.lexbox")
Testing.LexCore.Services.HgServiceTests ‑ DetermineProjectPrefixWorks(type: hgWeb, status: PrivateRedmine, expectedUrl: "https://private.redmine")
Testing.LexCore.Services.HgServiceTests ‑ DetermineProjectPrefixWorks(type: hgWeb, status: PublicRedmine, expectedUrl: "https://public.redmine")
Testing.LexCore.Services.HgServiceTests ‑ DetermineProjectPrefixWorks(type: resumable, status: Migrated, expectedUrl: "https://resumable.lexbox")
Testing.LexCore.Services.HgServiceTests ‑ DetermineProjectPrefixWorks(type: resumable, status: PrivateRedmine, expectedUrl: "https://resumable.redmine")
Testing.LexCore.Services.HgServiceTests ‑ DetermineProjectPrefixWorks(type: resumable, status: PublicRedmine, expectedUrl: "https://resumable.redmine")
Testing.LexCore.Services.HgServiceTests ‑ ThrowsIfMigrating(type: hgWeb)
Testing.LexCore.Services.HgServiceTests ‑ ThrowsIfMigrating(type: resumable)
Testing.LexCore.Services.HgServiceTests ‑ ThrowsIfNoHgFolderIsFound
Testing.LexCore.Services.ProjectServiceTest ‑ CanCreateProject
Testing.LexCore.Services.ProjectServiceTest ‑ ShouldErrorIfCreatingAProjectWithTheSameCode
Testing.LexCore.Services.RepoMigrationTests ‑ CanNotSendReceiveWhenMigrating
Testing.LexCore.Services.RepoMigrationTests ‑ CantWaitMigrationWhenServiceIsShuttingDown
Testing.LexCore.Services.RepoMigrationTests ‑ DontMigrateWithSendReceiveInFlight
Testing.LexCore.Services.RepoMigrationTests ‑ MigratingOneProjectDoesNotBlockAnother
Testing.LexCore.Services.RepoMigrationTests ‑ ProjectsCurrentlyMigratingGetQueuedOnStartup
Testing.LexCore.Services.RepoMigrationTests ‑ QueuedProjectsGetMigrated
Testing.LexCore.Services.RepoMigrationTests ‑ SendReceiveForOneProjectDoesNotBlockMigrationOfAnother
Testing.LexCore.Services.RepoMigrationTests ‑ ShutdownServiceShouldCancelAnyMigrationFinishedTasks
Testing.LexCore.Services.RepoMigrationTests ‑ WaitMigrationFinishedDoesNotTriggerOnTheWrongCode
Testing.LexCore.Services.RepoMigrationTests ‑ WaitMigrationFinishedTriggers
Testing.LexCore.Utils.ConcurrentWeakDictionaryTests ‑ Add_Then_Collect_And_Check_That_Key_Is_Removed_Test
Testing.LexCore.Utils.ConcurrentWeakDictionaryTests ‑ Add_Then_Try_Get_Value_Test
Testing.LexCore.Utils.ConcurrentWeakDictionaryTests ‑ GetOrAdd_Existing_Key_Should_Return_Existing_Value_Test
Testing.LexCore.Utils.ConcurrentWeakDictionaryTests ‑ GetOrAdd_New_Key_Should_Add_And_Return_New_Value_Test