Commit Graph

274 Commits

Author SHA1 Message Date
darapan 0ef72afdba "Resoved Merge Conflicts" 2021-06-25 09:03:53 -07:00
darapan ce143a31f6 Merge branch 'stabilization/2106' into build_game_launcher 2021-06-25 08:22:38 -07:00
darapan ae9e3737c1 "" 2021-06-25 08:21:44 -07:00
darapan 7d833b87a5 "Resoving merge conflcts" 2021-06-25 08:19:23 -07:00
darapan 72ed95f095 "Resolving merge conflicts" 2021-06-25 08:17:36 -07:00
darapan aaf3edb467 "Fixing review comments" 2021-06-24 23:02:11 -07:00
Esteban Papp 1c5a4a3230 LYN-4759 Check test timeout max on smoke and main suites only (#1501) 2021-06-24 15:23:45 -07:00
darapan d3516053f3 "Fixing review comments" 2021-06-24 11:06:20 -07:00
darapan 0d60018000 "Updating cmake" 2021-06-24 09:29:57 -07:00
jackalbe 143b8f1131 {SPEC-7465} Fix DeleteCachedAssets_AssetsReprocessed fails on Debug Nightly Builds (#1535)
* Fix for DeleteCachedAssets_AssetsReprocessed fails on Debug Nightly Builds
* added -ap_disableAssetTreeView=true to disable the Qt tree view for the asset tab to get the parts that want to be tested finish
* only shows up on Debug

Tests:
=== test session starts ===
AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py::TestsAssetProcessorBatch_AllPlatforms::test_AllSupportedPlatforms_FastScanWorks_FasterThanFullScan[windows-AutomatedTesting] PASSED [ 50%]
AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py::TestsAssetProcessorBatch_Windows::test_WindowsPlatforms_RunAPBatchAndConnectGui_RunsWithoutEditor[windows-AutomatedTesting] PASSED [100%]
--- generated xml file: F:\amazon\o3de\build\vs2019\Testing\Pytest\AssetPipelineTests.Batch_2_Sandbox.xml ---
=== 2 passed, 4 deselected in 18.32s ===
2021-06-24 06:47:59 -05:00
jackalbe 95313401ed {SPEC-7398} Helios - Asset Bundler auto test fixes (#1444)
* using O3DE engine assets instead of level.pak
* updated the binary find() logic for DeltaCatalog.xml

Tests: AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_bundler_batch_tests.py
2021-06-24 06:47:38 -05:00
darapan d443a6f5c2 "Adding new line at the end" 2021-06-23 22:28:24 -07:00
darapan 9ae11c3602 "Adding new test" 2021-06-23 22:24:23 -07:00
Steve Pham 70042fcdcd O3DE Copyright Updates for Linux Foundation (#1504) 2021-06-23 10:55:22 -07:00
sharmajs-amzn 64533431d8 {SPEC-7412}AssetPipelineTests.Gui_2_Main.main fails in nightly build (#1481) 2021-06-23 09:07:19 -07:00
amzn-hdoke 35001eba09 Fix resource mappings file names and client auth warnings and asserts. Fix cdk permissions (#1487)
* Fix resource mappings file names and client auth warnings and asserts conditions

* Add comments to explain reasoning for client auth role permissions

* Update comments based on feedback

* Fix AWSClientAuth unit test
2021-06-22 16:31:46 -07:00
jckand-amzn 3fb3836b54 Simplifying test filtering in CMakeLists 2021-06-22 11:44:29 -05:00
jckand-amzn 4c294c0931 Merge branch 'stabilization/2106' of https://github.com/aws-lumberyard/o3de into jckand/FoundationAutoStabilization 2021-06-22 10:07:50 -05:00
sphrose a8ba1a99af Update BasicEditorWorkflows_LevelEntityComponentCRUD.py 2021-06-21 11:57:14 +01:00
amzn-hdoke 04f6c7b90f Enable AWSI Automation Tests (#1330)
* Add AWS AutomatedTesting levels

* Update AWSCoreConfiguration to use default profile

* Update lambda name

* Add cdk update command before tests run

* Update global cdk version before runnign tests.

* Add npm update command

* More cdk changes

* More cdk changes

* Shortening project names for cdk

* increase timeout for AWSTests

* Add comments

* Set AWSTests to periodic test suite

* Update logic to re install cdk and deploy bootstrap

* change version to list to catch version mismatch

* Move AWS fixtures to module directory scope

* Fixing issues with cdk utils

* Add cdk setup to be called on cdk fixture function
2021-06-18 12:39:02 -07:00
amzn-sean 84de2d2e12 Fixed failing periodic physics tests (#1429) 2021-06-18 15:38:49 +01:00
jckand-amzn 67cd1ff52f Ensuring Main suite tests don't run GPU tests 2021-06-17 14:44:44 -05:00
Aaron Ruiz Mora 7781307afe Fixed cloth automated tests. (#1400)
Bone transforms buffer is not valid when using Null renderer, which caused the test to fail since it reported an error and ultimately crashing as well. For now it's been worked around by checking the pointer is valid and not printing the error when null renderer is used, a task for the Atom team has been created to fix this properly in the future (ATOM-15807).
2021-06-17 19:23:12 +01:00
jckand-amzn d9f899cc50 Merge branch 'stabilization/2106' of https://github.com/aws-lumberyard/o3de into jckand/FoundationAutoStabilization 2021-06-17 12:08:06 -05:00
Aaron Ruiz Mora b9fbfac967 Fixed Physics Materials periodic automated tests (#1396) 2021-06-17 17:19:50 +01:00
jckand-amzn e4d42bd62b Merge branch 'stabilization/2106' of https://github.com/aws-lumberyard/o3de into jckand/FoundationAutoStabilization 2021-06-17 10:02:05 -05:00
jckand-amzn 6cf3a26574 Duplicating test to run on GPU node 2021-06-16 16:41:50 -05:00
sharmajs-amzn 6d608c2297 {SPEC-6460} BuildReleaseAuxiliaryContent fails to execute (#1341)
* Removing Auxiliary tests

* removing auxiliary test from running
2021-06-16 13:36:12 -07:00
jckand-amzn b31de1da33 LYN-4518: Updating expected actions for test_Menus_ViewMenuOptions_Work 2021-06-14 13:46:53 -05:00
evanchia-ly-sdets 3e0b0582ea Merge pull request #1214 from aws-lumberyard-dev/enable_smoke_test
enabling smoke test
2021-06-10 11:55:58 -07:00
evanchia 258741b4c9 enabling smoke test 2021-06-09 09:50:46 -07:00
FuzzyCarterAWS 9cc8e95945 Updates FBX test assets to remove suzanne 2021-06-08 19:48:38 -07:00
Danilo Aimini fd81000d53 Fix the relative path in the Source param for the PrefabLevel_OpensLevelWithEntities prefab (#1196)
* Fixed the relative path in the Source param for the PrefabLevel_OpensLevelWithEntities prefab. Plus bonus capitalization fix.

* Add empty Cached Transform Parent parameter to prevent patch application issues. This will be fixed once prefab sanitation on load is added.
2021-06-08 17:44:30 -07:00
jckand-amzn d1f23aff62 SPEC-7008: Excluding more main tests from Debug test runs 2021-06-03 17:38:22 -05:00
jckand-amzn dbeee91e7b SPEC-7008: Setting up LargeWorlds main tests to be skipped in Debug builds 2021-06-03 15:14:19 -05:00
jckand-amzn 5fbf587b9e Updating File Menu actions in test_Menus_FileMenuOptions_Work. Temporarily marking test as xfail due to LYN-4208 2021-06-03 10:50:27 -05:00
clujames 60da667e8b Merge branch 'main' into LYN-3969 2021-06-01 22:09:16 -07:00
Junbo Liang 4070a9ec30 [LYN-2243] Create end-to-end automation tests for the metrics gem (#23)
[LYN-2243] Create end-to-end automation tests for the metrics gem
2021-06-01 13:57:55 -07:00
zsolleci 853cf291be Merge pull request #959 from aws-lumberyard-dev/LY-123713
Ly 123713
2021-06-01 13:42:53 -05:00
Fuzzy Carter ed55158b35 Helios spec-6686 decouple tests (#978)
* * Remove test repository references

* * Update asset_builder_tests.py docstring to include test steps

* * Update test docstrings in asset_bundler_batch_tests.py to include test
  steps

* * Update asset_processor_batch_dependency_tests.py docstrings to contain
  test steps

* * Update asset_processor_batch_dependency_tests2.py docstrings to have
  test steps

* * Update asset_processor_batch_tests.py docstring to include test steps

* * Update asset_processor_batch_tests_2.py docstrings to include test
  steps
* Removed a references to a JIRA ticket ID

* * Update asset_processor_guit_tests.py docstrings to include test steps

* * Update asset_processor_gui_tests_2.py docstrings to have Test Steps

* * Update asset_relocator_tests.py docstrings to include test steps

* * update missing_dependency_tests.py docstrings to have test steps

* * Update auxiliary_content_tests.py docstrings to have test steps

* * Update fbx_tests.py docstrings to have test steps.

* * Update bank_info_parser_tests.py docstrings to have test steps

* * Removed Jira issue ids from Asset Pipline owned code

* * Undid two errornous code changes.

* * Addressed dbbronso PR-978 feedback.
* Steps declared and not populated. 1 - Removed errornous. 2 - Added missing step
* Fixed line formatting by removing bad blank line in Docstring

* Addressed PR-978 feedback from AMZN-stankowi

* Removed commented out entry from cmakefile
* Fixed several casing and spelling/typo issues caught in review
* Added a missing test step in asset_bundler_batch_tests.py
* Removed a test dealing with external projects, cut LYN-4116 to replace
* Calarfied test steps in asset_processor_gui_tests.py
* Noted test in asset_processor_gui_tests that cannot be ran manually
* Clarified test steps for fbx_tests

* Added in a comment and whitespace to a disguised operation.

Co-authored-by: stankowi <stankowi@amazon.com>
2021-06-01 11:03:07 -07:00
clujames 17024d6cf4 Updating according to feedback 2021-05-28 14:21:55 -07:00
clujames 50c6c9b1c6 Added an optional variable to the cdk deploy function to allow additional flags and arguments. 2021-05-28 13:23:28 -07:00
evanchia-ly-sdets 3fb2e60291 Merge pull request #1034 from aws-lumberyard-dev/moving_smoke_tests
moving intermittently failing smoke tests to sandbox suite
2021-05-28 12:56:25 -07:00
Aaron Ruiz Mora 00e860f326 Physics material system for spectra launch
- Invalidate 'Physics Materials From Mesh' boolean from collider component
- Removed material library from material selector. Default material library will always be used instead.
- Marking failing automated test as xfail
- Added default material to physics configuration.
- Moved material library asset from physx configuration to physics configuration, as it doesn't need to be physx specific.
- Refactor physics material system having into account that there is only one material library in the project.
- Renaming code from DefaultMaterialLibrary to MaterialLibrary.
- All queries about physics materials unified under PhysicsMaterialRequests bus.
- PhysXSystem only manages the material library asset.
- Saving and reloading the same physics material asset with different content didn't trigger a events that the material library has changed.
- Changing Physics Material Request interface to use shared_ptr instead of weak_ptr to be simpler to handle the returned materials and having a more consistent code.
- Refactored Material Manager to improve its implementation. Still following the same approach of "creating materials on the fly as they are requested", but now it's doing it consistently across the interface, with private helpers functions FindOrCreateMaterial that simplify vastly the implementation.
- Material Manager now listens to change event of material library asset and default material configuration so it updates its materials accordingly.
- Complete Material move constructor and operator.
2021-05-28 20:16:25 +01:00
evanchia cd9d21dbb0 fixing error with suite tag 2021-05-28 11:29:58 -07:00
evanchia 4ff120ac73 Only moving the failing test via pytest marks 2021-05-28 11:28:03 -07:00
sharmajs-amzn 19dc993331 {SPEC-6465} DeltaCatalog.xml does not contain value (#935)
* fixes for Asset Bundler Periodic test
2021-05-28 10:47:38 -07:00
evanchia 2cfbdb2cc9 moving intermittently failing smoke tests to sandbox suite 2021-05-28 10:41:37 -07:00
balibhan 5e13c79bc6 Merge branch 'main' into sc_automation_balibhan3 2021-05-28 11:05:49 +05:30
jckand-amzn 036eb4a269 Merge branch 'main' into jckand/FoundationAutoDecoupling 2021-05-27 13:48:34 -05:00