Skip to content

Cherry-pick to 7.10: [CI] prepare windows tooling (#22661)#22851

Merged
v1v merged 1 commit intoelastic:7.10from
v1v:backport/7.10/pr-22661
Dec 2, 2020
Merged

Cherry-pick to 7.10: [CI] prepare windows tooling (#22661)#22851
v1v merged 1 commit intoelastic:7.10from
v1v:backport/7.10/pr-22661

Conversation

@v1v
Copy link
Copy Markdown
Member

@v1v v1v commented Dec 2, 2020

Backports the following commits to 7.10:

@v1v v1v self-assigned this Dec 2, 2020
@v1v v1v added automation backport ci Team:Automation Label for the Observability productivity team labels Dec 2, 2020
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Dec 2, 2020
@botelastic
Copy link
Copy Markdown

botelastic bot commented Dec 2, 2020

This pull request doesn't have a Team:<team> label.

@v1v v1v added windows-2012 Enable builds in the CI for windows-2012 windows-7 Enable builds in the CI for windows-7 windows-7-32 Enable builds in the CI for windows-7 32 bits windows-10 Enable builds in the CI for windows-10 windows-2016 Enable builds in the CI for windows-2016 labels Dec 2, 2020
@v1v v1v requested a review from a team December 2, 2020 10:47
@elasticmachine
Copy link
Copy Markdown
Contributor

💔 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

Expand to view the summary

Build stats

  • Build Cause: Pull request #22851 opened

  • Start Time: 2020-12-02T10:47:32.168+0000

  • Duration: 81 min 43 sec

Test stats 🧪

Test Results
Failed 2
Passed 34276
Skipped 3518
Total 37796

Test errors 2

Expand to view the tests failures

Build&Test / metricbeat-goIntegTest / TestFetch – status

    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     Found orphan containers (metricbeat_7_10_1_8a58b60e2b-snapshot_kafka_1, metricbeat_7_10_1_8a58b60e2b-snapshot_http_1, metricbeat_7_10_1_8a58b60e2b-snapshot_haproxy_1, metricbeat_7_10_1_8a58b60e2b-snapshot_golang_1, metricbeat_7_10_1_8a58b60e2b-snapshot_etcd_1, metricbeat_7_10_1_8a58b60e2b-snapshot_envoyproxy_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
    Creating metricbeat_7_10_1_8a58b60e2b-snapshot_elasticsearch_1 ... 
    Creating metricbeat_7_10_1_8a58b60e2b-snapshot_elasticsearch_1 ... done
    Creating metricbeat_7_10_1_8a58b60e2b-snapshot_kibana_1        ... 
    Creating metricbeat_7_10_1_8a58b60e2b-snapshot_kibana_1        ... done
        stats_integration_test.go:59: kibana/stats event: {
              "elasticsearch": {
                "cluster": {
                  "id": "CXOg9dykSYuIkOE8zjuceQ"
                }
              },
              "kibana": {
                "stats": {
                  "concurrent_connections": 0,
                  "host": {
                    "name": "0"
                  },
                  "index": "kibana",
                  "name": "kibana",
                  "process": {
                    "event_loop_delay": {
                      "ms": 0.8718710001558065
                    },
                    "memory": {
                      "heap": {
                        "size_limit": {
                          "bytes": 1526909922
                        },
                        "total": {
                          "bytes": 654090240
                        },
                        "used": {
                          "bytes": 433725744
                        }
                      }
                    },
                    "uptime": {
                      "ms": 80431
                    }
                  },
                  "request": {
                    "disconnects": 0,
                    "total": 1
                  },
                  "response_time": {
                    "avg": {
                      "ms": 29
                    },
                    "max": {
                      "ms": 29
                    }
                  },
                  "snapshot": false,
                  "status": "green"
                }
              },
              "process": {
                "pid": 6
              },
              "service": {
                "address": "0:5601",
                "id": "96709008-23f2-4834-8a94-dd429b77d9aa",
                "name": "kibana",
                "type": "kibana",
                "version": "7.9.2"
              }
            }
        status_integration_test.go:38:  
    

Build&Test / filebeat-windows-7-32-windows-7-32-bit / test_shutdown – filebeat.tests.system.test_shutdown.Test

    Expand to view the error details

     AssertionError: Expected exit code to be 0, but it was 2 
    

    Expand to view the stacktrace

     self = <test_shutdown.Test testMethod=test_shutdown>
    
        def test_shutdown(self):
            """
            Test starting and stopping Filebeat under load.
            """
        
            self.nasa_logs()
        
            self.render_config_template(
                path=os.path.abspath(self.working_dir) + "/log/*",
                ignore_older="1h"
            )
            for i in range(1, 5):
                proc = self.start_beat(logging_args=["-e", "-v"])
                time.sleep(.5)
    >           proc.check_kill_and_wait()
    
    tests\system\test_shutdown.py:28: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    ..\libbeat\tests\system\beat\beat.py:105: in check_kill_and_wait
        return self.check_wait(exit_code=exit_code)
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    
    self = <beat.beat.Proc object at 0x02D810A0>, exit_code = 0
    
        def check_wait(self, exit_code=0):
            actual_exit_code = self.wait()
    >       assert actual_exit_code == exit_code, "Expected exit code to be %d, but it was %d" % (
                exit_code, actual_exit_code)
    E       AssertionError: Expected exit code to be 0, but it was 2
    
    ..\libbeat\tests\system\beat\beat.py:93: AssertionError 
    

Steps errors 4

Expand to view the steps failures

filebeat-windows-7-32-windows-7-32-bit - mage build unitTest

  • Took 6 min 55 sec . View more details on here
  • Description: mage build unitTest

Error signal

  • Took 0 min 0 sec . View more details on here
  • Description: Error 'hudson.AbortException: script returned exit code 1'

metricbeat-goIntegTest - mage goIntegTest

  • Took 24 min 4 sec . View more details on here
  • Description: mage goIntegTest

Error signal

  • Took 0 min 0 sec . View more details on here
  • Description: Error 'hudson.AbortException: script returned exit code 1'

Log output

Expand to view the last 100 lines of log output

[2020-12-02T12:07:42.619Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/metricbeat-unitTest-1606907865186
[2020-12-02T12:07:42.738Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-functionbeat-windows-7-windows-7-1606907869541
[2020-12-02T12:07:42.860Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/auditbeat-windows-10-windows-10-1606907871219
[2020-12-02T12:07:42.975Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/winlogbeat-crosscompile-1606907889350
[2020-12-02T12:07:43.091Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/winlogbeat-windows-windows-2019-1606907905414
[2020-12-02T12:07:43.205Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-functionbeat-Lint-1606907908509
[2020-12-02T12:07:43.318Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/metricbeat-windows-2016-windows-2016-1606907909070
[2020-12-02T12:07:43.429Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-filebeat-windows-7-windows-7-1606907912723
[2020-12-02T12:07:43.557Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-functionbeat-windows-windows-2019-1606907917067
[2020-12-02T12:07:43.675Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-filebeat-windows-2012-windows-2012-r2-1606907919799
[2020-12-02T12:07:43.794Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-functionbeat-windows-10-windows-10-1606907944493
[2020-12-02T12:07:43.916Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/heartbeat-windows-10-windows-10-1606907944511
[2020-12-02T12:07:44.033Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-elastic-agent-windows-10-windows-10-1606907946511
[2020-12-02T12:07:44.157Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/winlogbeat-windows-2012-windows-2012-r2-1606907948798
[2020-12-02T12:07:44.284Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-filebeat-Lint-1606907950859
[2020-12-02T12:07:44.400Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-metricbeat-Lint-1606907966317
[2020-12-02T12:07:44.528Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/heartbeat-windows-7-windows-7-1606907966331
[2020-12-02T12:07:44.661Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-winlogbeat-windows-2016-windows-2016-1606907969704
[2020-12-02T12:07:44.779Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-metricbeat-windows-7-windows-7-1606907977913
[2020-12-02T12:07:44.900Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/winlogbeat-windows-windows-2008-r2-1606907995455
[2020-12-02T12:07:45.033Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-winlogbeat-windows-10-windows-10-1606908007362
[2020-12-02T12:07:45.164Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-winlogbeat-windows-7-windows-7-1606908010072
[2020-12-02T12:07:45.280Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/winlogbeat-windows-2016-windows-2016-1606908043576
[2020-12-02T12:07:45.395Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/metricbeat-windows-7-windows-7-1606908078813
[2020-12-02T12:07:45.506Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/heartbeat-windows-2012-windows-2012-r2-1606908105562
[2020-12-02T12:07:45.635Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-winlogbeat-windows-7-32-windows-7-32-bit-1606908117364
[2020-12-02T12:07:45.768Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-auditbeat-build-1606908127086
[2020-12-02T12:07:45.899Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/metricbeat-windows-10-windows-10-1606908131000
[2020-12-02T12:07:46.019Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-filebeat-windows-10-windows-10-1606908139457
[2020-12-02T12:07:46.140Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/packetbeat-windows-7-windows-7-1606908201440
[2020-12-02T12:07:46.259Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-filebeat-windows-windows-2019-1606908217856
[2020-12-02T12:07:46.375Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/packetbeat-windows-10-windows-10-1606908217302
[2020-12-02T12:07:46.489Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/generator-beat-test-1606908239482
[2020-12-02T12:07:46.608Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/metricbeat-crosscompile-1606908243564
[2020-12-02T12:07:46.716Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/filebeat-build-1606908271485
[2020-12-02T12:07:46.827Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/filebeat-windows-2016-windows-2016-1606908288524
[2020-12-02T12:07:46.932Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/packetbeat-windows-windows-2019-1606908309707
[2020-12-02T12:07:47.039Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-metricbeat-windows-10-windows-10-1606908318805
[2020-12-02T12:07:47.150Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/filebeat-windows-10-windows-10-1606908540695
[2020-12-02T12:07:47.267Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-auditbeat-windows-10-windows-10-1606908582449
[2020-12-02T12:07:47.374Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/libbeat-build-1606908585475
[2020-12-02T12:07:47.483Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/winlogbeat-windows-10-windows-10-1606908590988
[2020-12-02T12:07:47.603Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-filebeat-build-1606908598794
[2020-12-02T12:07:47.712Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-elastic-agent-windows-2012-windows-2012-r2-1606908707411
[2020-12-02T12:07:47.826Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-auditbeat-windows-2016-windows-2016-1606908766159
[2020-12-02T12:07:47.952Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/metricbeat-pythonIntegTest-1606908817679
[2020-12-02T12:07:48.072Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/metricbeat-goIntegTest-1606909077933
[2020-12-02T12:07:48.204Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-metricbeat-build-1606910476270
[2020-12-02T12:07:48.639Z] + cat
[2020-12-02T12:07:48.639Z] + /usr/local/bin/runbld ./runbld-test-reports --job-name elastic+beats+pull-request
[2020-12-02T12:07:48.639Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-12-02T12:07:53.967Z] runbld>>> runbld started
[2020-12-02T12:07:53.967Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-12-02T12:07:55.354Z] runbld>>> The following profiles matched the job 'elastic+beats+pull-request' in order of occurrence in the config (last value wins).
[2020-12-02T12:07:55.354Z] runbld>>> Matches in the system config:
[2020-12-02T12:07:55.354Z] runbld>>> - Matched ^elastic\+beats
[2020-12-02T12:07:55.354Z] runbld>>> - Matched ^elastic\+beats\+pull-request
[2020-12-02T12:07:56.734Z] runbld>>> Debug logging enabled.
[2020-12-02T12:07:56.734Z] runbld>>> Storing result
[2020-12-02T12:07:56.995Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-12-02T12:07:56.995Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20201202120756-F69AAC9B
[2020-12-02T12:07:56.995Z] runbld>>> Adding system facts.
[2020-12-02T12:07:57.934Z] runbld>>> Adding vcs info for the latest commit:  8a58b60e2b1062b879ec09caa9ae21b474f5fdf6
[2020-12-02T12:07:57.934Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-12-02T12:07:57.934Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-12-02T12:07:57.934Z] Processing JUnit reports with runbld...
[2020-12-02T12:07:57.934Z] + echo 'Processing JUnit reports with runbld...'
[2020-12-02T12:07:58.195Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-12-02T12:07:58.195Z] runbld>>> DURATION: 15ms
[2020-12-02T12:07:58.195Z] runbld>>> STDOUT: 40 bytes
[2020-12-02T12:07:58.195Z] runbld>>> STDERR: 49 bytes
[2020-12-02T12:07:58.195Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-12-02T12:07:58.195Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-22851
[2020-12-02T12:07:59.147Z] runbld>>> Storing build metadata: 
[2020-12-02T12:07:59.147Z] runbld>>> Adding test report.
[2020-12-02T12:07:59.147Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats
[2020-12-02T12:08:00.100Z] runbld>>> Found 218 test output files
[2020-12-02T12:08:01.062Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-metricbeat-build-1606910476270/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-12-02T12:08:01.062Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-metricbeat-build-1606910476270/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-12-02T12:08:01.062Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-metricbeat-build-1606910476270/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-12-02T12:08:01.062Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-metricbeat-build-1606910476270/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-12-02T12:08:01.062Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/x-pack-metricbeat-build-1606910476270/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-12-02T12:08:01.324Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/metricbeat-goIntegTest-1606909077933/metricbeat/build/TEST-go-integration-graphite.xml
[2020-12-02T12:08:01.324Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats/metricbeat-goIntegTest-1606909077933/metricbeat/build/TEST-go-integration-windows.xml
[2020-12-02T12:08:05.564Z] runbld>>> Test output logs contained: Errors: 0 Failures: 2 Tests: 37796 Skipped: 3032
[2020-12-02T12:08:05.564Z] runbld>>> Storing result
[2020-12-02T12:08:05.564Z] runbld>>> FAILURES: 2
[2020-12-02T12:08:06.136Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-12-02T12:08:06.137Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20201202120756-F69AAC9B
[2020-12-02T12:08:06.401Z] runbld>>> Email notification disabled by environment variable.
[2020-12-02T12:08:06.401Z] runbld>>> Slack notification disabled by environment variable.
[2020-12-02T12:08:11.776Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-22851/src/github.com/elastic/beats
[2020-12-02T12:08:14.007Z] Running on worker-1244230 in /var/lib/jenkins/workspace/Beats_beats_PR-22851
[2020-12-02T12:08:14.086Z] [INFO] getVaultSecret: Getting secrets
[2020-12-02T12:08:14.169Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-12-02T12:08:16.740Z] + chmod 755 generate-build-data.sh
[2020-12-02T12:08:16.741Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-22851/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-22851/runs/1 FAILURE 4843124
[2020-12-02T12:08:16.741Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-22851/runs/1/steps/?limit=10000 -o steps-info.json
[2020-12-02T12:08:26.148Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-22851/runs/1/tests/?status=FAILED -o tests-errors.json
[2020-12-02T12:08:26.874Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-22851/runs/1/log/ -o pipeline-log.txt

🐛 Flaky test report

❕ There are test failures but not known flaky tests.

Expand to view the summary

Test stats 🧪

Test Results
Failed 2
Passed 34276
Skipped 3518
Total 37796

Genuine test errors 2

💔 There are test failures but not known flaky tests, most likely a genuine test failure.

  • Name: Build&Test / metricbeat-goIntegTest / TestFetch – status
  • Name: Build&Test / filebeat-windows-7-32-windows-7-32-bit / test_shutdown – filebeat.tests.system.test_shutdown.Test

@v1v
Copy link
Copy Markdown
Member Author

v1v commented Dec 2, 2020

Test failures unrelated to this particular PR

@v1v v1v merged commit c6914e4 into elastic:7.10 Dec 2, 2020
@v1v v1v deleted the backport/7.10/pr-22661 branch December 2, 2020 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport ci Team:Automation Label for the Observability productivity team windows-7-32 Enable builds in the CI for windows-7 32 bits windows-7 Enable builds in the CI for windows-7 windows-10 Enable builds in the CI for windows-10 windows-2012 Enable builds in the CI for windows-2012 windows-2016 Enable builds in the CI for windows-2016

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants