| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* Integration tests moved from uitest to separate test modules
* Run TB4 tests with maven profile
* Remove old ant/ivy build scripts from uitest
* Add 'needs-ssh' test category for reconnection test
* Add default values for testing and validation builds
* Add placeholder build.xml with instructions to run Maven
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Run server integration tests with PhantomJS2
* Add delay to integration test screenshots
Otherwise, the progress indicator might still be fading when the
screenshot is taken, and the screenshots are not fully stable.
* Reduce integration test startup delays
* Add PhantomJS2 screenshots for integration tests
* Add PhantomJS2 screenshots for tomcat 7 proxy test
|
|
|
|
| |
Change-Id: I59229cd4809ea4e624244ee19f641f838a9c5312
|
|
|
|
| |
Change-Id: Ia51bfd1c7764857f7d378b7f0a0daea258d0fe26
|
|
|
|
| |
Change-Id: I28eedd4130a1f017c1fc7ce5f22ba8e617f9b450
|
|
|
|
|
|
|
|
| |
Seems like the randomization is not thread safe and from time to time
causes all server tests to fail with
"integration_tests.xml:251: Only 1 operation can be specified"
Change-Id: I41774fb4d7637e3485a82ef0096193c73a201eb5
|
|
|
|
|
|
|
|
| |
The theme was designed for Liferay 6.0 and was following its look.
Liferay 6.0 is no longer officially supported by Vaadin 8.
Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
|
|
|
|
|
|
| |
Between integration tests, the test build was idling a lot.
Change-Id: I524cbeb6fbc368d1bacf62518c5eaca970a5542a
|
|
|
|
|
|
|
| |
WebSphere 8 prior to 8.5.5.9 does not support Java 8.
Glassfish 3 does not support Java 8 out of the box.
Change-Id: I623951ec2fa180a3c520ae24b27837f8b6d81ea2
|
|
|
|
|
|
|
| |
Remove all integration tests whose servers do not support Servlet 3.0
and some other obsolete servers.
Change-Id: I648bda9a74579be69cb54864fa526d3105742b9b
|
|
|
|
| |
Change-Id: Ife341d184386db4fd51f1c7209ddb0cb46f6d73d
|
|
|
|
|
|
|
| |
Test classes need to come first because of how TB3TestLocator is
implemented.
Change-Id: I912e7a6e4743053ce01567870754e2b9ea30b0f1
|
|
|
|
|
|
| |
Remove recompilation of test classes with Ant and minor cleanup.
Change-Id: Ibe57be753d12558229a9d0b83a9eef16f57b46be
|
|
|
|
| |
Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c
|
|
|
|
| |
Change-Id: Ife0d04d197c10a609c90e257c106a581b2be4c42
|
|\
| |
| |
| | |
Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
|
| |
| |
| |
| |
| |
| |
| | |
The automated test environment is missing the server, so
the test was always ignored.
Change-Id: Ida3266758eea461c65f2d937109455b209903dfb
|
|/
|
|
|
|
|
|
|
| |
* /nonbuffering a proxy without any buffering
* /buffering tests a buffering proxy
* /nonbuffering-timeout tests a proxy without any buffering but with a 10s timeout set
* /buffering-timeout tests a buffering proxy with a 10s timeout set
Change-Id: I5d99cc29364e3ed888371fa18ee404f912d73223
|
|
|
|
| |
Change-Id: I590b786efa82ea632c77e016dd221c903427e5cf
|
|
|
|
|
|
|
|
|
| |
Google forces applications owners to migrate all applications to
a new [High Replication] DataStorage. An old Vaadin application is deleted,
and a new one is created because of that migration.
GAE license is replaced with latest one.
Change-Id: Ie6de09f0c1c621308ad8e0cfc2ba7b42bfb10429
|
|
|
|
| |
Change-Id: Id13235325831577b5fe2b5c4cd3e24a6b88e3f44
|
|
|
| |
Change-Id: Ibea856ab7bbde663d9a1762050902f1740f6d73f
|
|
|
|
| |
Change-Id: I00e1bb23bb312ecf3303b23f22dc07b58e2b8e0e
|
|
|
|
|
|
|
|
| |
- Based on TB4 Parallel testing.
- Browser setup no longer uses static capabilities.
- Some code cleanup here and there.
Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
|
|
|
|
|
|
|
| |
Jetty 6 (pre-Eclipse) end of life was in 2010
Tomcat 5 end of life was in 2012
Change-Id: I8952fd541be4c262a7b2e3dc97ba4743bcbd2fbd
|
|
|
|
| |
Change-Id: I576fb145cd34f98ffa90657e20f5a7c1854f470c
|
|
|
|
| |
Change-Id: Ie753ce72c0508f11006039369d967c6b313309f3
|
|
|
|
| |
Change-Id: I725990a16b8f4fd6021044aff15c922c0c0f7bd2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a workaround for a problem with the integrated TeamCity JUnit
listener which is not thread safe. Without this the test results are
completely mixed up in TeamCity. For more information, see
http://youtrack.jetbrains.com/issue/TW-33176.
All standard JUnit test reports is put in result/reports. For uitest
there are three report directories: result/reports-tb2,
result/reports-tb3 and result/reports-integration to be able to clean
the directories before running a given type of tests.
This change is based on the separate fixes by John.
Change-Id: I2f0dee416f6745544636f2f3dcea0d0832ff8076
|
|
|
|
| |
Change-Id: I2d31a0b446e40f0c221403dfb66a990e346e53c0
|
|
|
|
| |
Change-Id: I99d91f16c5ad2dce6fb93f2862913b23518410d7
|
|
|
|
|
|
|
|
|
| |
* Main build configuration triggers unit tests for all modules and uitest/build.xml testbench tests in parallel
* uitest/build.xml triggers Jetty startup and integration (server) tests in parallel. After the server has started, TB2 and TB3 tests are run in parallel.
* Server integration tests for servlet containers are run using TB3 and the com.vaadin.tests.tb3.ServletIntegrationTests test suite.
* Portlet integration tests are still run using TB2 test scripts
Change-Id: Ie6bffd4e68b4889074e9c470faa3c65f923e55c4
|
|
|
|
| |
Change-Id: Ie765e542e2319dc1d94c61a986cab3720556e66a
|
|
|
|
| |
Change-Id: I09b062642e54b6184a10c4a9446147f9241c3d16
|
|
|
|
| |
Change-Id: Icd97ebd2b54731cf8133b940d024ad8f91c5922f
|
|
|
|
| |
Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
|
|
|
|
| |
Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
|
|
|
|
|
|
| |
#11494"
Change-Id: I232cc1ad329a1ac00ff23b6c629418838af6102c
|
|
|
|
| |
Change-Id: Iaeac0053372f4606e760925ab0f105193153c3a3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
#9566, #11314)
All portal tests are now based on the same test script. Portal tests avoid Vaadin locators to avoid random problems with the portlet id changing between test runs.
* eXo 3 test must be run on Firefox, does not work in Chrome
* Liferay theme test is now a separate test which does not depend on the Liferay integration test
* Changing to maximized state using an action URL does not work with GateIn or eXo
* The edit mode link does not work in WebLogic Portal as WebLogic feels it is not an allowed mode for the portlet
Change-Id: I7a683688d8ffc611e211f8a60889a34b233b81c9
|
|
|
|
| |
Change-Id: Id2fb85c9befb544c3e4300ac28e0c705a531f22c
|
|
|
|
| |
Change-Id: I6a7bdba2f9e3cc4eb199df341028a81259af441c
|
| |
|
|
|