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: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/machine_learning/create_single_metric_job·ts - machine learning single metric job creation displays details for the created job in the job list #45447

Closed
kibanamachine opened this issue Sep 11, 2019 · 26 comments · Fixed by #45508
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test :ml skipped-test

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Sep 11, 2019

A test failed on a tracked branch


        { Error: expected { job_id: 'fq_single_1_1568232518619',
  result_type: 'model_size_stats',
  model_bytes: '47.4 KB',
  model_bytes_exceeded: '0',
  model_bytes_memory_limit: '15728640',
  total_by_field_count: '3',
  total_over_field_count: '0',
  total_partition_field_count: '2',
  bucket_allocation_failures_count: '0',
  memory_status: 'ok',
  timestamp: '2016-02-11 23:00:00' } to sort of equal { job_id: 'fq_single_1_1568232518619',
  result_type: 'model_size_stats',
  model_bytes: '47.6 KB',
  model_bytes_exceeded: '0',
  model_bytes_memory_limit: '15728640',
  total_by_field_count: '3',
  total_over_field_count: '0',
  total_partition_field_count: '2',
  bucket_allocation_failures_count: '0',
  memory_status: 'ok',
  timestamp: '2016-02-11 23:00:00' }
    at Assertion.assert (/var/lib/jenkins/workspace/elastic+kibana+7.x/kibana/packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (/var/lib/jenkins/workspace/elastic+kibana+7.x/kibana/packages/kbn-expect/expect.js:235:8)
    at MlJobTable.eql [as assertJobRowDetailsCounts] (test/functional/services/machine_learning/job_table.ts:209:33)
    at process._tickCallback (internal/process/next_tick.js:68:7)
  actual:
   '{\n  "bucket_allocation_failures_count": "0"\n  "job_id": "fq_single_1_1568232518619"\n  "memory_status": "ok"\n  "model_bytes": "47.4 KB"\n  "model_bytes_exceeded": "0"\n  "model_bytes_memory_limit": "15728640"\n  "result_type": "model_size_stats"\n  "timestamp": "2016-02-11 23:00:00"\n  "total_by_field_count": "3"\n  "total_over_field_count": "0"\n  "total_partition_field_count": "2"\n}',
  expected:
   '{\n  "bucket_allocation_failures_count": "0"\n  "job_id": "fq_single_1_1568232518619"\n  "memory_status": "ok"\n  "model_bytes": "47.6 KB"\n  "model_bytes_exceeded": "0"\n  "model_bytes_memory_limit": "15728640"\n  "result_type": "model_size_stats"\n  "timestamp": "2016-02-11 23:00:00"\n  "total_by_field_count": "3"\n  "total_over_field_count": "0"\n  "total_partition_field_count": "2"\n}',
  showDiff: true }
      

First failure: Jenkins Build

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

Pinging @elastic/kibana-test-triage

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

9 similar comments
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@spalger
Copy link
Contributor

spalger commented Sep 11, 2019

@pheyos looks like the model_bytes varies every once and awhile.

@spalger spalger added the :ml label Sep 11, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui

spalger pushed a commit that referenced this issue Sep 11, 2019
spalger pushed a commit that referenced this issue Sep 11, 2019
(cherry picked from commit 45711a3)
spalger pushed a commit that referenced this issue Sep 11, 2019
(cherry picked from commit 45711a3)
@spalger
Copy link
Contributor

spalger commented Sep 11, 2019

Skipped

master: 45711a3
7.x/7.5: 4ab449f
7.4: 6ac5d38

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

7 similar comments
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

2 similar comments
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@pheyos
Copy link
Member

pheyos commented Sep 12, 2019

@pheyos looks like the model_bytes varies every once and awhile.

@spalger yes, it does indeed, but I missed that during validation implementation. Working on a fix.

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

Successfully merging a pull request may close this issue.

4 participants