pabloFuente
22faa51ad7
openvid-test-e2e: print wrong thumbnail base64
2021-11-09 11:23:08 +01:00
pabloFuente
47058c6292
Update Junit Jupiter versions. RecordingManager#checkRecordingPaths to protected
2021-11-09 01:17:48 +01:00
pabloFuente
d380d0359e
openvidu-test-e2e: disable broken Chrome Android test
2021-11-08 12:36:15 +01:00
pabloFuente
319a5a1e59
openvidu-test-e2e: give android container 4GB shm-size
2021-11-08 11:38:04 +01:00
pabloFuente
6ac5d98211
openvidu-test-e2e: increment container start timeout for Android container
2021-11-08 10:44:47 +01:00
pabloFuente
fd287c7d2c
openvidu-test-e2e: update custom external layout from port 5555 to 4114
2021-11-08 10:03:08 +01:00
pabloFuente
da39561ca3
Rollback to selenium 3. Android Chrome test
2021-11-08 00:41:04 +01:00
cruizba
594cd24706
openvidu-server: refactor with method Kms.getMediaServer to get which media server is running and Add it to Kms.toJsonExtended as attribute
2021-11-05 21:57:07 +01:00
Juan Navarro
cff5e634f5
openvidu-server: unify debug message in connect() methods
2021-11-05 15:52:47 +01:00
Juan Navarro
142348fcef
openvidu-server: gatherCandidates() returns immediately, no need for async
2021-11-05 15:52:47 +01:00
Juan Navarro
aba3311076
openvidu-browser: minor comment to match same in android & kurento
2021-11-05 15:52:47 +01:00
cruizba
ddaf34a475
deployment: openvidu_health_check - fix error when 'about:webrtc' page refresh its data
2021-11-05 15:33:46 +01:00
cruizba
6c122cd645
deployment: openvidu_health_check fix timeout on firefox
2021-11-05 13:37:51 +01:00
cruizba
1eba0f3602
deployment: openvidu_health_check fix timeout
2021-11-05 12:26:26 +01:00
pabloFuente
e619fd06f8
openvidu-test-browsers: set dimensions manually
2021-11-05 00:39:09 +01:00
pabloFuente
4c87b03ad5
Downgrade to compatible Spring Boot version 2.3.12.RELEASE
2021-11-05 00:37:18 +01:00
pabloFuente
906a30ed0b
Update to Spring Boot 2.5.6
2021-11-05 00:22:35 +01:00
cruizba
2c4596a73f
deployment: openvidu_health_check can test OpenVidu CE/PRO/ENTERPRISE. Cache web drivers in Docker image
2021-11-04 16:47:35 +01:00
pabloFuente
e8c39c9242
Jenkinsfile: update commonFunctions browser containers pull with specific versions
2021-11-04 16:08:16 +01:00
pabloFuente
de46b5ce4d
openvidu-test-e2e: provide browser versions as env variables
2021-11-04 15:10:28 +01:00
pabloFuente
61bd4cf2fc
openvidu-test-e2e: remove webdriver setup for testcontainers (they already include it!)
2021-11-04 15:02:51 +01:00
pabloFuente
47792608ce
openvidu-test-e2e: protect dispose method @AfterEach from possible NullPointer
2021-11-04 14:10:32 +01:00
pabloFuente
3baa72396f
Jenkinsfile: fix test launch with REMOTE_URL_EDGE env variable
2021-11-04 14:06:40 +01:00
pabloFuente
dcdcbd1055
openvidu-test-e2e: testcontainers + edge test
2021-11-04 13:17:58 +01:00
cruizba
e32330ad95
deployment: find_element instead of find_elements in openvidu_health_check
2021-11-03 20:51:03 +01:00
Carlos Ruiz Ballesteros
00d2e3e5fa
deployment: minor comment fixes in openvidu_helth_check
2021-11-03 20:26:46 +01:00
cruizba
83dade9e9e
deployment: print candidates in openvidu-health-checker docker image test
2021-11-03 20:22:52 +01:00
Carlos Ruiz Ballesteros
4cdae4601d
Update README.md
2021-11-03 12:09:37 +01:00
Carlos Ruiz Ballesteros
da3239d245
Update README.md
2021-11-03 12:09:19 +01:00
cruizba
5f7a88c68f
deployment: Experimental openvidu-health-checker self-contained docker image to check openvidu deployments
2021-11-03 12:07:43 +01:00
pabloFuente
abce613468
Jenkinsfile: increase shm size to 2g
2021-11-03 11:22:01 +01:00
pabloFuente
e4d0123682
openvidu-test-e2e: fix openViduJavaClientTestIpCamAndTranscoding
2021-11-03 11:09:53 +01:00
pabloFuente
e242255da4
Jenkinsfile: increase shm-size from 1g to 1.5g
2021-11-03 10:34:17 +01:00
Pablo Fuente Pérez
e9b216f84e
Update commonFunctions.groovy
...
Jenkinsfile: return true on removeStrandedContainers
2021-11-03 09:32:37 +01:00
pabloFuente
788eb61ef9
openvidu-test-only: divide tests to reduce @OnlyKurento even more
2021-11-03 01:30:49 +01:00
pabloFuente
ef88b86e01
Jenkinsfile: improved removeStrandedContainers
2021-11-02 14:26:46 +01:00
pabloFuente
ada73560d6
openvidu-server: disable KurentoClient remote operations for stopping INDIVIDUAL recording upon media server reconnection
2021-11-02 13:37:12 +01:00
Juan Navarro
a7332aac70
openvidu-server: add MKV recording profile as part of MediaServer enum ( #658 )
...
Uses the MediaServer enum to contain information that is specific about
each particular media server. Specifically,
* kurento must record with the WEBM profile and ".webm" file extension
* mediasoup must record with the MKV profile and ".mkv" file extension
Integrating this as part of the global Openvidu config object makes it
trivial to replace the static or hardcoded lines with others that simply
obtain the data from the current media server mode in use.
2021-11-02 11:40:42 +01:00
pabloFuente
4882bb89a2
openvidu-test-e2e Docker image: update Docker and node installations
2021-11-02 11:20:00 +01:00
pabloFuente
83a71e41ab
Jenkinsfile: do not remove stranded containers at finally
2021-10-31 15:36:00 +01:00
pabloFuente
a30fd89d85
Jenkinsfile: fix mediasoup-controller container launch with env variables
2021-10-31 14:18:16 +01:00
pabloFuente
1516fa7387
openvidu-test-e2e: extend webrtcConnectionCreated webhook time
2021-10-30 20:13:05 +02:00
pabloFuente
9b599ebb6a
openvidu-test-e2e: mediaServerReconnect tests
2021-10-30 19:28:30 +02:00
pabloFuente
82115a7ce8
Jenkisnfile: avoid repeating mvn test on openvidu-server build command
2021-10-30 14:33:35 +02:00
pabloFuente
fa422bfc02
Jenkinsfile: separated method for removeStrandedContainers
2021-10-29 20:38:39 +02:00
pabloFuente
f90c4f5e6e
Jenkinsfile: revert single quote script blocks to double quotes
2021-10-29 20:30:09 +02:00
pabloFuente
24607dabb5
openvidu-test-e2e: double quotes and curly brackets in commonFunctions.groovy
2021-10-29 20:26:50 +02:00
pabloFuente
a04db053d3
Jenkinsfile: single quotes to double quotes. Env variables with curly brackets
2021-10-29 20:20:43 +02:00
pabloFuente
f7ffea35a4
Jenkinsfile: fix single quote param literal
2021-10-29 20:07:33 +02:00
pabloFuente
0b8df4c4dd
openvidu-test-e2e: split tests to extend mediasoup coverage
2021-10-29 19:57:23 +02:00