amzn-mike
ee6ceba5ce
Add serialized output version (xml) of debug scene graph ( #3437 )
...
* Add serialized output version (xml) of debug scene graph
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Fix line endings
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Fix line endings
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Update fbx unit tests to check for dbgsg.xml file
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Add dbgsg.xml comparison
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Move dbgsg files to SceneDebug sub folder
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Add shaderball.dbgsg.xml and multiple_mesh_multiple_material_override.dbgsg.xml
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Add shaderball dbgsg.xml product.
Update code to look in SceneDebug for dbgsg files
Fix extension concatenation
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Remove unnecessary dbgsg.xml file
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
2021-10-26 09:07:22 -07:00
sweeneys
dd49798596
Fix AzTestRunner with correct lib
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-10-25 18:54:01 -07:00
sweeneys
fa6b1d1d65
Fix AzTestRunner smoke test on Linux
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-10-25 18:50:34 -07:00
LesaelR
079e684b77
Adding Shaderball test and asset files. ( #4743 )
...
Signed-off-by: Rosario Cox <lesaelr@amazon.com >
2021-10-25 10:05:07 -07:00
Gene Walters
2f651c05c8
Python passes lower-case net-player-prefab path.
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-10-24 23:28:10 -07:00
Gene Walters
8380c5ff24
Lowering timeout so pytest doesnt abort, but still get mode time to read the server logs
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-10-23 16:41:30 -07:00
Gene Walters
3d7346ac32
increasing multiplayer is-in-game timeout, going to try this on Jenkin. Maybe AssetProcessor isn't finished and thats why its failing?
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-10-23 16:02:41 -07:00
Gene Walters
6ef6164ad8
merging latest dev
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-10-22 17:00:47 -07:00
santorac
cef1e200f6
Merge remote-tracking branch 'upstream/development' into Atom/santorac/MaterialPropertyRenameInMaterialComponent
2021-10-22 16:42:09 -07:00
Scott Murray
e28bf7179f
test cleanup and adding AtomComponentProperties
...
Signed-off-by: Scott Murray <scottmur@amazon.com >
2021-10-22 16:17:49 -07:00
jromnoa
267d690171
Merge pull request #4770 from aws-lumberyard-dev/Atom/scottmur/Atom-16561
...
AtomComponentProperties class for atom_constants to store property paths and other constant values
2021-10-22 11:56:22 -07:00
santorac
0972c4f1a3
Merge remote-tracking branch 'upstream/development' into Atom/santorac/MaterialPropertyRenameInMaterialComponent
2021-10-22 09:27:24 -07:00
allisaurus
136788bccf
Update env var setting instructions in AWS Gem test README ( #4791 )
...
Signed-off-by: Stanko <stankoa@amazon.com >
2021-10-22 08:53:40 -07:00
santorac
c6b209ace0
Made material property auto-rename procedure apply to Material Component at runtime. This ensures that an material property overrides and any gameplay scripts that work with property overrides can get the benefit of the material type version update procedure.
...
I added an ApplyPropertyRenames function to MaterialTypeAsset very similar to the one in MaterialTypeSourceData.
Updated the MaterialAssignment class to apply any property renames when it discovers the old name doesn't work. This will be written to disk when the level or prefab is saved.
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com >
2021-10-21 23:18:08 -07:00
evanchia
670e9a1fa1
merge with development
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-21 14:56:16 -07:00
jromnoa
6c1b2fa84c
Merge pull request #4883 from aws-lumberyard-dev/Atom/jromnoa/fix-atom-testsuite-main-gpu-AR-logs
...
Fix log lines in main GPU tests for Atom
2021-10-21 14:43:30 -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
jromnoa
94f54e8586
re-add the 'Captured data successfully.' log line to test_AtomFeatureIntegrationBenchmark() test, removed on accident
...
Signed-off-by: jromnoa <jromnoa@amazon.com >
2021-10-21 12:52:05 -07:00
jromnoa
3fc32675fd
removes general.log() checks for pass/fail status as these do not appear in AR and only appear locally
...
Signed-off-by: jromnoa <jromnoa@amazon.com >
2021-10-21 12:39:09 -07:00
chiyenteng
7316802941
Add Detach and Duplicate Prefab basic workflow auto test ( #4506 )
...
- Add a new automated test PrefabBasicWorkflow_CreateReparentAndDetachPrefab for verifying prefab detachment basic workflow.
- Add a new automated test PrefabBasicWorkflow_CreateAndDuplicatePrefab for verifying prefab detachment basic workflow.
- Fix a bug related to sets of entity ids in Reparent helper function .
2021-10-21 12:08:00 -07:00
evanchia
11c31cb5ca
removed platform specific tests and consolodated
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-21 10:48:33 -07:00
jckand-amzn
3a6cc2498b
Skipping GraphUpdate test due to LC node issue in Debug configuration ( #4847 )
...
* Skipping GraphUpdate test due to LC node issue in Debug configuration
Signed-off-by: jckand-amzn <jckand@amazon.com >
* Reverting test type for GraphUpdates test to EditorSharedTest
Signed-off-by: jckand-amzn <jckand@amazon.com >
* Updating xfail reason for GraphUpdates test with GitHub issue link
Signed-off-by: jckand-amzn <jckand@amazon.com >
2021-10-21 09:16:48 -07:00
Gene Walters
55c96e9eb1
Revert after testing! Printing the entire server log in order to see gather information on Jenkins machine
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-10-20 17:22:33 -07:00
Scott Murray
0c7e732527
removing return type Union which is not supported
...
Signed-off-by: Scott Murray <scottmur@amazon.com >
2021-10-20 14:20:49 -07:00
Scott Murray
2c0e78cb0d
more development freshening
...
Signed-off-by: Scott Murray <scottmur@amazon.com >
2021-10-20 13:30:56 -07:00
Sean Sweeney
26f23cc3a5
Merge pull request #4836 from aws-lumberyard-dev/flakytest
...
Moved atom flaky tests to sandbox
2021-10-20 13:21:59 -07:00
AMZN-AlexOteiza
af27906598
Moved atom flaky tests to sandbox
2021-10-20 20:00:53 +01:00
Gene Walters
322e339543
Printing error if the editor server launcher has not been built. Updating pytest to fail if the serverlauncher does not exist.
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-10-20 11:45:42 -07:00
Scott Murray
eb41ec5978
bringing in latest development
...
Signed-off-by: Scott Murray <scottmur@amazon.com >
2021-10-20 11:24:32 -07:00
LesaelR
67532ed18f
Updating FBX_Tests and test asset files ( #4477 )
...
* Updating FBX_Tests and test asset files
Signed-off-by: LesaelR <LesaelR@amazon.com >
* Updating fbx_tests to removed marker from helper function.
Signed-off-by: LesaelR <LesaelR@amazon.com >
* Update to add Motion Test to FBX Tests.
Signed-off-by: LesaelR <LesaelR@amazon.com >
* Update fbx_tests.py
Removing unnecessary sandbox mark.
Signed-off-by: LesaelR <LesaelR@amazon.com >
2021-10-20 13:12:38 -05:00
AMZN-AlexOteiza
7ccde16b0d
Rename prefab -> Prefab ( #4825 )
...
* Rename part 1
* Rename part 2
* Rename part 3
2021-10-20 18:50:47 +01:00
AMZN-AlexOteiza
181d12625f
Reorganized Prefab tests and standarization ( #4786 )
...
* Reorganized Prefab tests and standarization
* Restore changed file by accident
2021-10-20 16:16:04 +01:00
AMZN-AlexOteiza
38f9dcb8ca
Added option to reopen if the current level is the same. This contributes to stability for batched tests ( #4043 )
...
* Added option to reopen if the current level is the same. This contributes to stability for batched tests
Signed-off-by: AMZN-AlexOteiza <aljanru@amazon.co.uk >
* Addressed PR comments
* Addressed PR and cleaned Base level that had an entity by accident
Signed-off-by: AMZN-AlexOteiza <aljanru@amazon.co.uk >
* Cleaned up params
Signed-off-by: AMZN-AlexOteiza <aljanru@amazon.co.uk >
* Addressed PR comments
2021-10-20 14:55:20 +01:00
Gene Walters
41e85b5899
Merging latest dev
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-10-19 16:21:38 -07:00
Gene Walters
dd6c9b9403
Misc code comment changes based on PR feedback
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-10-19 16:10:11 -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
Scott Murray
5bc334be70
updating docstrings for formatting and typos
...
Signed-off-by: Scott Murray <scottmur@amazon.com >
2021-10-19 11:21:00 -07:00
AMZN-ScottR
1b1ef46d9d
Merge branch 'development' into atom_cpu_profiler_gem_promotion
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com >
2021-10-19 10:58:35 -07:00
jonawals
0031016548
Merge pull request #4785 from aws-lumberyard-dev/pytest_editor_testcase_name_fix
...
Fix for PyTest editor test case names.
2021-10-19 16:13:56 +01:00
amzn-sean
82b731b673
Increase the timeout for ForceRegion_LinearDampingForceOnRigidBodies. ( #4784 )
...
The Test runs with a wait_for_condition, and the original timeout was right on the edge of how long the test takes to reach that condition.
Signed-off-by: amzn-sean <75276488+amzn-sean@users.noreply.github.com >
2021-10-19 13:59:00 +01:00
John
ae6005545e
Fix for PyTest editor test case names.
...
Signed-off-by: John <jonawals@amazon.com >
2021-10-19 13:23:23 +01:00
Gene Walters
c8237d69c7
Misc cleanup. Fixing typos and remove unused test level
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-10-18 21:57:46 -07:00
Gene Walters
580153b16e
Adding EditorPython methods to Multiplayer gem for launching the editor gamemode with a server. Adding a test for networkinput with scriptcanvas to ensure the autonomous client can create input and that the server can receive and process the input via script canvas.
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-10-18 21:47:40 -07:00
Scott Murray
9f7c80ce23
removing an extra blank line and fixing a docstring
...
Signed-off-by: Scott Murray <scottmur@amazon.com >
2021-10-18 16:30:01 -07:00
Scott Murray
5b70b2a8a9
reordering constant and class in file
...
Signed-off-by: Scott Murray <scottmur@amazon.com >
2021-10-18 14:37:57 -07:00
Scott Murray
268b9da857
atom constant component property class
...
Signed-off-by: Scott Murray <scottmur@amazon.com >
2021-10-18 14:21:34 -07:00
evanchia
bc479a362f
removing remote console smoke test
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-18 13:39:21 -07:00
Allen Jackson
fbedd8126d
{lyn7251} Add material component example in Python ( #4724 )
...
* {lyn7251} Add material component example in Python
adds a AZ::Render::EditorMaterialComponent as an example of how to
override the default material from the scene building pipeline
Signed-off-by: jackalbe <23512001+jackalbe@users.noreply.github.com >
* Only set the cube to a gray material
Skip loading the asset, instead just set the outPrefabAssetPath for the Prefab system to load
Signed-off-by: jackalbe <23512001+jackalbe@users.noreply.github.com >
* stablizing the sub-id of procedural prefab groups
Signed-off-by: jackalbe <23512001+jackalbe@users.noreply.github.com >
2021-10-18 12:48:38 -05:00
moraaar
7a450d02cb
Deleted PhysXSamples gem ( #4753 )
...
Removing PhysXSamples gem since its assets are outdated generating issues:
- Uses old material file format .mtl
- All FBXs info assets (.fbx.assetinfo) were generated before Assimp and the mesh unification work.
- All script canvas were created before new Physics API, which reflected events differently as AZ::Events.
- It heavily depends on slices (legacy system)
sig/core approved this removal at 15-OCT/2021 meeting: https://github.com/o3de/sig-core/blob/main/meetings/notes/SIG-Core-Notes%20-%202021-OCT-15.md
Signed-off-by: moraaar moraaar@amazon.com
2021-10-18 12:53:16 +01:00
AMZN-ScottR
15cbea28c2
[atom_cpu_profiler_gem_promotion] registered new Profiler gem with engine and the AutomatedTesting project
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com >
2021-10-15 19:22:26 -07:00