Skip to content

Increase timeout on new-user invitation test #53

Increase timeout on new-user invitation test

Increase timeout on new-user invitation test #53

Triggered via push April 23, 2024 13:01
Status Failure
Total duration 3d 6h 23m 4s
Artifacts 2
Set Version
0s
Set Version
Build hgweb  /  publish-hgweb
36s
Build hgweb / publish-hgweb
build-hgweb  /  ...  /  deploy
build-hgweb / deploy-hgweb / deploy
Matrix: build-hgweb / deploy-hgweb / verify-published
Waiting for pending jobs
Deploy Staging  /  deploy
9s
Deploy Staging / deploy
Matrix: Deploy Staging / verify-published
Matrix: Integration tests
Deploy Production  /  deploy
0s
Deploy Production / deploy
Matrix: Deploy Production / verify-published
Generate Release
0s
Generate Release
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
hahn-kev
rejected Apr 26, 2024
production

new release made already

Annotations

15 errors, 105 warnings, and 1 notice
[chromium] β€Ί emailWorkflow.test.ts:27:1 β€Ί register: frontend/tests/emailWorkflow.test.ts#L38
1) [chromium] β€Ί emailWorkflow.test.ts:27:1 β€Ί register, verify, update, verify email address ────── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[id^=\'row_\']') Expected: 2 Received: 1 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[id^=\'row_\']') - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" 36 | 37 | const inboxPage = await getInbox(page, tempUser.mailinatorId).goto(); > 38 | await expect(inboxPage.emailLocator).toHaveCount(2); | ^ 39 | let emailPage = await inboxPage.openEmail(); 40 | let pagePromise = emailPage.page.context().waitForEvent('page'); 41 | await emailPage.clickVerifyEmail(); at /home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/emailWorkflow.test.ts:38:40
[chromium] β€Ί emailWorkflow.test.ts:27:1 β€Ί register: frontend/tests/pages/basePage.ts#L58
1) [chromium] β€Ί emailWorkflow.test.ts:27:1 β€Ί register, verify, update, verify email address ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('[id^=\'row_\']').first() Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('[id^=\'row_\']').first() at pages/basePage.ts:58 56 | } 57 | await BasePage.waitForHydration(this.page); // wait for, e.g., onclick handlers to be attached > 58 | await Promise.all(this.locators.map(l => expect(l).toBeVisible())); | ^ 59 | return this; 60 | } 61 | at map (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/pages/basePage.ts:58:56) at MailinatorInboxPage.waitFor (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/pages/basePage.ts:58:37) at MailinatorInboxPage.goto (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/pages/basePage.ts:43:7) at /home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/emailWorkflow.test.ts:37:21
[chromium] β€Ί emailWorkflow.test.ts:79:1 β€Ί forgot password: frontend/tests/pages/basePage.ts#L58
2) [chromium] β€Ί emailWorkflow.test.ts:79:1 β€Ί forgot password ───────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('[id^=\'row_\']').first() Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('[id^=\'row_\']').first() at pages/basePage.ts:58 56 | } 57 | await BasePage.waitForHydration(this.page); // wait for, e.g., onclick handlers to be attached > 58 | await Promise.all(this.locators.map(l => expect(l).toBeVisible())); | ^ 59 | return this; 60 | } 61 | at map (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/pages/basePage.ts:58:56) at MailinatorInboxPage.waitFor (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/pages/basePage.ts:58:37) at MailinatorInboxPage.goto (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/pages/basePage.ts:43:7) at /home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/emailWorkflow.test.ts:88:21
[chromium] β€Ί emailWorkflow.test.ts:79:1 β€Ί forgot password: frontend/tests/emailWorkflow.test.ts#L92
2) [chromium] β€Ί emailWorkflow.test.ts:79:1 β€Ί forgot password ───────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "resetPassword" Received string: "https://staging.languagedepot.org/api/login/verifyEmail?jwt=***" 90 | const resetPasswordUrl = await emailPage.getFirstLanguageDepotUrl(); 91 | expect(resetPasswordUrl).not.toBeNull(); > 92 | expect(resetPasswordUrl!).toContain('resetPassword'); | ^ 93 | 94 | const pagePromise = emailPage.page.context().waitForEvent('page'); 95 | await emailPage.clickResetPassword(); at /home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/emailWorkflow.test.ts:92:29
[chromium] β€Ί errorHandling.test.ts:140:1 β€Ί page load 403 on home page is redirected to login: frontend/tests/errorHandling.test.ts#L168
3) [chromium] β€Ί errorHandling.test.ts:140:1 β€Ί page load 403 on home page is redirected to login ── Error: expect(received).toBe(expected) // Object.is equality Expected: 403 Received: 200 166 | await userAccountPage.clickHome(); 167 | const response = await responsePromise; > 168 | expect(response.status()).toBe(403); | ^ 169 | 170 | // (4) Expect to be redirected to login page 171 | await new LoginPage(page).waitFor(); at /home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/errorHandling.test.ts:168:29
[chromium] β€Ί errorHandling.test.ts:140:1 β€Ί page load 403 on home page is redirected to login: frontend/tests/errorHandling.test.ts#L168
3) [chromium] β€Ί errorHandling.test.ts:140:1 β€Ί page load 403 on home page is redirected to login ── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 403 Received: 200 166 | await userAccountPage.clickHome(); 167 | const response = await responsePromise; > 168 | expect(response.status()).toBe(403); | ^ 169 | 170 | // (4) Expect to be redirected to login page 171 | await new LoginPage(page).waitFor(); at /home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/errorHandling.test.ts:168:29
[chromium] β€Ί userPage.test.ts:29:1 β€Ί can reset password: frontend/tests/userPage.test.ts#L49
4) [chromium] β€Ί userPage.test.ts:29:1 β€Ί can reset password ─────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByText('Your password was changed').first() Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('Your password was changed').first() 47 | const inboxPage = await getInbox(page, tempUser.mailinatorId).goto(); 48 | const emailPage = await inboxPage.openEmail(); > 49 | await expect(emailPage.page.getByText('Your password was changed').first()).toBeVisible(); | ^ 50 | }); 51 | at /home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/userPage.test.ts:49:79
[chromium] β€Ί userPage.test.ts:29:1 β€Ί can reset password: frontend/tests/userPage.test.ts#L49
4) [chromium] β€Ί userPage.test.ts:29:1 β€Ί can reset password ─────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByText('Your password was changed').first() Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('Your password was changed').first() - locator resolved to <td class="ng-binding" onclick="showTheMessage('899d…>↡ Your password was changed↡ …</td> - unexpected value "hidden" - locator resolved to <td class="ng-binding" onclick="showTheMessage('899d…>↡ Your password was changed↡ …</td> - unexpected value "hidden" - locator resolved to <td class="ng-binding" onclick="showTheMessage('899d…>↡ Your password was changed↡ …</td> - unexpected value "hidden" - locator resolved to <td class="ng-binding" onclick="showTheMessage('899d…>↡ Your password was changed↡ …</td> - unexpected value "hidden" 47 | const inboxPage = await getInbox(page, tempUser.mailinatorId).goto(); 48 | const emailPage = await inboxPage.openEmail(); > 49 | await expect(emailPage.page.getByText('Your password was changed').first()).toBeVisible(); | ^ 50 | }); 51 | at /home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/userPage.test.ts:49:79
[chromium] β€Ί resetProject.test.ts:20:1 β€Ί reset project and upload .zip file: frontend/tests/fixtures.ts#L35
5) [chromium] β€Ί resetProject.test.ts:20:1 β€Ί reset project and upload .zip file ─────────────────── Error: Unexpected response: 500 expect(received).toBeLessThan(expected) Expected: < 500 Received: 500 at fixtures.ts:35 33 | function addUnexpectedResponseListener(context: BrowserContext): void { 34 | context.addListener('response', response => { > 35 | expect.soft(response.status(), `Unexpected response: ${response.status()}`).toBeLessThan(500); | ^ 36 | if (response.request().isNavigationRequest()) { 37 | expect.soft(response.status(), `Unexpected response: ${response.status()}`).toBeLessThan(400); 38 | } at BrowserContext.<anonymous> (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/fixtures.ts:35:81)
[chromium] β€Ί resetProject.test.ts:20:1 β€Ί reset project and upload .zip file: frontend/tests/fixtures.ts#L35
5) [chromium] β€Ί resetProject.test.ts:20:1 β€Ί reset project and upload .zip file ─────────────────── Error: Unexpected response: 500 expect(received).toBeLessThan(expected) Expected: < 500 Received: 500 at fixtures.ts:35 33 | function addUnexpectedResponseListener(context: BrowserContext): void { 34 | context.addListener('response', response => { > 35 | expect.soft(response.status(), `Unexpected response: ${response.status()}`).toBeLessThan(500); | ^ 36 | if (response.request().isNavigationRequest()) { 37 | expect.soft(response.status(), `Unexpected response: ${response.status()}`).toBeLessThan(400); 38 | } at BrowserContext.<anonymous> (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/fixtures.ts:35:81)
Deploy Production / deploy
The deployment was rejected or didn't satisfy other protection rules.
Build API / publish-api: backend/FixFwData/Program.cs#L1
The variable 'doNothing' is assigned but its value is never used
Build API / publish-api: backend/MiniLcm/MultiString.cs#L53
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IDictionary.Add(object key, object? value)' (possibly because of nullability attributes).
Build API / publish-api: backend/MiniLcm/WritingSystemId.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/MiniLcm/WritingSystemId.cs#L31
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/MiniLcm/WritingSystemId.cs#L32
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api: backend/MiniLcm/WritingSystemId.cs#L10
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Build API / publish-api: backend/MiniLcm/WritingSystemId.cs#L19
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Build API / publish-api: backend/MiniLcm/InMemoryApi.cs#L166
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build API / publish-api: backend/MiniLcm/InMemoryApi.cs#L190
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build API / publish-api: backend/LexCore/Entities/ProjectUsers.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IDictionary.Add(object key, object? value)' (possibly because of nullability attributes).
Build API / publish-api
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Build API / publish-api
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Build API / publish-api
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build API / publish-api
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build API / publish-api
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build API / publish-api
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging
The support for python 2.7 was removed on June 19, 2023. Related issue: https://github.com/actions/setup-python/issues/672
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/FixFwData/Program.cs#L1
The variable 'doNothing' is assigned but its value is never used
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/MiniLcm/MultiString.cs#L53
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IDictionary.Add(object key, object? value)' (possibly because of nullability attributes).
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/MiniLcm/WritingSystemId.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/MiniLcm/WritingSystemId.cs#L31
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/MiniLcm/WritingSystemId.cs#L32
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/MiniLcm/WritingSystemId.cs#L10
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/MiniLcm/WritingSystemId.cs#L19
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/MiniLcm/InMemoryApi.cs#L166
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/MiniLcm/InMemoryApi.cs#L190
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/LexCore/Entities/FlexProjectMetadata.cs#L7
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/LfClassicData/LfClassicConfig.cs#L5
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/LfClassicData/LfClassicLexboxApi.cs#L156
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/LexBoxApi/Auth/Attributes/LexboxAuthAttribute.cs#L15
Nullability of reference types in type of parameter 'value' of 'void LexboxAuthAttribute.Policy.set' doesn't match implicitly implemented member 'void IAuthorizeData.Policy.set' (possibly because of nullability attributes).
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/LexBoxApi/Auth/LoggedInContext.cs#L24
Possible null reference argument for parameter 'activity' in 'void ActivityExtensions.RecordException(Activity activity, Exception? ex)'.
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/LexBoxApi/Auth/JwtTicketDataFormat.cs#L122
'JwtBearerOptions.SecurityTokenValidators' is obsolete: 'SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes'
Integration tests (ubuntu-latest, 3) / Test ubuntu-latest for Mercurial 3 on staging: backend/LexBoxApi/Controllers/TestingController.cs#L60
Possible null reference argument for parameter 'Email' in 'TestingControllerProjectUser.TestingControllerProjectUser(string? Username, string Role, string Email, Guid Id)'.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/FixFwData/Program.cs#L1
The variable 'doNothing' is assigned but its value is never used
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/MiniLcm/MultiString.cs#L53
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IDictionary.Add(object key, object? value)' (possibly because of nullability attributes).
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/MiniLcm/WritingSystemId.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/MiniLcm/WritingSystemId.cs#L31
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/MiniLcm/WritingSystemId.cs#L32
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/MiniLcm/WritingSystemId.cs#L10
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/MiniLcm/WritingSystemId.cs#L19
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/MiniLcm/InMemoryApi.cs#L166
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/MiniLcm/InMemoryApi.cs#L190
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/LexCore/Entities/ProjectUsers.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/LfClassicData/LfClassicConfig.cs#L5
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/LfClassicData/LfClassicLexboxApi.cs#L156
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/LexBoxApi/Auth/Attributes/LexboxAuthAttribute.cs#L15
Nullability of reference types in type of parameter 'value' of 'void LexboxAuthAttribute.Policy.set' doesn't match implicitly implemented member 'void IAuthorizeData.Policy.set' (possibly because of nullability attributes).
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/LexBoxApi/GraphQL/UserMutations.cs#L119
Possible null reference argument for parameter 'newAdminEmail' in 'Task EmailService.SendNewAdminEmail(IAsyncEnumerable<User> admins, string newAdminName, string newAdminEmail)'.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/Testing/LexCore/LexAuthUserTests.cs#L55
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
Integration tests (ubuntu-latest, 6) / Test ubuntu-latest for Mercurial 6 on staging: backend/Testing/LexCore/LexAuthUserTests.cs#L55
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/LfClassicData/LfClassicLexboxApi.cs#L156
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/LfClassicData/LfClassicConfig.cs#L5
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/LexBoxApi/Auth/Attributes/LexboxAuthAttribute.cs#L15
Nullability of reference types in type of parameter 'value' of 'void LexboxAuthAttribute.Policy.set' doesn't match implicitly implemented member 'void IAuthorizeData.Policy.set' (possibly because of nullability attributes).
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/LexBoxApi/Auth/LoggedInContext.cs#L24
Possible null reference argument for parameter 'activity' in 'void ActivityExtensions.RecordException(Activity activity, Exception? ex)'.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/LexBoxApi/Auth/JwtTicketDataFormat.cs#L122
'JwtBearerOptions.SecurityTokenValidators' is obsolete: 'SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes'
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/FixFwData/Program.cs#L1
The variable 'doNothing' is assigned but its value is never used
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/MiniLcm/MultiString.cs#L53
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IDictionary.Add(object key, object? value)' (possibly because of nullability attributes).
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/MiniLcm/WritingSystemId.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/MiniLcm/WritingSystemId.cs#L31
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/MiniLcm/WritingSystemId.cs#L32
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/MiniLcm/WritingSystemId.cs#L10
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/MiniLcm/WritingSystemId.cs#L19
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/MiniLcm/InMemoryApi.cs#L166
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/MiniLcm/InMemoryApi.cs#L190
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (windows-latest, 6) / Test windows-latest for Mercurial 6 on staging: backend/LexCore/Entities/ProjectUsers.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/LfClassicData/LfClassicConfig.cs#L5
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/LfClassicData/LfClassicLexboxApi.cs#L156
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/LexBoxApi/Auth/Attributes/LexboxAuthAttribute.cs#L15
Nullability of reference types in type of parameter 'value' of 'void LexboxAuthAttribute.Policy.set' doesn't match implicitly implemented member 'void IAuthorizeData.Policy.set' (possibly because of nullability attributes).
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/LexBoxApi/Auth/LoggedInContext.cs#L24
Possible null reference argument for parameter 'activity' in 'void ActivityExtensions.RecordException(Activity activity, Exception? ex)'.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/LexBoxApi/Controllers/TestingController.cs#L60
Possible null reference argument for parameter 'Email' in 'TestingControllerProjectUser.TestingControllerProjectUser(string? Username, string Role, string Email, Guid Id)'.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/LexBoxApi/Auth/JwtTicketDataFormat.cs#L122
'JwtBearerOptions.SecurityTokenValidators' is obsolete: 'SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes'
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/FixFwData/Program.cs#L1
The variable 'doNothing' is assigned but its value is never used
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/MiniLcm/MultiString.cs#L53
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IDictionary.Add(object key, object? value)' (possibly because of nullability attributes).
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/MiniLcm/WritingSystemId.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/MiniLcm/WritingSystemId.cs#L31
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/MiniLcm/WritingSystemId.cs#L32
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/MiniLcm/WritingSystemId.cs#L10
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/MiniLcm/WritingSystemId.cs#L19
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/MiniLcm/InMemoryApi.cs#L166
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/MiniLcm/InMemoryApi.cs#L190
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration tests (windows-latest, 3) / Test windows-latest for Mercurial 3 on staging: backend/LexCore/Entities/ProjectUsers.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
🎭 Playwright Run Summary
4 failed [chromium] β€Ί emailWorkflow.test.ts:27:1 β€Ί register, verify, update, verify email address ─────── [chromium] β€Ί emailWorkflow.test.ts:79:1 β€Ί forgot password ────────────────────────────────────── [chromium] β€Ί errorHandling.test.ts:140:1 β€Ί page load 403 on home page is redirected to login ─── [chromium] β€Ί userPage.test.ts:29:1 β€Ί can reset password ──────────────────────────────────────── 5 flaky [chromium] β€Ί resetProject.test.ts:20:1 β€Ί reset project and upload .zip file ──────────────────── [firefox] β€Ί emailWorkflow.test.ts:27:1 β€Ί register, verify, update, verify email address ──────── [firefox] β€Ί emailWorkflow.test.ts:79:1 β€Ί forgot password ─────────────────────────────────────── [firefox] β€Ί errorHandling.test.ts:140:1 β€Ί page load 403 on home page is redirected to login ──── [firefox] β€Ί userPage.test.ts:29:1 β€Ί can reset password ───────────────────────────────────────── 51 passed (7.4m)

Artifacts

Produced during runtime
Name Size
dotnet-unit-test-results Expired
1.77 KB
playwright-traces-ubuntu-latest-hg-6 Expired
190 MB