test(e2e_session_create_persist.robot): Show that the session isn't showing up after creation #1143

Closed
brent.edwards wants to merge 2 commits from bugfix/m3-session-create-persist into master
Member

Description

Creates the TDD for #1142 .

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes)
  • Documentation update
  • Test improvements
  • CI/CD changes

Quality Checklist

  • Code follows the project's coding standards (see CONTRIBUTING.md)
  • All public/protected methods have argument validation
  • Static typing is complete (no Any unless justified)
  • nox -s typecheck passes with no errors
  • nox -s lint passes with no errors
  • Unit tests written/updated (Behave scenarios in features/)
  • Integration tests written/updated (Robot suites in robot/) if applicable
  • Coverage remains above 85% (nox -s coverage_report)
  • No security issues introduced (nox -s security_scan)
  • No dead code introduced (nox -s dead_code)
  • Documentation updated if behavior changed

Testing

Test Commands Run

nox -s unit_tests       # Behave tests
nox -s typecheck        # Type checking
nox -s lint             # Linting
nox -s coverage_report  # Coverage

Implementation Notes

## Description Creates the TDD for https://git.cleverthis.com/cleveragents/cleveragents-core/issues/1142 . ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactoring (no functional changes) - [ ] Documentation update - [ ] Test improvements - [ ] CI/CD changes ## Quality Checklist - [ ] Code follows the project's coding standards (see CONTRIBUTING.md) - [ ] All public/protected methods have argument validation - [ ] Static typing is complete (no `Any` unless justified) - [ ] `nox -s typecheck` passes with no errors - [ ] `nox -s lint` passes with no errors - [ ] Unit tests written/updated (Behave scenarios in `features/`) - [ ] Integration tests written/updated (Robot suites in `robot/`) if applicable - [ ] Coverage remains above 85% (`nox -s coverage_report`) - [ ] No security issues introduced (`nox -s security_scan`) - [ ] No dead code introduced (`nox -s dead_code`) - [ ] Documentation updated if behavior changed ## Testing <!-- Describe how you tested your changes --> ### Test Commands Run ```bash nox -s unit_tests # Behave tests nox -s typecheck # Type checking nox -s lint # Linting nox -s coverage_report # Coverage ``` ## Related Issues <!-- Link to related issues: Closes #123, Fixes #456 --> ## Implementation Notes <!-- Any architectural decisions, trade-offs, or important notes for reviewers -->
brent.edwards added this to the v3.2.0 milestone 2026-03-24 01:21:14 +00:00
test(e2e_session_create_persist.robot): Show that the session isn't showing up after creation
Some checks are pending
CI / lint (pull_request) Waiting to run
CI / typecheck (pull_request) Waiting to run
CI / security (pull_request) Waiting to run
CI / quality (pull_request) Waiting to run
CI / unit_tests (pull_request) Waiting to run
CI / integration_tests (pull_request) Waiting to run
CI / e2e_tests (pull_request) Waiting to run
CI / coverage (pull_request) Blocked by required conditions
CI / benchmark-regression (pull_request) Blocked by required conditions
CI / benchmark-publish (pull_request) Waiting to run
CI / build (pull_request) Waiting to run
CI / docker (pull_request) Blocked by required conditions
CI / status-check (pull_request) Blocked by required conditions
f1905e4fe3
Merge branch 'master' into bugfix/m3-session-create-persist
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / quality (pull_request) Successful in 12m11s
CI / security (pull_request) Successful in 12m34s
CI / unit_tests (pull_request) Successful in 15m28s
CI / typecheck (pull_request) Successful in 17m57s
CI / lint (pull_request) Successful in 26m23s
CI / build (pull_request) Failing after 25m24s
CI / e2e_tests (pull_request) Failing after 25m24s
CI / integration_tests (pull_request) Failing after 25m24s
CI / docker (pull_request) Successful in 1m18s
CI / coverage (pull_request) Successful in 10m4s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 57m40s
f23dcf4f03
Author
Member

Closed; wrong branch name.

Closed; wrong branch name.
brent.edwards closed this pull request 2026-03-24 02:19:06 +00:00
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / quality (pull_request) Successful in 12m11s
Required
Details
CI / security (pull_request) Successful in 12m34s
Required
Details
CI / unit_tests (pull_request) Successful in 15m28s
Required
Details
CI / typecheck (pull_request) Successful in 17m57s
Required
Details
CI / lint (pull_request) Successful in 26m23s
Required
Details
CI / build (pull_request) Failing after 25m24s
Required
Details
CI / e2e_tests (pull_request) Failing after 25m24s
CI / integration_tests (pull_request) Failing after 25m24s
Required
Details
CI / docker (pull_request) Successful in 1m18s
Required
Details
CI / coverage (pull_request) Successful in 10m4s
Required
Details
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 57m40s

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core!1143
No description provided.