Skip to content

gateway: add figment split support on config #13314

gateway: add figment split support on config

gateway: add figment split support on config #13314

Triggered via push October 22, 2024 14:13
Status Failure
Total duration 24m 25s
Artifacts 2

build.yml

on: push
Matrix: build
check_generated_railjson_sync
21s
check_generated_railjson_sync
check_railjson_generator
1m 55s
check_railjson_generator
check_commits
8s
check_commits
Check final newline
7s
Check final newline
check_integration_tests
1m 23s
check_integration_tests
check_osrd_schema
36s
check_osrd_schema
check_toml
9s
check_toml
check_infra_schema_sync
19s
check_infra_schema_sync
check_reuse_compliance
9s
check_reuse_compliance
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 17 warnings, and 1 notice
[chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operational studies app › Testing pathfinding with rollingstock and composition code: tests/pages/scenario-page-model.ts#L205
1) [chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operational studies app › Testing pathfinding with rollingstock and composition code TimeoutError: page.waitForSelector: Timeout 90000ms exceeded. Call log: - waiting for locator('.cached') to be visible at pages/scenario-page-model.ts:205 203 | 204 | async checkInfraLoaded() { > 205 | await this.page.waitForSelector('.cached', { timeout: 90 * 1000 }); // Wait for the infrastructure to be fully loaded with a timeout of 90 seconds | ^ 206 | await expect(this.getInfraLoadState).toHaveClass(/cached/); 207 | } 208 | at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:205:21) at /app/tests/005-operational-studies.spec.ts:34:24
[chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operational studies app › Testing pathfinding with rollingstock and composition code: tests/pages/scenario-page-model.ts#L205
1) [chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operational studies app › Testing pathfinding with rollingstock and composition code Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.waitForSelector: Timeout 90000ms exceeded. Call log: - waiting for locator('.cached') to be visible at pages/scenario-page-model.ts:205 203 | 204 | async checkInfraLoaded() { > 205 | await this.page.waitForSelector('.cached', { timeout: 90 * 1000 }); // Wait for the infrastructure to be fully loaded with a timeout of 90 seconds | ^ 206 | await expect(this.getInfraLoadState).toHaveClass(/cached/); 207 | } 208 | at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:205:21) at /app/tests/005-operational-studies.spec.ts:34:24
[chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operational studies app › Testing pathfinding with rollingstock and composition code: tests/pages/scenario-page-model.ts#L205
1) [chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operational studies app › Testing pathfinding with rollingstock and composition code Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.waitForSelector: Timeout 90000ms exceeded. Call log: - waiting for locator('.cached') to be visible at pages/scenario-page-model.ts:205 203 | 204 | async checkInfraLoaded() { > 205 | await this.page.waitForSelector('.cached', { timeout: 90 * 1000 }); // Wait for the infrastructure to be fully loaded with a timeout of 90 seconds | ^ 206 | await expect(this.getInfraLoadState).toHaveClass(/cached/); 207 | } 208 | at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:205:21) at /app/tests/005-operational-studies.spec.ts:34:24
[chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operational studies app › Testing pathfinding with rollingstock and composition code: tests/pages/scenario-page-model.ts#L205
1) [chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operational studies app › Testing pathfinding with rollingstock and composition code Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.waitForSelector: Timeout 90000ms exceeded. Call log: - waiting for locator('.cached') to be visible at pages/scenario-page-model.ts:205 203 | 204 | async checkInfraLoaded() { > 205 | await this.page.waitForSelector('.cached', { timeout: 90 * 1000 }); // Wait for the infrastructure to be fully loaded with a timeout of 90 seconds | ^ 206 | await expect(this.getInfraLoadState).toHaveClass(/cached/); 207 | } 208 | at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:205:21) at /app/tests/005-operational-studies.spec.ts:34:24
[chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study: tests/007-op-rollingstock-tab.spec.ts#L26
2) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study Test timeout of 90000ms exceeded while running "beforeEach" hook. 24 | }); 25 | > 26 | test.beforeEach(async ({ page }) => { | ^ 27 | const scenarioPage = new ScenarioPage(page); 28 | 29 | // Navigate to the created scenario page at /app/tests/007-op-rollingstock-tab.spec.ts:26:6
[chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study: tests/pages/scenario-page-model.ts#L205
2) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study Error: page.waitForSelector: Test timeout of 90000ms exceeded. Call log: - waiting for locator('.cached') to be visible at pages/scenario-page-model.ts:205 203 | 204 | async checkInfraLoaded() { > 205 | await this.page.waitForSelector('.cached', { timeout: 90 * 1000 }); // Wait for the infrastructure to be fully loaded with a timeout of 90 seconds | ^ 206 | await expect(this.getInfraLoadState).toHaveClass(/cached/); 207 | } 208 | at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:205:21) at /app/tests/007-op-rollingstock-tab.spec.ts:34:22
[chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study: tests/007-op-rollingstock-tab.spec.ts#L26
2) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded while running "beforeEach" hook. 24 | }); 25 | > 26 | test.beforeEach(async ({ page }) => { | ^ 27 | const scenarioPage = new ScenarioPage(page); 28 | 29 | // Navigate to the created scenario page at /app/tests/007-op-rollingstock-tab.spec.ts:26:6
[chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study: tests/pages/scenario-page-model.ts#L205
2) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.waitForSelector: Timeout 90000ms exceeded. Call log: - waiting for locator('.cached') to be visible at pages/scenario-page-model.ts:205 203 | 204 | async checkInfraLoaded() { > 205 | await this.page.waitForSelector('.cached', { timeout: 90 * 1000 }); // Wait for the infrastructure to be fully loaded with a timeout of 90 seconds | ^ 206 | await expect(this.getInfraLoadState).toHaveClass(/cached/); 207 | } 208 | at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:205:21) at /app/tests/007-op-rollingstock-tab.spec.ts:34:22
[chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study: tests/007-op-rollingstock-tab.spec.ts#L26
2) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded while running "beforeEach" hook. 24 | }); 25 | > 26 | test.beforeEach(async ({ page }) => { | ^ 27 | const scenarioPage = new ScenarioPage(page); 28 | 29 | // Navigate to the created scenario page at /app/tests/007-op-rollingstock-tab.spec.ts:26:6
[chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study: tests/pages/scenario-page-model.ts#L205
2) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Test timeout of 90000ms exceeded. Call log: - waiting for locator('.cached') to be visible at pages/scenario-page-model.ts:205 203 | 204 | async checkInfraLoaded() { > 205 | await this.page.waitForSelector('.cached', { timeout: 90 * 1000 }); // Wait for the infrastructure to be fully loaded with a timeout of 90 seconds | ^ 206 | await expect(this.getInfraLoadState).toHaveClass(/cached/); 207 | } 208 | at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:205:21) at /app/tests/007-op-rollingstock-tab.spec.ts:34:22
build (core-build, core)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (editoast, editoast-test)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (osrdyne, osrdyne-test)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (front-build, front-tests, front-devel, front-nginx)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (gateway-test, gateway-standalone, gateway-front)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_railjson_generator
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_front
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_osrdyne
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_gateway
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_core
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_editoast_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
integration_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [firefox] › 012-op-simulation-settings-tab.spec.ts#L1
[firefox] › 012-op-simulation-settings-tab.spec.ts took 59.6s
Slow Test: [chromium] › 011-op-times-and-stops-tab.spec.ts#L1
[chromium] › 011-op-times-and-stops-tab.spec.ts took 40.8s
Slow Test: [firefox] › 009-rollingstock-editor.spec.ts#L1
[firefox] › 009-rollingstock-editor.spec.ts took 33.4s
Slow Test: [firefox] › 008-train-schedule.spec.ts#L1
[firefox] › 008-train-schedule.spec.ts took 27.9s
Slow Test: [chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 27.5s
🎭 Playwright Run Summary
2 failed [chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operational studies app › Testing pathfinding with rollingstock and composition code [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study 5 flaky [chromium] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario [chromium] › 007-op-rollingstock-tab.spec.ts:74:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly modify a rolling stock for operational study [chromium] › 008-train-schedule.spec.ts:39:7 › Verifying that all elements in the train schedule are loaded correctly › should accurately load the trains with their corresponding simulation results [chromium] › 012-op-simulation-settings-tab.spec.ts:248:7 › Simulation Settings Tab Verification › Activate linear and mareco margin [webkit] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario 7 skipped 90 passed (16.5m)

Artifacts

Produced during runtime
Name Size
integration-container-logs
349 KB
integration-videos
44.6 MB