Skip to content

Test - #1372

Closed
ono-max wants to merge 5 commits into
v1from
ono-max-patch-1
Closed

Test#1372
ono-max wants to merge 5 commits into
v1from
ono-max-patch-1

Conversation

@ono-max

@ono-max ono-max commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Add gate recording to the test results process.

Add gate recording to the test results process.
Update the expected exit code for version test.
@cloudbees-smart-tests

cloudbees-smart-tests Bot commented Aug 31, 2026

Copy link
Copy Markdown

3/268 Tests Failed

tests/test_session.py#test_parse_session
Traceback (most recent call last):
  File "/home/runner/work/smart-tests-cli/smart-tests-cli/tests/test_session.py", line 44, in test_parse_session
    self.assertEqual(session_id, "12")
AssertionError: '123' != '12'
- 123
?   -
+ 12


tests/test_testpath.py#test_parse
Traceback (most recent call last):
  File "/home/runner/work/smart-tests-cli/smart-tests-cli/tests/test_testpath.py", line 14, in test_parse
    self.assertEqual(parse_test_path('a=b#c=d'), [{'type': 'c', 'name': 'b'}, {'type': 'c', 'name': 'd'}])
AssertionError: Lists differ: [{'type': 'a', 'name': 'b'}, {'type': 'c', 'name': 'd'}] != [{'type': 'c', 'name': 'b'}, {'type': 'c', 'name': 'd'}]

First differing element 0:
{'type': 'a', 'name': 'b'}
{'type': 'c', 'name': 'b'}

- [{'name': 'b', 'type': 'a'}, {'name': 'd', 'type': 'c'}]
?                         ^

+ [{'name': 'b', 'type': 'c'}, {'name': 'd', 'type': 'c'}]
?                         ^


tests/test_version.py#test_version
Traceback (most recent call last):
  File "/home/runner/work/smart-tests-cli/smart-tests-cli/tests/test_version.py", line 13, in test_version
    self.assertEqual(result.exit_code, 1)
AssertionError: 0 != 1

[-> View Test suite health in main branch]

@ono-max ono-max closed this Aug 31, 2026
@ono-max
ono-max deleted the ono-max-patch-1 branch August 31, 2026 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant