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

Failing test: Firefox XPack UI Functional Tests.x-pack/test/functional/apps/machine_learning/anomaly_detection/advanced_job·ts - machine learning anomaly detection advanced job with categorization detector and default datafeed settings job creation displays details for the created job in the job list #50009

Closed
kibanamachine opened this issue Nov 4, 2019 · 5 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test :ml skipped-test

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Nov 4, 2019

A test failed on a tracked branch

{ Error: expected { job_id: 'ec_advanced_2_1572822890093',
  processed_record_count: '4,675',
  processed_field_count: '0',
  input_bytes: '132.4 KB',
  input_field_count: '0',
  invalid_date_count: '0',
  missing_field_count: '4,675',
  out_of_order_timestamp_count: '0',
  empty_bucket_count: '0',
  sparse_bucket_count: '0',
  bucket_count: '61',
  earliest_record_timestamp: '2019-06-12 00:04:19',
  latest_record_timestamp: '2019-07-12 23:45:36',
  input_record_count: '4,675',
  latest_bucket_timestamp: '2019-07-12 12:00:00' } to sort of equal { job_id: 'ec_advanced_2_1572822890093',
  processed_record_count: '4,675',
  processed_field_count: '4,588',
  input_bytes: '4.4 MB',
  input_field_count: '6,154',
  invalid_date_count: '0',
  missing_field_count: '87',
  out_of_order_timestamp_count: '0',
  empty_bucket_count: '0',
  sparse_bucket_count: '0',
  bucket_count: '61',
  earliest_record_timestamp: '2019-06-12 00:04:19',
  latest_record_timestamp: '2019-07-12 23:45:36',
  input_record_count: '4,675',
  latest_bucket_timestamp: '2019-07-12 12:00:00' }
    at Assertion.assert (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:244:8)
    at MlJobTable.eql [as assertJobRowDetailsCounts] (test/functional/services/machine_learning/job_table.ts:198:25)
    at process._tickCallback (internal/process/next_tick.js:68:7)
  actual:
   '{\n  "bucket_count": "61"\n  "earliest_record_timestamp": "2019-06-12 00:04:19"\n  "empty_bucket_count": "0"\n  "input_bytes": "132.4 KB"\n  "input_field_count": "0"\n  "input_record_count": "4,675"\n  "invalid_date_count": "0"\n  "job_id": "ec_advanced_2_1572822890093"\n  "latest_bucket_timestamp": "2019-07-12 12:00:00"\n  "latest_record_timestamp": "2019-07-12 23:45:36"\n  "missing_field_count": "4,675"\n  "out_of_order_timestamp_count": "0"\n  "processed_field_count": "0"\n  "processed_record_count": "4,675"\n  "sparse_bucket_count": "0"\n}',
  expected:
   '{\n  "bucket_count": "61"\n  "earliest_record_timestamp": "2019-06-12 00:04:19"\n  "empty_bucket_count": "0"\n  "input_bytes": "4.4 MB"\n  "input_field_count": "6,154"\n  "input_record_count": "4,675"\n  "invalid_date_count": "0"\n  "job_id": "ec_advanced_2_1572822890093"\n  "latest_bucket_timestamp": "2019-07-12 12:00:00"\n  "latest_record_timestamp": "2019-07-12 23:45:36"\n  "missing_field_count": "87"\n  "out_of_order_timestamp_count": "0"\n  "processed_field_count": "4,588"\n  "processed_record_count": "4,675"\n  "sparse_bucket_count": "0"\n}',
  showDiff: true }

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Nov 4, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage (failed-test)

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@spalger spalger added the :ml label Nov 5, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@spalger
Copy link
Contributor

spalger commented Nov 8, 2019

Skipped #50010 (comment)

@pheyos
Copy link
Member

pheyos commented Dec 5, 2019

Fixed in #52201

@pheyos pheyos closed this as completed Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test :ml skipped-test
Projects
None yet
Development

No branches or pull requests

4 participants