Skip to content

set the sync date on commits to show in the activity view (#1443) #1787

set the sync date on commits to show in the activity view (#1443)

set the sync date on commits to show in the activity view (#1443) #1787

Triggered via push February 4, 2025 09:02
Status Success
Total duration 25m 51s
Artifacts 2

develop-api.yaml

on: push
Set Version
0s
Set Version
Build API  /  publish-api
3m 31s
Build API / publish-api
Deploy API  /  deploy
17s
Deploy API / deploy
GHA integration tests  /  execute
21m 56s
GHA integration tests / execute
Matrix: Deploy API / verify-published
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 33 warnings, and 1 notice
[firefox] › emailWorkflow.test.ts:75:1 › forgot password: frontend/tests/email/maildev-mailbox.ts#L25
1) [firefox] › emailWorkflow.test.ts:75:1 › forgot password ────────────────────────────────────── Error: apiRequestContext.get: socket hang up Call log: - → GET http://localhost:1080/email - user-agent: Playwright Firefox - accept: */* - accept-encoding: gzip,deflate,br at email/maildev-mailbox.ts:25 23 | async fetchMyEmails(): Promise<MaildevEmail[]> { 24 | // Maildev REST API docs: https://github.com/maildev/maildev/blob/master/docs/rest.md > 25 | const response = await this.api.get(`http://localhost:1080/email`); | ^ 26 | const emails = await response.json() as MaildevEmail[]; 27 | return emails.filter(email => email.to.some(to => to.address === this.email)); 28 | } at MaildevMailbox.fetchMyEmails (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/email/maildev-mailbox.ts:25:37) at MaildevMailbox.fetchEmails (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/email/maildev-mailbox.ts:18:31) at Object.expect.poll.intervals (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/email/mailbox.ts:18:33)
[firefox] › emailWorkflow.test.ts:111:1 › register via new-user invitation email: frontend/tests/email/maildev-mailbox.ts#L25
2) [firefox] › emailWorkflow.test.ts:111:1 › register via new-user invitation email ────────────── Error: apiRequestContext.get: socket hang up Call log: - → GET http://localhost:1080/email - user-agent: Playwright Firefox - accept: */* - accept-encoding: gzip,deflate,br - cookie: .LexBoxAuth=*** at email/maildev-mailbox.ts:25 23 | async fetchMyEmails(): Promise<MaildevEmail[]> { 24 | // Maildev REST API docs: https://github.com/maildev/maildev/blob/master/docs/rest.md > 25 | const response = await this.api.get(`http://localhost:1080/email`); | ^ 26 | const emails = await response.json() as MaildevEmail[]; 27 | return emails.filter(email => email.to.some(to => to.address === this.email)); 28 | } at MaildevMailbox.fetchMyEmails (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/email/maildev-mailbox.ts:25:37) at MaildevMailbox.fetchEmails (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/email/maildev-mailbox.ts:18:31) at Object.expect.poll.intervals (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/email/mailbox.ts:18:33)
[firefox] › emailWorkflow.test.ts:157:1 › ask to join project via new-project page: frontend/tests/email/maildev-mailbox.ts#L25
3) [firefox] › emailWorkflow.test.ts:157:1 › ask to join project via new-project page ──────────── Error: apiRequestContext.get: socket hang up Call log: - → GET http://localhost:1080/email - user-agent: Playwright Firefox - accept: */* - accept-encoding: gzip,deflate,br - cookie: .LexBoxAuth=*** at email/maildev-mailbox.ts:25 23 | async fetchMyEmails(): Promise<MaildevEmail[]> { 24 | // Maildev REST API docs: https://github.com/maildev/maildev/blob/master/docs/rest.md > 25 | const response = await this.api.get(`http://localhost:1080/email`); | ^ 26 | const emails = await response.json() as MaildevEmail[]; 27 | return emails.filter(email => email.to.some(to => to.address === this.email)); 28 | } at MaildevMailbox.fetchMyEmails (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/email/maildev-mailbox.ts:25:37) at MaildevMailbox.fetchEmails (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/email/maildev-mailbox.ts:18:31) at Object.expect.poll.intervals (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/email/mailbox.ts:18:33)
GHA integration tests / execute
Process completed with exit code 1.
Build API / publish-api: backend/SyncReverseProxy/ProxyKernel.cs#L121
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
Build API / publish-api: backend/LexData/SeedingData.cs#L18
Parameter 'logger' is unread.
Build API / publish-api: backend/LexBoxApi/Hub/CrdtProjectChangeHub.cs#L8
Parameter 'loggedInContext' is unread.
Build API / publish-api: backend/LexBoxApi/Auth/LoggedInContext.cs#L24
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
Build API / publish-api: backend/LexBoxApi/Jobs/LexJob.cs#L58
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
Build API / publish-api: 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'
Build API / publish-api: backend/LexBoxApi/Services/EmailService.cs#L238
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
Build API / publish-api: backend/LexBoxApi/Services/HgService.cs#L460
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(LexBoxApi.Services.RepoEmptyState)2' is not covered.
Build API / publish-api: backend/LexBoxApi/Controllers/IntegrationController.cs#L62
Action method returns undeclared status code '404'
Build API / publish-api: backend/LexBoxApi/GraphQL/CustomTypes/IsLanguageForgeProjectDataLoader.cs#L64
Method referencing lambda parameter is not supported LINQ expression. (https://www.mongodb.com/docs/mongodb-analyzer/current/rules/#MALinq2001)
Build API / publish-api
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
Build API / publish-api
Parameter 'logger' is unread.
Build API / publish-api
Parameter 'loggedInContext' is unread.
Build API / publish-api
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
Build API / publish-api
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
Build API / publish-api
'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'
Build API / publish-api
Parameter 'lexAuthService' is unread.
Build API / publish-api
Parameter 'lexBoxDbContext' is unread.
Build API / publish-api
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
Build API / publish-api
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(LexBoxApi.Services.RepoEmptyState)2' is not covered.
Slow Test: frontend/[chromium] › emailWorkflow.test.ts#L1
frontend/[chromium] › emailWorkflow.test.ts took 30.6s
Slow Test: frontend/[firefox] › errorHandling.test.ts#L1
frontend/[firefox] › errorHandling.test.ts took 29.6s
Slow Test: frontend/[chromium] › errorHandling.test.ts#L1
frontend/[chromium] › errorHandling.test.ts took 16.8s
GHA integration tests / execute: backend/SyncReverseProxy/ProxyKernel.cs#L121
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
GHA integration tests / execute: backend/LexData/SeedingData.cs#L18
Parameter 'logger' is unread.
GHA integration tests / execute: backend/LexBoxApi/Auth/LoggedInContext.cs#L24
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
GHA integration tests / execute: backend/LexBoxApi/Hub/CrdtProjectChangeHub.cs#L8
Parameter 'loggedInContext' is unread.
GHA integration tests / execute: 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'
GHA integration tests / execute: backend/LexBoxApi/Jobs/LexJob.cs#L58
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
GHA integration tests / execute: backend/LexBoxApi/Services/EmailService.cs#L238
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
GHA integration tests / execute: backend/LexBoxApi/Services/HgService.cs#L460
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(LexBoxApi.Services.RepoEmptyState)2' is not covered.
GHA integration tests / execute: backend/LexBoxApi/Controllers/IntegrationController.cs#L62
Action method returns undeclared status code '404'
GHA integration tests / execute: backend/LexBoxApi/GraphQL/CustomTypes/IsLanguageForgeProjectDataLoader.cs#L64
Method referencing lambda parameter is not supported LINQ expression. (https://www.mongodb.com/docs/mongodb-analyzer/current/rules/#MALinq2001)
🎭 Playwright Run Summary
3 flaky [firefox] › emailWorkflow.test.ts:75:1 › forgot password ─────────────────────────────────────── [firefox] › emailWorkflow.test.ts:111:1 › register via new-user invitation email ─────────────── [firefox] › emailWorkflow.test.ts:157:1 › ask to join project via new-project page ───────────── 1 skipped 68 passed (4.5m)

Artifacts

Produced during runtime
Name Size
dotnet-unit-test-results
4.17 KB
playwright-traces
188 MB