littleredbutton / bigbluebutton-api-php

Unofficial (but better) PHP API for @BigBlueButton
GNU Lesser General Public License v3.0
24 stars 12 forks source link

Functional tests failing #157

Closed FelixJacobi closed 9 months ago

FelixJacobi commented 9 months ago
There were 5 failures:

1) BigBlueButton\Tests\Functional\BigBlueButtonWithCurlTransportTest::testCreateMeetingWithDocumentUrl
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'SUCCESS'
+'FAILED'

/home/felix/git/upstream/bigbluebutton-api-php/tests/functional/AbstractBigBlueButtonFunctionalTest.php:139

2) BigBlueButton\Tests\Functional\BigBlueButtonWithCurlTransportTest::testGetMeetingInfo
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'SUCCESS'
+'FAILED'

/home/felix/git/upstream/bigbluebutton-api-php/tests/functional/AbstractBigBlueButtonFunctionalTest.php:305

3) BigBlueButton\Tests\Functional\BigBlueButtonWithSymfonyHttpClientTransportTest::testCreateMeeting
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'SUCCESS'
+'FAILED'

/home/felix/git/upstream/bigbluebutton-api-php/tests/functional/AbstractBigBlueButtonFunctionalTest.php:124

4) BigBlueButton\Tests\Functional\BigBlueButtonWithSymfonyHttpClientTransportTest::testJoinMeeting
Create meeting
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'SUCCESS'
+'FAILED'

/home/felix/git/upstream/bigbluebutton-api-php/tests/functional/AbstractBigBlueButtonFunctionalTest.php:213

5) BigBlueButton\Tests\Functional\BigBlueButtonWithSymfonyHttpClientTransportTest::testGetMeetingInfo
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'SUCCESS'
+'FAILED'

/home/felix/git/upstream/bigbluebutton-api-php/tests/functional/AbstractBigBlueButtonFunctionalTest.php:305

FAILURES!
Tests: 1338, Assertions: 7865, Failures: 5.

BigBlueButton version is 2.7. Probably, we need a compatibility fix.

SamuelWei commented 9 months ago

Some of the tests fail due to the voiceBrige beeing to short An other error I also found was that we sometimes create a meeting with a guest policy and try to join the meeting, this is prehibited by BBB responding with a HTML page showing an error message