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

[QA] Switch tests to use importExport - dashboard #94574

Closed
wants to merge 1 commit into from

Conversation

wayneseymour
Copy link
Member

Switch tests and move data

@wayneseymour wayneseymour self-assigned this Mar 15, 2021
@kibanamachine
Copy link
Contributor

kibanamachine commented Mar 15, 2021

💔 Build Failed

Failed CI Steps


Test Failures

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/dashboard/index·ts.dashboard app using current data "before all" hook: loadCurrentData in "using current data"

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook in "dashboard app"
[00:00:00]           └-: using current data
[00:00:00]             └-> "before all" hook in "using current data"
[00:00:00]             └-> "before all" hook: loadCurrentData in "using current data"
[00:00:00]               │ info [logstash_functional] Unloading indices from "mappings.json"
[00:00:00]               │ info [logstash_functional] Unloading indices from "data.json.gz"
[00:00:02]               │ info Taking screenshot "/dev/shm/workspace/parallel/20/kibana/test/functional/screenshots/failure/dashboard app using current data _before all_ hook_ loadCurrentData in _using current data_.png"
[00:00:02]               │ info Current URL is: data:/,
[00:00:02]               │ info Saving page source to: /dev/shm/workspace/parallel/20/kibana/test/functional/failure_debug/html/dashboard app using current data _before all_ hook_ loadCurrentData in _using current data_.html
[00:00:02]               └- ✖ fail: dashboard app using current data "before all" hook: loadCurrentData in "using current data"
[00:00:02]               │      Error: ENOENT: no such file or directory, scandir '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'
[00:00:02]               │   
[00:00:02]               │ 
[00:00:02]               │ 

Stack Trace

[OperationalError: ENOENT: no such file or directory, scandir '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'] {
  cause: [Error: ENOENT: no such file or directory, scandir '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'] {
    errno: -2,
    code: 'ENOENT',
    syscall: 'scandir',
    path: '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'
  },
  isOperational: true,
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'
}

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/dashboard/index·ts.dashboard app using current data "after all" hook: unloadCurrentData in "using current data"

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook in "dashboard app"
[00:00:00]           └-: using current data
[00:00:00]             └-> "before all" hook in "using current data"
[00:00:00]             └-> "before all" hook: loadCurrentData in "using current data"
[00:00:00]               │ info [logstash_functional] Unloading indices from "mappings.json"
[00:00:00]               │ info [logstash_functional] Unloading indices from "data.json.gz"
[00:00:02]               │ info Taking screenshot "/dev/shm/workspace/parallel/20/kibana/test/functional/screenshots/failure/dashboard app using current data _before all_ hook_ loadCurrentData in _using current data_.png"
[00:00:02]               │ info Current URL is: data:/,
[00:00:02]               │ info Saving page source to: /dev/shm/workspace/parallel/20/kibana/test/functional/failure_debug/html/dashboard app using current data _before all_ hook_ loadCurrentData in _using current data_.html
[00:00:02]               └- ✖ fail: dashboard app using current data "before all" hook: loadCurrentData in "using current data"
[00:00:02]               │      Error: ENOENT: no such file or directory, scandir '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'
[00:00:02]               │   
[00:00:02]               │ 
[00:00:02]               │ 
[00:00:02]               └-> "after all" hook: unloadCurrentData in "using current data"
[00:00:02]                 │ info Taking screenshot "/dev/shm/workspace/parallel/20/kibana/test/functional/screenshots/failure/dashboard app using current data _after all_ hook_ unloadCurrentData in _using current data_.png"
[00:00:02]                 │ info Current URL is: data:/,
[00:00:02]                 │ info Saving page source to: /dev/shm/workspace/parallel/20/kibana/test/functional/failure_debug/html/dashboard app using current data _after all_ hook_ unloadCurrentData in _using current data_.html
[00:00:02]                 └- ✖ fail: dashboard app using current data "after all" hook: unloadCurrentData in "using current data"
[00:00:02]                 │      Error: ENOENT: no such file or directory, scandir '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'
[00:00:02]                 │   
[00:00:02]                 │ 
[00:00:02]                 │ 

Stack Trace

[OperationalError: ENOENT: no such file or directory, scandir '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'] {
  cause: [Error: ENOENT: no such file or directory, scandir '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'] {
    errno: -2,
    code: 'ENOENT',
    syscall: 'scandir',
    path: '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'
  },
  isOperational: true,
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/dev/shm/workspace/parallel/20/kibana/test/functional/fixtures/es_archiver/dashboard/current/data'
}

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_time·ts.dashboard app using legacy data dashboard time "before all" hook in "dashboard time"

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 1 times on tracked branches: https://github.com/elastic/kibana/issues/90176

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook in "dashboard app"
[00:00:00]           └-: using legacy data
[00:00:00]             └-> "before all" hook in "using legacy data"
[00:00:00]             └-> "before all" hook: loadLogstash in "using legacy data"
[00:00:00]               │ info [logstash_functional] Loading "mappings.json"
[00:00:00]               │ info [logstash_functional] Loading "data.json.gz"
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xxl-1615817894277938075] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xxl-1615817894277938075] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.22][0]]"
[00:00:00]               │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:00]               │ debg [logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xxl-1615817894277938075] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xxl-1615817894277938075] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.20][0]]"
[00:00:00]               │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:00]               │ debg [logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xxl-1615817894277938075] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xxl-1615817894277938075] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.21][0]]"
[00:00:00]               │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:00]               │ debg [logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:10]               │ info progress: 7818
[00:00:15]               │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:15]               │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:15]               │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:16]             └-: dashboard time
[00:00:16]               └-> "before all" hook in "dashboard time"
[00:00:16]               └-> "before all" hook in "dashboard time"
[00:00:16]                 │ debg load kibana index with visualizations and log data
[00:00:16]                 │ info Taking screenshot "/dev/shm/workspace/parallel/22/kibana/test/functional/screenshots/failure/dashboard app using legacy data dashboard time _before all_ hook in _dashboard time_.png"
[00:00:16]                 │ info Current URL is: data:/,
[00:00:16]                 │ info Saving page source to: /dev/shm/workspace/parallel/22/kibana/test/functional/failure_debug/html/dashboard app using legacy data dashboard time _before all_ hook in _dashboard time_.html
[00:00:16]                 └- ✖ fail: dashboard app using legacy data dashboard time "before all" hook in "dashboard time"
[00:00:16]                 │      Error: ENOENT: no such file or directory, scandir '/dev/shm/workspace/parallel/22/kibana/test/functional/fixtures/es_archiver/dashboard/legacy'
[00:00:16]                 │   
[00:00:16]                 │ 
[00:00:16]                 │ 

Stack Trace

[OperationalError: ENOENT: no such file or directory, scandir '/dev/shm/workspace/parallel/22/kibana/test/functional/fixtures/es_archiver/dashboard/legacy'] {
  cause: [Error: ENOENT: no such file or directory, scandir '/dev/shm/workspace/parallel/22/kibana/test/functional/fixtures/es_archiver/dashboard/legacy'] {
    errno: -2,
    code: 'ENOENT',
    syscall: 'scandir',
    path: '/dev/shm/workspace/parallel/22/kibana/test/functional/fixtures/es_archiver/dashboard/legacy'
  },
  isOperational: true,
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/dev/shm/workspace/parallel/22/kibana/test/functional/fixtures/es_archiver/dashboard/legacy'
}

and 13 more failures, only showing the first 3.

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @wayneseymour

@wayneseymour
Copy link
Member Author

Covered by Tyler's pr: #101118

@spalger spalger deleted the import-export-switch--dashboard branch May 8, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants