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

Cherry-pick #25169 to 7.x: Fix k8s svc selectors mapping #25175

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

ChrsMark
Copy link
Member

@ChrsMark ChrsMark commented Apr 20, 2021

Cherry-pick of PR #25169 to 7.x branch. Original message:

What does this PR do?

This PR fixes the mapping of k8s service.selectors introduced at #23730

Why is it important?

Mapping is not what we actually report. Field is set at kubernetes.selectors.* while we define kubernetes.servcie.selectors.* in the mapping. There is no reason to have it specific for services since it can be added for other resources too in the future like deployments. In this we can store under kubernetes.selectors.* like what we do for labels and annotations.

@ChrsMark ChrsMark requested a review from a team as a code owner April 20, 2021 14:11
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations (Team:Integrations)

@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 Apr 20, 2021
@elasticmachine
Copy link
Collaborator

💔 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 #25175 opened

  • Start Time: 2021-04-20T14:11:57.757+0000

  • Duration: 125 min 55 sec

  • Commit: 4b16d65

Test stats 🧪

Test Results
Failed 1
Passed 46706
Skipped 5169
Total 51876

Trends 🧪

Image of Build Times

Image of Tests

Test errors 1

Expand to view the tests failures

Build&Test / filebeat-build / TestFilestreamTruncate – github.com/elastic/beats/v7/filebeat/input/filestream
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestFilestreamTruncate
    coverage: 67.6% of statements
    panic: test timed out after 10m0s
    
    goroutine 348 [running]:
    testing.(*M).startAlarm.func1()
    	/usr/local/go/src/testing/testing.go:1618 +0xe5
    created by time.goFunc
    	/usr/local/go/src/time/sleep.go:167 +0x45
    
    goroutine 1 [chan receive, 9 minutes]:
    testing.(*T).Run(0xc000680a80, 0xd1bbe0, 0x16, 0xd42620, 0x495101)
    	/usr/local/go/src/testing/testing.go:1169 +0x2da
    testing.runTests.func1(0xc00026e900)
    	/usr/local/go/src/testing/testing.go:1439 +0x78
    testing.tRunner(0xc00026e900, 0xc0007bfda8)
    	/usr/local/go/src/testing/testing.go:1123 +0xef
    testing.runTests(0xc00000e4e0, 0x134aee0, 0x23, 0x23, 0xc017dca72d2f60ff, 0x8bb470deff, 0x136e160, 0x40f470)
    	/usr/local/go/src/testing/testing.go:1437 +0x2fe
    testing.(*M).Run(0xc0000dc300, 0x0)
    	/usr/local/go/src/testing/testing.go:1345 +0x1eb
    main.main()
    	_testmain.go:171 +0x1c5
    
    goroutine 387 [runnable]:
    github.com/elastic/go-structform/gotype.(*unfolderStruct).OnObjectFinished(0xc000594058, 0xc0004fac00, 0xffffffffffffffff, 0x0)
    	/go/pkg/mod/github.com/elastic/go-structform@v0.0.8/gotype/unfold_struct.go:173 +0xfa
    github.com/elastic/go-structform/gotype.(*unfoldCtx).OnObjectFinished(0xc0004fac00, 0x0, 0x0)
    	/go/pkg/mod/github.com/elastic/go-structform@v0.0.8/gotype/unfold.go:199 +0x49
    github.com/elastic/go-structform/gotype.foldMapInterface(0xc0005fa2d0, 0xc12500, 0xc0001d2180, 0x13a0760, 0xbb0080)
    	/go/pkg/mod/github.com/elastic/go-structform@v0.0.8/gotype/fold_map.go:59 +0x1e5
    github.com/elastic/go-structform/gotype.foldInterfaceValue(0xc0005fa2d0, 0xc12500, 0xc0001d2180, 0x0, 0x0)
    	/go/pkg/mod/github.com/elastic/go-structform@v0.0.8/gotype/fold.go:98 +0x445
    github.com/elastic/go-structform/gotype.(*Iterator).Fold(...)
    	/go/pkg/mod/github.com/elastic/go-structform@v0.0.8/gotype/fold.go:86
    github.com/elastic/beats/v7/libbeat/common/transform/typeconv.(*Converter).Convert(0xc00048a000, 0xbb0080, 0xc0005b7520, 0xc12500, 0xc0001d2180, 0x0, 0x0)
    	/go/src/github.com/elastic/beats/libbeat/common/transform/typeconv/typeconv.go:108 +0x136
    github.com/elastic/beats/v7/libbeat/common/transform/typeconv.Convert(0xbb0080, 0xc0005b7520, 0xc12500, 0xc0001d2180, 0x0, 0x0)
    	/go/src/github.com/elastic/beats/libbeat/common/transform/typeconv/typeconv.go:129 +0xc7
    github.com/elastic/beats/v7/libbeat/statestore/storetest.(*MapStore).Get(0xc000182cf0, 0xc00033a4b0, 0x29, 0xbb0080, 0xc0005b7520, 0x0, 0x0)
    	/go/src/github.com/elastic/beats/libbeat/statestore/storetest/storetest.go:156 +0xe5
    github.com/elastic/beats/v7/libbeat/statestore.(*Store).Get(0xc0003017c0, 0xc00033a4b0, 0x29, 0xbb0080, 0xc0005b7520, 0x0, 0x0)
    	/go/src/github.com/elastic/beats/libbeat/statestore/store.go:101 +0x13c
    github.com/elastic/beats/v7/filebeat/input/filestream.(*inputTestingEnvironment).getRegistryState(0xc000344a00, 0xc00033a4b0, 0x29, 0x22, 0xc12500, 0xc00058e390, 0x0, 0x0)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/environment_test.go:275 +0x98
    github.com/elastic/beats/v7/filebeat/input/filestream.(*inputTestingEnvironment).waitUntilOffsetInRegistry(0xc000344a00, 0xd1167d, 0x8, 0x0)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/environment_test.go:238 +0x1ed
    github.com/elastic/beats/v7/filebeat/input/filestream.TestFilestreamTruncate(0xc000680a80)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/input_integration_test.go:890 +0x485
    testing.tRunner(0xc000680a80, 0xd42620)
    	/usr/local/go/src/testing/testing.go:1123 +0xef
    created by testing.(*T).Run
    	/usr/local/go/src/testing/testing.go:1168 +0x2b3
    
    goroutine 391 [semacquire, 9 minutes]:
    sync.runtime_Semacquire(0xc000183b88)
    	/usr/local/go/src/runtime/sema.go:56 +0x45
    sync.(*WaitGroup).Wait(0xc000183b80)
    	/usr/local/go/src/sync/waitgroup.go:130 +0x65
    github.com/elastic/go-concert/unison.(*MultiErrGroup).Wait(0xc000183b60, 0x0, 0x0, 0x0)
    	/go/pkg/mod/github.com/elastic/go-concert@v0.1.0/unison/multierrgroup.go:54 +0x53
    github.com/elastic/beats/v7/filebeat/input/filestream.(*fileProspector).Run(0xc0002aab40, 0xc00006eff0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/prospector.go:229 +0x3a5
    github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.(*managedInput).Run(0xc0002aab90, 0xc00006eff0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/input.go:78 +0x38d
    github.com/elastic/beats/v7/filebeat/input/filestream.(*inputTestingEnvironment).startInput.func1(0xe01bc0, 0xc0004c2600, 0xdff080, 0xc0002aab90, 0xc000344a00, 0xc000344a90)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/environment_test.go:95 +0x14c
    created by github.com/elastic/beats/v7/filebeat/input/filestream.(*inputTestingEnvironment).startInput
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/environment_test.go:91 +0x9a
    
    goroutine 392 [runnable]:
    os.(*File).readdirnames(0xc000010008, 0xffffffffffffffff, 0x0, 0xc000000000, 0xc000010008, 0x0, 0x0)
    	/usr/local/go/src/os/dir_unix.go:44 +0x8d
    os.(*File).Readdirnames(...)
    	/usr/local/go/src/os/dir.go:48
    path/filepath.glob(0xc0004c8bd0, 0x28, 0xc0004c8bf9, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    	/usr/local/go/src/path/filepath/match.go:324 +0x3c7
    path/filepath.Glob(0xc0004c8bd0, 0x2a, 0xc0000f6000, 0x31, 0xc0004921a8, 0x0, 0x0)
    	/usr/local/go/src/path/filepath/match.go:251 +0x36d
    github.com/elastic/beats/v7/filebeat/input/filestream.(*fileScanner).GetFiles(0xc0004c2580, 0x1291d00)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/fswatch.go:310 +0xc8
    github.com/elastic/beats/v7/filebeat/input/filestream.(*fileWatcher).watch(0xc0004c25c0, 0x7f0eb8710b58, 0xc0004c2640)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/fswatch.go:138 +0xd5
    github.com/elastic/beats/v7/filebeat/input/filestream.(*fileWatcher).Run.func1(0xc00017be18, 0xc00017be00)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/fswatch.go:129 +0x4c
    github.com/elastic/go-concert/timed.Periodic(0x7f0eb8710b80, 0xc0004c2640, 0xf4240, 0xc00017bec0, 0x0, 0x0)
    	/go/pkg/mod/github.com/elastic/go-concert@v0.1.0/timed/timed.go:78 +0x154
    github.com/elastic/beats/v7/filebeat/input/filestream.(*fileWatcher).Run(0xc0004c25c0, 0x7f0eb8710b58, 0xc0004c2640)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/fswatch.go:128 +0x10b
    github.com/elastic/beats/v7/filebeat/input/filestream.(*fileProspector).Run.func1(0x0, 0x0)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/prospector.go:117 +0x9a
    github.com/elastic/go-concert/unison.(*MultiErrGroup).Go.func1(0xc000183b60, 0xc00030dfe0)
    	/go/pkg/mod/github.com/elastic/go-concert@v0.1.0/unison/multierrgroup.go:42 +0x64
    created by github.com/elastic/go-concert/unison.(*MultiErrGroup).Go
    	/go/pkg/mod/github.com/elastic/go-concert@v0.1.0/unison/multierrgroup.go:40 +0x66
    
    goroutine 393 [chan receive, 9 minutes]:
    github.com/elastic/beats/v7/filebeat/input/filestream.(*fileWatcher).Event(0xc0004c25c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/fswatch.go:228 +0x85
    github.com/elastic/beats/v7/filebeat/input/filestream.(*fileProspector).Run.func2(0xc000670d80, 0x0)
    	/go/src/github.com/elastic/beats/filebeat/input/filestream/prospector.go:125 +0x1bf
    github.com/elastic/go-concert/unison.(*MultiErrGroup).Go.func1(0xc000183b60, 0xc0004c2680)
    	/go/pkg/mod/github.com/elastic/go-concert@v0.1.0/unison/multierrgroup.go:42 +0x64
    created by github.com/elastic/go-concert/unison.(*MultiErrGroup).Go
    	/go/pkg/mod/github.com/elastic/go-concert@v0.1.0/unison/multierrgroup.go:40 +0x66
     
    

Steps errors 24

Expand to view the steps failures

Show only the first 10 steps failures

Print Message
  • Took 0 min 0 sec . View more details on here
  • Description: �[39;49m[INFO] getVaultSecret: Getting secrets�[0m
Print Message
  • Took 0 min 0 sec . View more details on here
  • Description: �[39;49m[INFO] getVaultSecret: Getting secrets�[0m
Print Message
  • Took 0 min 1 sec . View more details on here
  • Description: �[39;49m[INFO] getVaultSecret: Getting secrets�[0m
Print Message
  • Took 0 min 0 sec . View more details on here
  • Description: �[39;49m[INFO] getVaultSecret: Getting secrets�[0m
Print Message
  • Took 0 min 0 sec . View more details on here
  • Description: �[39;49m[INFO] getVaultSecret: Getting secrets�[0m
Print Message
  • Took 0 min 17 sec . View more details on here
  • Description: �[39;49m[INFO] getVaultSecret: Getting secrets�[0m
Print Message
  • Took 0 min 1 sec . View more details on here
  • Description: �[39;49m[INFO] getVaultSecret: Getting secrets�[0m
Print Message
  • Took 0 min 0 sec . View more details on here
  • Description: �[39;49m[INFO] getVaultSecret: Getting secrets�[0m
Print Message
  • Took 0 min 0 sec . View more details on here
  • Description: �[39;49m[INFO] getVaultSecret: Getting secrets�[0m
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

[2021-04-20T16:16:06.007Z] 8.64s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_315_cisco
[2021-04-20T16:16:06.007Z] 8.63s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_370_oracle
[2021-04-20T16:16:06.007Z] 8.54s call     x-pack/filebeat/tests/system/test_xpack_modules.py::XPackTest::test_fileset_file_352_netscout
[2021-04-20T16:16:06.007Z] ================ 401 passed, 388 warnings in 1714.02s (0:28:34) ================
[2021-04-20T16:16:06.007Z] >> python test: Integration Testing Complete
[2021-04-20T16:16:09.909Z] Cleaning up /var/lib/jenkins/workspace/PR-25175-1-27b42a3e-2771-4983-af11-66bc4f895ba3
[2021-04-20T16:16:09.910Z] Client: Docker Engine - Community
[2021-04-20T16:16:09.910Z]  Version:           20.10.3
[2021-04-20T16:16:09.910Z]  API version:       1.41
[2021-04-20T16:16:09.910Z]  Go version:        go1.13.15
[2021-04-20T16:16:09.910Z]  Git commit:        48d30b5
[2021-04-20T16:16:09.910Z]  Built:             Fri Jan 29 14:33:13 2021
[2021-04-20T16:16:09.910Z]  OS/Arch:           linux/amd64
[2021-04-20T16:16:09.910Z]  Context:           default
[2021-04-20T16:16:09.910Z]  Experimental:      true
[2021-04-20T16:16:09.910Z] 
[2021-04-20T16:16:09.910Z] Server: Docker Engine - Community
[2021-04-20T16:16:09.910Z]  Engine:
[2021-04-20T16:16:09.910Z]   Version:          20.10.3
[2021-04-20T16:16:09.910Z]   API version:      1.41 (minimum version 1.12)
[2021-04-20T16:16:09.910Z]   Go version:       go1.13.15
[2021-04-20T16:16:09.910Z]   Git commit:       46229ca
[2021-04-20T16:16:09.910Z]   Built:            Fri Jan 29 14:31:25 2021
[2021-04-20T16:16:09.910Z]   OS/Arch:          linux/amd64
[2021-04-20T16:16:09.910Z]   Experimental:     false
[2021-04-20T16:16:09.910Z]  containerd:
[2021-04-20T16:16:09.910Z]   Version:          1.4.4
[2021-04-20T16:16:09.910Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
[2021-04-20T16:16:09.910Z]  runc:
[2021-04-20T16:16:09.910Z]   Version:          1.0.0-rc93
[2021-04-20T16:16:09.910Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
[2021-04-20T16:16:09.910Z]  docker-init:
[2021-04-20T16:16:09.910Z]   Version:          0.19.0
[2021-04-20T16:16:09.910Z]   GitCommit:        de40ad0
[2021-04-20T16:16:09.910Z] Change ownership of all files inside the specific folder from root/root to current user/group
[2021-04-20T16:16:09.910Z] Unable to find image 'alpine:3.4' locally
[2021-04-20T16:16:10.679Z] 3.4: Pulling from library/alpine
[2021-04-20T16:16:10.939Z] c1e54eec4b57: Pulling fs layer
[2021-04-20T16:16:11.198Z] c1e54eec4b57: Verifying Checksum
[2021-04-20T16:16:11.199Z] c1e54eec4b57: Download complete
[2021-04-20T16:16:11.460Z] c1e54eec4b57: Pull complete
[2021-04-20T16:16:11.460Z] Digest: sha256:b733d4a32c4da6a00a84df2ca32791bb03df95400243648d8c539e7b4cce329c
[2021-04-20T16:16:11.460Z] Status: Downloaded newer image for alpine:3.4
[2021-04-20T16:16:13.370Z] Change permissions with write access of all files inside the specific folder
[2021-04-20T16:16:14.795Z] Running in /var/lib/jenkins/workspace/PR-25175-1-27b42a3e-2771-4983-af11-66bc4f895ba3/src/github.com/elastic/beats/build
[2021-04-20T16:16:15.144Z] + rm -rf ve
[2021-04-20T16:16:15.145Z] + find . -type d -name vendor -exec rm -r {} ;
[2021-04-20T16:16:15.748Z] + python .ci/scripts/pre_archive_test.py
[2021-04-20T16:16:18.283Z] Copy ./x-pack/filebeat/build into build/x-pack/filebeat/build
[2021-04-20T16:16:18.350Z] Running in /var/lib/jenkins/workspace/PR-25175-1-27b42a3e-2771-4983-af11-66bc4f895ba3/src/github.com/elastic/beats/build
[2021-04-20T16:16:18.421Z] Recording test results
[2021-04-20T16:16:22.306Z] [Checks API] No suitable checks publisher found.
[2021-04-20T16:16:22.869Z] + go clean -modcache
[2021-04-20T16:16:26.587Z] Cleaning up /var/lib/jenkins/workspace/PR-25175-1-27b42a3e-2771-4983-af11-66bc4f895ba3
[2021-04-20T16:16:26.587Z] Client: Docker Engine - Community
[2021-04-20T16:16:26.587Z]  Version:           20.10.3
[2021-04-20T16:16:26.587Z]  API version:       1.41
[2021-04-20T16:16:26.587Z]  Go version:        go1.13.15
[2021-04-20T16:16:26.587Z]  Git commit:        48d30b5
[2021-04-20T16:16:26.587Z]  Built:             Fri Jan 29 14:33:13 2021
[2021-04-20T16:16:26.587Z]  OS/Arch:           linux/amd64
[2021-04-20T16:16:26.587Z]  Context:           default
[2021-04-20T16:16:26.587Z]  Experimental:      true
[2021-04-20T16:16:26.587Z] 
[2021-04-20T16:16:26.587Z] Server: Docker Engine - Community
[2021-04-20T16:16:26.587Z]  Engine:
[2021-04-20T16:16:26.587Z]   Version:          20.10.3
[2021-04-20T16:16:26.587Z]   API version:      1.41 (minimum version 1.12)
[2021-04-20T16:16:26.587Z]   Go version:       go1.13.15
[2021-04-20T16:16:26.587Z]   Git commit:       46229ca
[2021-04-20T16:16:26.587Z]   Built:            Fri Jan 29 14:31:25 2021
[2021-04-20T16:16:26.587Z]   OS/Arch:          linux/amd64
[2021-04-20T16:16:26.587Z]   Experimental:     false
[2021-04-20T16:16:26.587Z]  containerd:
[2021-04-20T16:16:26.587Z]   Version:          1.4.4
[2021-04-20T16:16:26.587Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
[2021-04-20T16:16:26.587Z]  runc:
[2021-04-20T16:16:26.587Z]   Version:          1.0.0-rc93
[2021-04-20T16:16:26.587Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
[2021-04-20T16:16:26.587Z]  docker-init:
[2021-04-20T16:16:26.587Z]   Version:          0.19.0
[2021-04-20T16:16:26.587Z]   GitCommit:        de40ad0
[2021-04-20T16:16:26.587Z] Change ownership of all files inside the specific folder from root/root to current user/group
[2021-04-20T16:16:34.759Z] Change permissions with write access of all files inside the specific folder
[2021-04-20T16:16:35.375Z] Running in /var/lib/jenkins/workspace/PR-25175-1-27b42a3e-2771-4983-af11-66bc4f895ba3
[2021-04-20T16:16:41.707Z] + gsutil --version
[2021-04-20T16:16:43.155Z] Masking supported pattern matches of $FILE_CREDENTIAL
[2021-04-20T16:16:43.514Z] + gcloud auth activate-service-account --key-file ****
[2021-04-20T16:16:44.083Z] Activated service account credentials for: [beats-ci-gcs-plugin@elastic-ci-prod.iam.gserviceaccount.com]
[2021-04-20T16:16:44.518Z] + gsutil -m -q cp -a public-read eC1wYWNrL2ZpbGViZWF0LWJ1aWxkNGIxNmQ2NTM5Y2RiNzI5MmZkNGY0YWZjYmI0ZWE4YjI4ZWJhNmI0MA gs://beats-ci-temp/ci/cache/
[2021-04-20T16:16:50.958Z] Stage "Packaging" skipped due to earlier failure(s)
[2021-04-20T16:16:51.120Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-25175/src/github.com/elastic/beats
[2021-04-20T16:16:51.804Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-25175
[2021-04-20T16:16:51.935Z] [INFO] getVaultSecret: Getting secrets
[2021-04-20T16:16:52.070Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-04-20T16:16:53.444Z] + chmod 755 generate-build-data.sh
[2021-04-20T16:16:53.444Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-25175/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-25175/runs/1 FAILURE 7495413
[2021-04-20T16:16:53.695Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-25175/runs/1/steps/?limit=10000 -o steps-info.json
[2021-04-20T16:17:01.719Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-25175/runs/1/tests/?status=FAILED -o tests-errors.json
[2021-04-20T16:17:02.651Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-25175/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 1
Passed 46706
Skipped 5169
Total 51876

Genuine test errors 1

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

  • Name: Build&Test / filebeat-build / TestFilestreamTruncate – github.com/elastic/beats/v7/filebeat/input/filestream

@ChrsMark ChrsMark merged commit f0e0490 into elastic:7.x Apr 20, 2021
@zube zube bot removed the [zube]: Done label Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Team:Integrations Label for the Integrations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants