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

Several tests failing from latest changes #590

Closed
khuck opened this issue Sep 10, 2018 · 6 comments
Closed

Several tests failing from latest changes #590

khuck opened this issue Sep 10, 2018 · 6 comments

Comments

@khuck
Copy link
Contributor

khuck commented Sep 10, 2018

Pull Request 49935c3 broke several tests (it's the only change in the build):

http://ktau.nic.uoregon.edu:8020/#/builders/8/builds/182 for details

The following tests FAILED:
	 70 - tests.unit.plugins.arithmetics.add_lists (Failed)
	 71 - tests.unit.plugins.arithmetics.div_operation (Failed)
	 73 - tests.unit.plugins.arithmetics.sub_operation (Failed)
	 75 - tests.unit.plugins.booleans.and_operation (Failed)
	 76 - tests.unit.plugins.booleans.all_operation (Failed)
	 77 - tests.unit.plugins.booleans.any_operation (Failed)
	 83 - tests.unit.plugins.booleans.not_equal_operation (Failed)
	 84 - tests.unit.plugins.booleans.nonzero_operation (Failed)
	 87 - tests.unit.plugins.booleans.where_operation (Failed)
	 88 - tests.unit.plugins.controls.block_operation (Failed)
	 89 - tests.unit.plugins.controls.filter_operation (Failed)
	136 - tests.unit.plugins.matrixops.vstack_operation (Failed)
	137 - tests.unit.plugins.solvers.decomposition (Failed)
	154 - tests.unit.util.performance_data (Failed)
	156 - tests.unit.performance_counters.primitive_counter (Failed)
@hkaiser
Copy link
Member

hkaiser commented Sep 10, 2018

Grrrr - you got me there.

@khuck
Copy link
Contributor Author

khuck commented Sep 11, 2018

Ah, after some investigation, it would appear that the tests failed because a previous build launched minutes before it was still running. The old "two HPX programs can't run at the same time" issue.

I've re-launched the build, after it's successful I'll close this issue.

@hkaiser
Copy link
Member

hkaiser commented Sep 11, 2018

We should create an HPX ticket for this...

@khuck
Copy link
Contributor Author

khuck commented Sep 11, 2018

HPX Issue created.

@khuck
Copy link
Contributor Author

khuck commented Sep 11, 2018

Yup, that was it. Closing the issue.

@khuck khuck closed this as completed Sep 11, 2018
Primitives automation moved this from To Do to Done Sep 11, 2018
@hkaiser
Copy link
Member

hkaiser commented Sep 11, 2018

@khuck thanks (FWIW, this is the issue: STEllAR-GROUP/hpx#3453)

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

No branches or pull requests

2 participants