Skip to content

fix bug where tokens generated from LexAuthService would contain 2 au… #467

fix bug where tokens generated from LexAuthService would contain 2 au…

fix bug where tokens generated from LexAuthService would contain 2 au… #467

GitHub Actions / C# Unit Tests succeeded Oct 24, 2023 in 0s

All 34 tests pass in 12s

34 tests  +1   34 ✔️ +1   12s ⏱️ -1s
  6 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 319af51. ± Comparison against earlier commit 9a735c5.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

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

34 tests found

There are 34 tests, see "Raw output" for the full list of tests.
Raw output
Testing.LexCore.LexAuthUserTests ‑ CanGetClaimsFromUser
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripClaimsThroughAPrincipal
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripClaimsThroughJwt
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripClaimsWhenUsingSecurityTokenDescriptor
Testing.LexCore.LexAuthUserTests ‑ CanRoundTripJwtFromUserThroughLexAuthService
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