Skip to content

Feat: partial refactoring, issues detected by pyscn #705

Feat: partial refactoring, issues detected by pyscn

Feat: partial refactoring, issues detected by pyscn #705

Triggered via pull request March 5, 2026 11:58
@HardMax71HardMax71
synchronize #266
feat/pyscn
Status Failure
Total duration 13m 5s
Artifacts 6

stack-tests.yml

on: pull_request
Backend Unit Tests
27s
Backend Unit Tests
Frontend Unit Tests
2m 35s
Frontend Unit Tests
Build & Push Images
1m 56s
Build & Push Images
Backend E2E Tests
8m 26s
Backend E2E Tests
Matrix: frontend-e2e
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 notices
Frontend E2E (2/2)
Process completed with exit code 1.
[chromium] › e2e/editor.spec.ts:87:3 › Editor Execution › shows resource usage after execution: frontend/e2e/fixtures.ts#L227
3) [chromium] › e2e/editor.spec.ts:87:3 › Editor Execution › shows resource usage after execution Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByText(/Status:\s*completed/i).first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByText(/Status:\s*completed/i).first() at fixtures.ts:227 225 | // K8s pod creation + execution can take 20-30s in CI 226 | await expect(success.or(failure).first()).toBeVisible({ timeout: TIMEOUTS.executionComplete }); > 227 | await expect(page.getByText(/Status:\s*completed/i).first()).toBeVisible({ timeout: TIMEOUTS.executionStatus }); | ^ 228 | 229 | const result = await waitForExecutionResult(page, executeBody.execution_id); 230 | expect(result.status).toBe('completed'); at runExampleAndExecute (/home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/fixtures.ts:227:64) at /home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/editor.spec.ts:89:20
[chromium] › e2e/editor.spec.ts:87:3 › Editor Execution › shows resource usage after execution: frontend/e2e/fixtures.ts#L227
3) [chromium] › e2e/editor.spec.ts:87:3 › Editor Execution › shows resource usage after execution Error: expect(locator).toBeVisible() failed Locator: getByText(/Status:\s*completed/i).first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByText(/Status:\s*completed/i).first() at fixtures.ts:227 225 | // K8s pod creation + execution can take 20-30s in CI 226 | await expect(success.or(failure).first()).toBeVisible({ timeout: TIMEOUTS.executionComplete }); > 227 | await expect(page.getByText(/Status:\s*completed/i).first()).toBeVisible({ timeout: TIMEOUTS.executionStatus }); | ^ 228 | 229 | const result = await waitForExecutionResult(page, executeBody.execution_id); 230 | expect(result.status).toBe('completed'); at runExampleAndExecute (/home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/fixtures.ts:227:64) at /home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/editor.spec.ts:89:20
[chromium] › e2e/editor.spec.ts:79:3 › Editor Execution › shows execution output on successful run: frontend/e2e/fixtures.ts#L227
2) [chromium] › e2e/editor.spec.ts:79:3 › Editor Execution › shows execution output on successful run Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByText(/Status:\s*completed/i).first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByText(/Status:\s*completed/i).first() at fixtures.ts:227 225 | // K8s pod creation + execution can take 20-30s in CI 226 | await expect(success.or(failure).first()).toBeVisible({ timeout: TIMEOUTS.executionComplete }); > 227 | await expect(page.getByText(/Status:\s*completed/i).first()).toBeVisible({ timeout: TIMEOUTS.executionStatus }); | ^ 228 | 229 | const result = await waitForExecutionResult(page, executeBody.execution_id); 230 | expect(result.status).toBe('completed'); at runExampleAndExecute (/home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/fixtures.ts:227:64) at /home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/editor.spec.ts:81:20
[chromium] › e2e/editor.spec.ts:79:3 › Editor Execution › shows execution output on successful run: frontend/e2e/fixtures.ts#L227
2) [chromium] › e2e/editor.spec.ts:79:3 › Editor Execution › shows execution output on successful run Error: expect(locator).toBeVisible() failed Locator: getByText(/Status:\s*completed/i).first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByText(/Status:\s*completed/i).first() at fixtures.ts:227 225 | // K8s pod creation + execution can take 20-30s in CI 226 | await expect(success.or(failure).first()).toBeVisible({ timeout: TIMEOUTS.executionComplete }); > 227 | await expect(page.getByText(/Status:\s*completed/i).first()).toBeVisible({ timeout: TIMEOUTS.executionStatus }); | ^ 228 | 229 | const result = await waitForExecutionResult(page, executeBody.execution_id); 230 | expect(result.status).toBe('completed'); at runExampleAndExecute (/home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/fixtures.ts:227:64) at /home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/editor.spec.ts:81:20
[chromium] › e2e/editor.spec.ts:71:3 › Editor Execution › can execute simple python script: frontend/e2e/fixtures.ts#L227
1) [chromium] › e2e/editor.spec.ts:71:3 › Editor Execution › can execute simple python script ──── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByText(/Status:\s*completed/i).first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByText(/Status:\s*completed/i).first() at fixtures.ts:227 225 | // K8s pod creation + execution can take 20-30s in CI 226 | await expect(success.or(failure).first()).toBeVisible({ timeout: TIMEOUTS.executionComplete }); > 227 | await expect(page.getByText(/Status:\s*completed/i).first()).toBeVisible({ timeout: TIMEOUTS.executionStatus }); | ^ 228 | 229 | const result = await waitForExecutionResult(page, executeBody.execution_id); 230 | expect(result.status).toBe('completed'); at runExampleAndExecute (/home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/fixtures.ts:227:64) at /home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/editor.spec.ts:73:20
[chromium] › e2e/editor.spec.ts:71:3 › Editor Execution › can execute simple python script: frontend/e2e/fixtures.ts#L227
1) [chromium] › e2e/editor.spec.ts:71:3 › Editor Execution › can execute simple python script ──── Error: expect(locator).toBeVisible() failed Locator: getByText(/Status:\s*completed/i).first() Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByText(/Status:\s*completed/i).first() at fixtures.ts:227 225 | // K8s pod creation + execution can take 20-30s in CI 226 | await expect(success.or(failure).first()).toBeVisible({ timeout: TIMEOUTS.executionComplete }); > 227 | await expect(page.getByText(/Status:\s*completed/i).first()).toBeVisible({ timeout: TIMEOUTS.executionStatus }); | ^ 228 | 229 | const result = await waitForExecutionResult(page, executeBody.execution_id); 230 | expect(result.status).toBe('completed'); at runExampleAndExecute (/home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/fixtures.ts:227:64) at /home/runner/work/Integr8sCode/Integr8sCode/frontend/e2e/editor.spec.ts:73:20
Backend E2E Tests
Process completed with exit code 1.
🎭 Playwright Run Summary
78 passed (1.3m)
🎭 Playwright Run Summary
3 failed [chromium] › e2e/editor.spec.ts:71:3 › Editor Execution › can execute simple python script ───── [chromium] › e2e/editor.spec.ts:79:3 › Editor Execution › shows execution output on successful run [chromium] › e2e/editor.spec.ts:87:3 › Editor Execution › shows resource usage after execution ─ 5 skipped 70 passed (2.5m)

Artifacts

Produced during runtime
Name Size Digest
HardMax71~Integr8sCode~9QTKLM.dockerbuild Expired
38.4 KB
sha256:797042a9d760afc3a2b1e57eb731a4ee7d5ac288e6aa970d94ec9daa01ee7c44
HardMax71~Integr8sCode~UVRVWE.dockerbuild Expired
27.2 KB
sha256:849e91fb1506642ab1b8ae6cd544ca905d6ca485adcf4cad524b027088d468fb
backend-e2e-logs Expired
324 KB
sha256:ea1e3342b826c9f13e1f412a86bc8ba700647ad03cff27d53d476ddd5f4fc0e1
frontend-e2e-logs-2 Expired
199 KB
sha256:fbc8d9b67e63239abec9126c059ea2ebc5de1a68310d1db6aa17585720648b9e
playwright-report-1 Expired
255 KB
sha256:5c2f057c218a0384ee501cd7615a269eff9ceef72cf96ab30d81192b69002d96
playwright-report-2 Expired
20 MB
sha256:d12946236730c726ce0b4c0482a32887a448cb8e1a156dd0327f5974a9b68b82