You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rshen91 opened this issue
Aug 25, 2023
· 1 comment
· Fixed by #164871
Assignees
Labels
bugFixes for quality problems that affect the customer experienceTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etctelemetryIssues related to the addition of telemetry to a featuretest
In PR #163354, we ran into CI failures for the serverless functional testx-pack/test_serverless/api_integration/test_suites/observability/telemetry/snapshot_telemetry.ts.
Can this key be added to the schema or have a way in the future for tests to update the schema in the snapshot_telemetry.ts test? stack_stats.kibana.plugins.core.apiCalls.savedObjectsImport.compatibilityModeEnabled.no
That way when running node ./scripts/functional_tests.js --config=x-pack/test_serverless/api_integration/test_suites/search/config.ts --grep="CSV Generation from SearchSource: Dashboard|API Snapshot telemetry should pass the schema validation" it doesn't matter if download_csv_dashboard.ts executes first or snapshot_telemetry.ts.
Thanks!
The text was updated successfully, but these errors were encountered:
rshen91
added
bug
Fixes for quality problems that affect the customer experience
test
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
telemetry
Issues related to the addition of telemetry to a feature
labels
Aug 25, 2023
bugFixes for quality problems that affect the customer experienceTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etctelemetryIssues related to the addition of telemetry to a featuretest
In PR #163354, we ran into CI failures for the serverless functional test
x-pack/test_serverless/api_integration/test_suites/observability/telemetry/snapshot_telemetry.ts
.The PR skips the test causing this error in x-pack/test_serverless/api_integration/test_suites/common/reporting/download_csv_dashboard.ts as a workaround.
Can this key be added to the schema or have a way in the future for tests to update the schema in the snapshot_telemetry.ts test?
stack_stats.kibana.plugins.core.apiCalls.savedObjectsImport.compatibilityModeEnabled.no
That way when running
node ./scripts/functional_tests.js --config=x-pack/test_serverless/api_integration/test_suites/search/config.ts --grep="CSV Generation from SearchSource: Dashboard|API Snapshot telemetry should pass the schema validation"
it doesn't matter if download_csv_dashboard.ts executes first or snapshot_telemetry.ts.Thanks!
The text was updated successfully, but these errors were encountered: