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

InstructionDurations from BackendV2 #11528

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Merge branch 'main' into inst_dur_from_backendV2

41ac00b
Select commit
Loading
Failed to load commit list.
Open

InstructionDurations from BackendV2 #11528

Merge branch 'main' into inst_dur_from_backendV2
41ac00b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Qiskit.qiskit failed Oct 29, 2024 in 30m 24s

Build #20241029.48 had test failures

Details

Tests

  • Failed: 2 (0.01%)
  • Passed: 18,110 (99.85%)
  • Other: 25 (0.14%)
  • Total: 18,137

Annotations

Check failure on line 19391 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Qiskit.qiskit

Build log #L19391

Bash exited with code '1'.

Check failure on line 632 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Qiskit.qiskit

Build log #L632

Bash exited with code '255'.

Check failure on line 1 in test_from_backend_for_backend_without_dt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Qiskit.qiskit

test_from_backend_for_backend_without_dt

Test failed
Raw output
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/tmp/terra-tests/test/python/transpiler/test_instruction_durations.py", line 54, in test_from_backend_for_backend_without_dt
    gate = self._find_gate_with_length(backend)
AttributeError: 'TestInstructionDurationsClass' object has no attribute '_find_gate_with_length'

Check failure on line 1 in test_from_backend_for_backend_with_dt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Qiskit.qiskit

test_from_backend_for_backend_with_dt

Test failed
Raw output
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/tmp/terra-tests/test/python/transpiler/test_instruction_durations.py", line 44, in test_from_backend_for_backend_with_dt
    gate = self._find_gate_with_length(backend)
AttributeError: 'TestInstructionDurationsClass' object has no attribute '_find_gate_with_length'