Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimal performance test to detect telemetry eviction handover #425

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: use openmct-e2e fixtures
  • Loading branch information
ozyx committed Sep 10, 2024
commit dc7b6b150b7407f2626dd14c5c097941ebbde513
7 changes: 4 additions & 3 deletions tests/e2e/yamcs/telemetryEviction.memory.perf.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/

import { expect, test } from '@playwright/test';
import { fileURLToPath } from 'url';
import { setRealTimeMode } from '../opensource/appActions.js';
import { pluginFixtures, appActions } from 'openmct-e2e';
import { fileURLToPath } from 'node:url';
const { test, expect } = pluginFixtures;
const { setRealTimeMode } = appActions;

const telemetryEvictionFilePath = fileURLToPath(
new URL('../test-data/telemetry-eviction-test-objects.json', import.meta.url)
Expand Down