Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
dfb11bd
add 2 test case and config files
vince-leaf Apr 16, 2025
2fd90a3
updated and fixed front-man effective response
vince-leaf Apr 26, 2025
6a653b2
Added 1st e2e infrastructure with 1 test case
vince-leaf Apr 26, 2025
87bb429
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf Apr 26, 2025
fe68a4e
clean-up
vince-leaf Apr 26, 2025
539cd33
clean-up
vince-leaf Apr 26, 2025
9119952
fixed broken flake8
vince-leaf Apr 26, 2025
ca4cdd0
flake8 reported no newline at end of file, but none
vince-leaf Apr 26, 2025
993cac0
fixed flake8
vince-leaf Apr 26, 2025
219a0b1
added my test dependencies to requirements-build.txt
vince-leaf Apr 28, 2025
e60fcad
add pytest command for path on e2e tests
vince-leaf Apr 28, 2025
a1bfefd
fixed typo
vince-leaf Apr 28, 2025
66fc08e
updated to make flake8 happy
vince-leaf Apr 28, 2025
c1273fc
Made flake8 happy
vince-leaf Apr 28, 2025
4294245
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf Apr 28, 2025
c6215e4
tweaked e2e pytest
vince-leaf Apr 28, 2025
f5f6d9d
edit e2e pytest
vince-leaf Apr 28, 2025
769c352
Update cost values
vince-leaf Apr 28, 2025
2b4a38a
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf Apr 28, 2025
5802313
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf Apr 29, 2025
f57ceec
removed extra
vince-leaf Apr 29, 2025
e58d261
combined fileterwarning to top pytest.ini
vince-leaf Apr 29, 2025
c138c5f
Added server service utility
vince-leaf Apr 30, 2025
5ae944e
added start and stop server service
vince-leaf Apr 30, 2025
d669421
added ignore warning
vince-leaf Apr 30, 2025
bdd9548
renamed to smoketest
vince-leaf Apr 30, 2025
a74094c
updated to run smoke test
vince-leaf Apr 30, 2025
abdcde8
made flake8 happy
vince-leaf May 1, 2025
e028a2e
ignore pytest warning
vince-leaf May 1, 2025
475a76d
debug
vince-leaf May 1, 2025
cfe348f
debug
vince-leaf May 1, 2025
2c2d694
debug failure
vince-leaf May 1, 2025
67649c1
debug
vince-leaf May 1, 2025
db5a2a1
fixed flake8
vince-leaf May 1, 2025
38c79c5
debug
vince-leaf May 1, 2025
c250fda
increased timeout on wait for prompt
vince-leaf May 1, 2025
700459f
added logging
vince-leaf May 1, 2025
db10cf7
make flake8 happy
vince-leaf May 1, 2025
fadcd3b
Made Flake8 happy
vince-leaf May 1, 2025
4526cbd
made flake8 happy
vince-leaf May 1, 2025
3832285
add condition
vince-leaf May 1, 2025
a84833d
a major refactor to support start&stop server service
vince-leaf May 6, 2025
19b5fd8
update trigger smoke-test
vince-leaf May 6, 2025
a37c0a7
made flake8 happy
vince-leaf May 6, 2025
aab8039
add test requirement
vince-leaf May 6, 2025
476d9c6
tweaked stop all servers script
vince-leaf May 6, 2025
469f982
more tweaks
vince-leaf May 6, 2025
3c09c55
fixed a minor info message
vince-leaf May 6, 2025
00782ef
Tweaked timeout
vince-leaf May 6, 2025
bfa15b8
Changes Smoke-test to run after Unit tests
vince-leaf May 6, 2025
739a198
updated readme
vince-leaf May 7, 2025
40de058
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf May 7, 2025
84168d4
renamed the files
vince-leaf May 7, 2025
c778f69
renamed hocon
vince-leaf May 7, 2025
a9e4aee
added more comment
vince-leaf May 7, 2025
ea1d37b
added comment
vince-leaf May 7, 2025
d983628
added comment
vince-leaf May 7, 2025
be264d4
added comment
vince-leaf May 7, 2025
7e0c486
add smoketest cron job
vince-leaf May 8, 2025
7c30777
Removed smoke test build test
vince-leaf May 8, 2025
b4ffbd8
updated test result text
vince-leaf May 8, 2025
417f680
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf May 8, 2025
4b952a7
removed requirement file
vince-leaf May 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ jobs:
AGENT_TOOL_PATH: "./neuro_san/coded_tools"
PYTHONPATH: ${{ env.PYTHONPATH }}:"."

- name: Run Smoke Tests
run: |
python -m tests.e2e.tools.smoke_test_runner
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed smoke test from building tests file.

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
AGENT_TOOL_PATH: "./neuro_san/coded_tools"
PYTHONPATH: ${{ env.PYTHONPATH }}:"."

- name: Check README renders correctly on PyPI
run: |
pip install readme_renderer readme_renderer[md]
Expand Down