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

[packetbeat][windows-7-32] got some failed tests for TestParseTableRaw #22303

Closed
v1v opened this issue Oct 30, 2020 · 2 comments · Fixed by #22351
Closed

[packetbeat][windows-7-32] got some failed tests for TestParseTableRaw #22303

v1v opened this issue Oct 30, 2020 · 2 comments · Fixed by #22351
Assignees
Labels
Packetbeat windows-7-32 Enable builds in the CI for windows-7 32 bits

Comments

@v1v
Copy link
Member

v1v commented Oct 30, 2020

Failed Test

Stack Trace

[2020-10-30T10:32:52.085Z] C:\Users\jenkins\workspace\Beats_beats_PR-19797\src\github.com\elastic\beats\packetbeat>mage build unitTest 
[2020-10-30T10:33:10.213Z] >> build: Building packetbeat
[2020-10-30T10:34:31.781Z] >> go test: Unit Testing
[2020-10-30T10:35:39.544Z] FAILURES:
[2020-10-30T10:35:39.544Z] Package: github.com/elastic/beats/v7/packetbeat/procs
[2020-10-30T10:35:39.544Z] Test:    [build failed]
[2020-10-30T10:35:39.544Z] procs\procs_windows_test.go:55:68: constant 3435973836 overflows int
[2020-10-30T10:35:39.544Z] ----
[2020-10-30T10:35:39.544Z] SUMMARY:
[2020-10-30T10:35:39.544Z]   Fail:     1
[2020-10-30T10:35:39.544Z]   Skip:     0
[2020-10-30T10:35:39.544Z]   Pass:     339
[2020-10-30T10:35:39.544Z]   Packages: 24
[2020-10-30T10:35:39.544Z]   Duration: 1m9.1386719s
[2020-10-30T10:35:39.544Z]   Coverage Report: C:\Users\jenkins\workspace\Beats_beats_PR-19797\src\github.com\elastic\beats\packetbeat\build\TEST-go-unit.html
[2020-10-30T10:35:39.544Z]   JUnit Report:    C:\Users\jenkins\workspace\Beats_beats_PR-19797\src\github.com\elastic\beats\packetbeat\build\TEST-go-unit.xml
[2020-10-30T10:35:39.544Z]   Output File:     C:\Users\jenkins\workspace\Beats_beats_PR-19797\src\github.com\elastic\beats\packetbeat\build\TEST-go-unit.out
[2020-10-30T10:35:39.544Z] >> go test: Unit Test Failed
[2020-10-30T10:35:39.544Z] Error: go test failed: 1 test failures
script returned exit code 1[2020-10-30T10:35:39.897Z] 

Test output

image

# github.com/elastic/beats/v7/packetbeat/procs [github.com/elastic/beats/v7/packetbeat/procs.test]
procs\procs_windows_test.go:55:68: constant 3435973836 overflows int

#### XML output

	<testsuite tests="1" failures="1" time="0.000" name="github.com/elastic/beats/v7/packetbeat/procs">
		<properties>
			<property name="go.version" value="go1.14.7"></property>
		</properties>
		<testcase classname="procs" name="[build failed]" time="0.000">
			<failure message="Failed" type="">procs\procs_windows_test.go:55:68: constant 3435973836 overflows int</failure>
		</testcase>
	</testsuite>
@v1v v1v added Packetbeat windows-7-32 Enable builds in the CI for windows-7 32 bits labels Oct 30, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Oct 30, 2020
v1v added a commit to v1v/beats that referenced this issue Oct 30, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Oct 31, 2020
@adriansr adriansr self-assigned this Nov 2, 2020
@adriansr
Copy link
Contributor

adriansr commented Nov 2, 2020

Looking at this one

adriansr added a commit to adriansr/beats that referenced this issue Nov 2, 2020
Constant overflowed 32-bit int.

Closes elastic#22303
adriansr added a commit that referenced this issue Nov 2, 2020
Constant overflowed 32-bit int.

Closes #22303
adriansr added a commit to adriansr/beats that referenced this issue Jan 29, 2021
Constant overflowed 32-bit int.

Closes elastic#22303

(cherry picked from commit 7bdfc15)
andrewkroh pushed a commit that referenced this issue Jan 29, 2021
Constant overflowed 32-bit int.

Closes #22303

(cherry picked from commit 7bdfc15)
adriansr added a commit to adriansr/beats that referenced this issue Jan 29, 2021
Constant overflowed 32-bit int.

Closes elastic#22303

(cherry picked from commit 7bdfc15)
adriansr added a commit that referenced this issue Jan 29, 2021
Constant overflowed 32-bit int.

Closes #22303

(cherry picked from commit 7bdfc15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Packetbeat windows-7-32 Enable builds in the CI for windows-7 32 bits
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants