-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
- Qiskit Terra version: main @ eb4c5cb
- Python version: any
- Operating system: seen on Windows CI
What is happening?
CI is failing frequently with the following error:
test.python.pulse.test_parameter_manager.TestParameterSetter.test_complex_valued_parameter
------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "D:\a\1\s\test\python\pulse\test_parameter_manager.py", line 348, in test_complex_valued_parameter
assigned = visitor.visit(test_obj)
File "C:\hostedtoolcache\windows\Python\3.7.9\x64\lib\unittest\case.py", line 270, in __exit__
self._raiseFailure("{} not triggered".format(exc_name))
File "C:\hostedtoolcache\windows\Python\3.7.9\x64\lib\unittest\case.py", line 135, in _raiseFailure
raise self.test_case.failureException(msg)
AssertionError: PendingDeprecationWarning not triggered
This appears to be related to #9735.
How can we reproduce the issue?
Flaky CI failures.
What should happen?
No flakiness.
Any suggestions?
@TsafrirA and @nkanazawa1989, please can you look at this urgently - it's effectively blocking all CI on Terra.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working