evanchia
e2d157006c
Temporary fix for editor log stomping during python tests
...
Signed-off-by: evanchia <evanchia@amazon.com >
2022-01-20 15:57:09 -08:00
Gene Walters
c056ae705d
Merge pull request #6714 from aws-lumberyard-dev/crash_log_bug
...
Crash log test tools bug
2022-01-12 12:24:07 -08:00
evanchia
8fd6d534b3
forgot to change editor command line string
...
Signed-off-by: evanchia <evanchia@amazon.com >
2022-01-10 16:27:07 -08:00
evanchia
ba9731bec6
added missing params
...
Signed-off-by: evanchia <evanchia@amazon.com >
2022-01-10 16:13:14 -08:00
evanchia
bcc83aaaf2
Found actual issue where the logs were being routed to the artifact folder
...
Signed-off-by: evanchia <evanchia@amazon.com >
2022-01-10 16:04:21 -08:00
evanchia
52ab5a1c0f
removing unused import
...
Signed-off-by: evanchia <evanchia@amazon.com >
2022-01-05 17:10:18 -08:00
evanchia
d378544bbc
Fixing crash log name bugs in test tools
...
Signed-off-by: evanchia <evanchia@amazon.com >
2022-01-05 17:06:44 -08:00
jckand-amzn
f71efa8b9b
Updating KillAllLyProcesses tests to expect o3de.exe process
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2022-01-05 14:16:35 -06:00
jckand-amzn
2296cf228c
Removing custom teardown for closing O3DE applications, and adding to list of LY_PROCESSES to close with test
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2022-01-05 13:00:14 -06:00
chiyenteng
ca49eedc5f
Convert prefab to temp spawnable assets ( #6179 )
...
* Convert prefab to temp in-memory spawnable assets
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
2021-12-10 10:55:01 -08:00
jckand-amzn
7cabe3e6af
Merge branch 'development' of https://github.com/o3de/o3de into jckand/LinuxCrashTest
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-06 09:11:02 -06:00
amzn-sean
09c9548ba4
Automated testing create_backup and restore_backup respects file flags. ( #6062 )
...
* Automated testing create_backup and restore_backup respects file flags.
Example:
If the file that is to be backed-up is readonly, when restored that file will be readonly.
If the file that is to be backed-up is not readonly, when restored that file will be not readonly.
Fixes an issue that would mark physics setreg files to readonly after running AutomatedTesting when restoring from the backup.
* update LyTestTools tests that use create/restore backup to expect copy2 instead of copy
Signed-off-by: amzn-sean <75276488+amzn-sean@users.noreply.github.com >
2021-12-06 11:23:52 +00:00
Sean Sweeney
86b397f2bb
Merge pull request #6061 from aws-lumberyard-dev/test_logs
...
Remove remote console flag suppressing game logs in GameLauncher and ServerLauncher apps
2021-12-03 16:13:27 -08:00
jckand-amzn
da06c84d5e
Adding crash_log() to base resource locator class
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-03 13:46:42 -06:00
jckand-amzn
658877a9a1
Merge branch 'development' of https://github.com/o3de/o3de into jckand/LinuxCrashTest
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-03 13:15:28 -06:00
jckand-amzn
7657caf6d2
Added helpers to resource locators for finding the platform specific crash logs
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-03 13:15:17 -06:00
Sean Sweeney
0a73ba2e1d
Merge pull request #5775 from aws-lumberyard-dev/test_artifact_collection
...
LyTestTools artifact collection
2021-12-03 10:57:50 -08:00
LesaelR
0498e4a9c3
Added an assert to verify AP and AP Batch close on teardown. ( #5891 )
...
* Added an assert to verify AP and AP Batch close on teardown.
Signed-off-by: Rosario Cox <lesaelr@amazon.com >
* Removed ".exe" from assert to ensure it works on any platform
Fixed missing set of parenthesis in the assert
Added "AssetBuilder" to the assert to ensure assetbuilders have closed correctly
Signed-off-by: Rosario Cox <lesaelr@amazon.com >
* Moving the helper function from asset_processor_fixture to asset_processor_utils.
Changed individual process_utils calls into a single call with a list.
Signed-off-by: Rosario Cox <lesaelr@amazon.com >
* Added the missing references.
Signed-off-by: Rosario Cox <lesaelr@amazon.com >
2021-12-02 13:48:30 -08:00
evanchia
22273f6808
fixing unit tests
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-12-02 13:47:34 -08:00
evanchia
1cdaf8e95a
Merge branch 'development' into test_artifact_collection
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-12-02 11:20:43 -08:00
sweeneys
fd45a37c7b
Restore defaults, clarify comment
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-12-01 14:13:13 -08:00
sweeneys
a5cb5b7f80
Make different launchers handle args the same way, fix missing docstrings
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-30 23:07:29 -08:00
sweeneys
bc903f22cd
Remove remote console flag suppressing game logs in GameLauncher and ServerLauncher apps
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-30 18:23:36 -08:00
AMZN-stankowi
b63064f604
Automated test for bundle mode that creates and mounts a bundle with a level.pak file in it, and verifies that occurs. ( #5805 )
...
This is a regression test for bundle mode causing the editor to crash if you mount a bundle containing a level.pak file.
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com >
2021-11-30 11:34:54 -08:00
Esteban Papp
7c30adb66c
Removes _vs2019 from jenkins jobs and documentation ( #5855 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-11-30 11:10:02 -08:00
evanchia
c12ae72164
Saving logs to test artifact folder directly instead of moving them
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-11-22 16:02:19 -08:00
chiyenteng
ab76254b43
Make prefab system enabled as default for automated tests ( #5670 )
...
* Make prefab system enabled as default for automated tests
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
* Modify auto tests after preventing regset saved into disk after editor main window closed
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
* Uncomment xfail
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
* Use --regset for editor tests
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
2021-11-22 10:45:18 -08:00
evanchia
27d2437308
Defaults the LyTestTools TestResults folder to <cmake_build>/Testing. Also removes the default saving of logs on launcher cleanup and automatically saves logs for tests using the editor_test module
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-11-18 16:34:06 -08:00
sweeneys
3ae8f8b199
merge from development
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-12 14:47:08 -08:00
AMZN-AlexOteiza
cb93bafc4f
Fixed physics tests on linux ( #5579 )
...
* Fixed physics tests on linux
* Fixed unit tests because of new implementation
* Fixed bug in lock, fixed unit tests
Co-authored-by: aljanru <aljanru@uc5564ff5a5ee55.ant.amazon.com >
2021-11-12 16:09:09 +00:00
AMZN-AlexOteiza
f861ab622e
Fixed AP timeout on linux due to zombie AP process ( #5550 )
...
* Fixed AP timeout on linux due to zombie AP process
* Fixed reversed check
Co-authored-by: aljanru <aljanru@uc5564ff5a5ee55.ant.amazon.com >
2021-11-11 22:36:26 +00:00
AMZN-AlexOteiza
eafb2fdce5
Fixed editor log path and improved editor log not found error string ( #5357 )
...
* Fixed editor log path and improved editor log not found error string
* Renamed any lowercase editor.log to Editor.log
* Fix unit test failures
Signed-off-by: AMZN-AlexOteiza <aljanru@amazon.co.uk >
Co-authored-by: aljanru <aljanru@uc5564ff5a5ee55.ant.amazon.com >
2021-11-11 22:15:44 +00:00
sweeneys
bf00d82b02
Fix linux-specific test failures
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-10 17:26:32 -08:00
sweeneys
c29ca07d54
Enable python-based tests in Linux AR
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-10 15:34:08 -08:00
Allen Jackson
815c2d1986
{lyn5868} fixing the asset_processor_batch_tests.py auto tests ( #5247 )
...
Signed-off-by: Allen Jackson <23512001+jackalbe@users.noreply.github.com >
2021-11-03 13:19:22 -05:00
Mike Balfour
576ebada70
Merge commit '8b5a0350b57486bbfa04f1233abfd3a086c25ea1' into mbalfour/gitflow_211102_o3de
2021-11-02 09:38:35 -05:00
Allen Jackson
8b5a0350b5
{lyn7621} adding more time via ap_max_activate_time ( #5180 )
...
* adding more time via ap_max_activate_time so that the Debug
version of AP-GUI can load all the builder DLLs
Signed-off-by: jackalbe <23512001+jackalbe@users.noreply.github.com >
2021-11-01 17:27:17 -05:00
Sean Sweeney
ea4bc31b38
Merge pull request #4675 from aws-lumberyard-dev/editor_test_tools_cleanup
...
Editor test tools cleanup
2021-10-29 15:47:26 -07:00
evanchia
4e2de0170c
reverting typehints
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-28 19:33:59 -07:00
evanchia
7c25cb6d5a
addressing minor details in feedback
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-26 10:37:39 -07:00
Sean Sweeney
45b164e722
Merge pull request #4881 from aws-lumberyard-dev/lytt_update_defaults
...
Lytt update defaults
2021-10-22 14:27:56 -07:00
evanchia
29ecb0a246
fixing more AR only unit test failures
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-21 19:49:42 -07:00
evanchia
f61c37786f
fixing unit test with local time issue
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-21 16:40:48 -07:00
evanchia
670e9a1fa1
merge with development
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-21 14:56:16 -07:00
evanchia
6168528964
fixing unit tests
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-21 14:44:43 -07:00
AMZN-AlexOteiza
ea442b80d1
Renamed ctest_pytest.ini to pytest.ini so it is used by default, added TestSuite_ as collection file ( #4822 )
...
* Fixed warnings of unused marks, renamed ctest_pytest.ini to pytest.ini to better consistency on runs
* Fixed some test suites to run propertly
* Fix missing arguments
* Fixed missing cmakelists and renamed missing file
* Temp disable editor_testing_tests as timeout in jenkins
2021-10-21 22:03:18 +01:00
sweeneys
ea325d356c
updated defaults in all launchers, with additional unit test
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-10-21 12:07:43 -07:00
sweeneys
a1edb2c4ac
Update platform defaults to return a launcher instead of a string
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-10-21 11:51:47 -07:00
evanchia
64a20c45b5
adding editor integ tests to AR
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-19 15:51:44 -07:00
evanchia
62a5aa1874
fixing test breaking changes
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-18 18:15:46 -07:00