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

[automation] Update Elastic stack release version 8.1.3 8.2.0 #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apmmachine
Copy link
Contributor

What

Bump stack version with the latest release.

Further details

8.1.3 8.2.0

@elasticmachine
Copy link

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-04-25T09:00:33.554+0000

  • Duration: 66 min 58 sec

Test stats 🧪

Test Results
Failed 18
Passed 6
Skipped 0
Total 24

Test errors 18

Expand to view the tests failures

> Show only the first 10 test failures

ITs / Matrix - OS_VERSION = 'ubuntu-18' / Validate / test_enrollment – validate.TestIndices
    Expand to view the error details

     False is not true : Expected at least one entry in index .fleet-agents-7, got 0 
    

    Expand to view the stacktrace

     Traceback (most recent call last):
      File "/app/test/ats/validate.py", line 126, in test_enrollment
        self.assertTrue(records_count >= compare_with, "Expected at least one entry in index {}, got {}".format(index_name, records_count))
    AssertionError: False is not true : Expected at least one entry in index .fleet-agents-7, got 0
     
    

ITs / Matrix - OS_VERSION = 'ubuntu-18' / Validate / test_green_indices – validate.TestIndices
    Expand to view the error details

     False is not true : Expected green indices 
    

    Expand to view the stacktrace

     Traceback (most recent call last):
      File "/app/test/ats/validate.py", line 117, in test_green_indices
        self.assertTrue("green" in records_indices, "Expected green indices")
    AssertionError: False is not true : Expected green indices
     
    

ITs / Matrix - OS_VERSION = 'ubuntu-18' / Validate / test_indice_ds_logs_linux_diskio – validate.TestIndices
    Expand to view the error details

     False is not true : Expected at least one entry in index .ds-logs-system.syslog-default-*, got 0 
    

    Expand to view the stacktrace

     Traceback (most recent call last):
      File "/app/test/ats/validate.py", line 143, in test_indice_ds_logs_linux_diskio
        self.count_and_test('.ds-logs-system.syslog-default-*', self.hostname, 1)
      File "/app/test/ats/validate.py", line 111, in count_and_test
        self.assertTrue(records_count >= compare_with, "Expected at least one entry in index {}, got {}".format(index_name, records_count))
    AssertionError: False is not true : Expected at least one entry in index .ds-logs-system.syslog-default-*, got 0
     
    

ITs / Matrix - OS_VERSION = 'ubuntu-18' / Validate / test_indice_ds_metrics_cpu – validate.TestIndices
    Expand to view the error details

     False is not true : Expected at least one entry in index .ds-metrics-system.cpu-default-*, got 0 
    

    Expand to view the stacktrace

     Traceback (most recent call last):
      File "/app/test/ats/validate.py", line 132, in test_indice_ds_metrics_cpu
        self.count_and_test('.ds-metrics-system.cpu-default-*', self.hostname, 1)
      File "/app/test/ats/validate.py", line 111, in count_and_test
        self.assertTrue(records_count >= compare_with, "Expected at least one entry in index {}, got {}".format(index_name, records_count))
    AssertionError: False is not true : Expected at least one entry in index .ds-metrics-system.cpu-default-*, got 0
     
    

ITs / Matrix - OS_VERSION = 'ubuntu-18' / Validate / test_indice_ds_metrics_diskio – validate.TestIndices
    Expand to view the error details

     False is not true : Expected at least one entry in index .ds-metrics-system.diskio-default-*, got 0 
    

    Expand to view the stacktrace

     Traceback (most recent call last):
      File "/app/test/ats/validate.py", line 135, in test_indice_ds_metrics_diskio
        self.count_and_test('.ds-metrics-system.diskio-default-*', self.hostname, 1)
      File "/app/test/ats/validate.py", line 111, in count_and_test
        self.assertTrue(records_count >= compare_with, "Expected at least one entry in index {}, got {}".format(index_name, records_count))
    AssertionError: False is not true : Expected at least one entry in index .ds-metrics-system.diskio-default-*, got 0
     
    

ITs / Matrix - OS_VERSION = 'ubuntu-18' / Validate / test_indice_ds_metrics_memory – validate.TestIndices
    Expand to view the error details

     False is not true : Expected at least one entry in index .ds-metrics-system.memory-default-*, got 0 
    

    Expand to view the stacktrace

     Traceback (most recent call last):
      File "/app/test/ats/validate.py", line 129, in test_indice_ds_metrics_memory
        self.count_and_test('.ds-metrics-system.memory-default-*', self.hostname, 1)
      File "/app/test/ats/validate.py", line 111, in count_and_test
        self.assertTrue(records_count >= compare_with, "Expected at least one entry in index {}, got {}".format(index_name, records_count))
    AssertionError: False is not true : Expected at least one entry in index .ds-metrics-system.memory-default-*, got 0
     
    

ITs / Matrix - OS_VERSION = 'windows-2016' / Validate / test_enrollment – validate.TestIndices
    Expand to view the error details

     False is not true : Expected at least one entry in index .fleet-agents-7, got 0 
    

    Expand to view the stacktrace

     Traceback (most recent call last):
      File "/app/test/ats/validate.py", line 126, in test_enrollment
        self.assertTrue(records_count >= compare_with, "Expected at least one entry in index {}, got {}".format(index_name, records_count))
    AssertionError: False is not true : Expected at least one entry in index .fleet-agents-7, got 0
     
    

ITs / Matrix - OS_VERSION = 'windows-2016' / Validate / test_green_indices – validate.TestIndices
    Expand to view the error details

     False is not true : Expected green indices 
    

    Expand to view the stacktrace

     Traceback (most recent call last):
      File "/app/test/ats/validate.py", line 117, in test_green_indices
        self.assertTrue("green" in records_indices, "Expected green indices")
    AssertionError: False is not true : Expected green indices
     
    

ITs / Matrix - OS_VERSION = 'windows-2016' / Validate / test_indice_ds_logs_windows_diskio – validate.TestIndices
    Expand to view the error details

     False is not true : Expected at least one entry in index .ds-logs-system.application-default-*, got 0 
    

    Expand to view the stacktrace

     Traceback (most recent call last):
      File "/app/test/ats/validate.py", line 139, in test_indice_ds_logs_windows_diskio
        self.count_and_test('.ds-logs-system.application-default-*', self.hostname, 1)
      File "/app/test/ats/validate.py", line 111, in count_and_test
        self.assertTrue(records_count >= compare_with, "Expected at least one entry in index {}, got {}".format(index_name, records_count))
    AssertionError: False is not true : Expected at least one entry in index .ds-logs-system.application-default-*, got 0
     
    

ITs / Matrix - OS_VERSION = 'windows-2016' / Validate / test_indice_ds_metrics_cpu – validate.TestIndices
    Expand to view the error details

     False is not true : Expected at least one entry in index .ds-metrics-system.cpu-default-*, got 0 
    

    Expand to view the stacktrace

     Traceback (most recent call last):
      File "/app/test/ats/validate.py", line 132, in test_indice_ds_metrics_cpu
        self.count_and_test('.ds-metrics-system.cpu-default-*', self.hostname, 1)
      File "/app/test/ats/validate.py", line 111, in count_and_test
        self.assertTrue(records_count >= compare_with, "Expected at least one entry in index {}, got {}".format(index_name, records_count))
    AssertionError: False is not true : Expected at least one entry in index .ds-metrics-system.cpu-default-*, got 0
     
    

Steps errors 3

Expand to view the steps failures

Validate
  • Took 8 min 26 sec . View more details here
  • Description: make -C .ci validate
Validate
  • Took 8 min 28 sec . View more details here
  • Description: make -C .ci validate
Validate
  • Took 8 min 26 sec . View more details here
  • Description: make -C .ci validate

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants