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

[filebeat][6.8][windows] System testing is broken #21968

Closed
v1v opened this issue Oct 19, 2020 · 3 comments
Closed

[filebeat][6.8][windows] System testing is broken #21968

v1v opened this issue Oct 19, 2020 · 3 comments
Labels
Filebeat Filebeat Stalled Team:Services (Deprecated) Label for the former Integrations-Services team

Comments

@v1v
Copy link
Member

v1v commented Oct 19, 2020

What

# Get a CSV list of package names.
$packages = $(go list ./... | select-string -Pattern "/vendor/" -NotMatch | select-string -Pattern "/scripts/cmd/" -NotMatch)
$packages = ($packages|group|Select -ExpandProperty Name) -join ","
exec { go test -race -c -cover -covermode=atomic -coverpkg $packages } "go test -race -cover FAILURE"

Stacktrace

>> go test: Unit Test Passed
System testing filebeat
warning: no packages being tested depend on matches for pattern github.com/elastic/beats/filebeat/scripts/generator/fields
warning: no packages being tested depend on matches for pattern github.com/elastic/beats/filebeat/scripts/generator/fileset
warning: no packages being tested depend on matches for pattern github.com/elastic/beats/filebeat/scripts/generator/module
warning: no packages being tested depend on matches for pattern github.com/elastic/beats/filebeat/scripts/tester
S..S.........S....................................................................SSSSSSSE.........S........S.S...........SSSS......SS...SSSS..........S.....................
======================================================================
ERROR: Failure: ImportError (No module named deepdiff)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\python27\lib\site-packages\nose\loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "c:\python27\lib\site-packages\nose\importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "c:\python27\lib\site-packages\nose\importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "C:\Users\jenkins\workspace\elastic+beats+6.8+multijob-windows\beat\filebeat\label\windows\src\github.com\elastic\beats\filebeat\tests\system\test_modules.py", line 12, in <module>
    from deepdiff import DeepDiff
ImportError: No module named deepdiff

image

build if the build is gone please refers to the below gist:

@v1v v1v added the Filebeat Filebeat label Oct 19, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Oct 19, 2020
@kvch kvch added the Team:Services (Deprecated) Label for the former Integrations-Services team label Oct 19, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Oct 19, 2020
@botelastic
Copy link

botelastic bot commented Jan 27, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added the Stalled label Jan 27, 2022
@jlind23
Copy link
Collaborator

jlind23 commented Mar 31, 2022

Backlog grooming: Closing for now.

@jlind23 jlind23 closed this as completed Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Filebeat Filebeat Stalled Team:Services (Deprecated) Label for the former Integrations-Services team
Projects
None yet
Development

No branches or pull requests

4 participants