Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix e2e sfu tests #127

Merged
merged 75 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from 73 commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
17fdeda
Test e2e
logist322 Jul 17, 2023
bd0847d
Fix branch
logist322 Jul 17, 2023
d4689f2
Fix branch
logist322 Jul 17, 2023
f959791
Test
logist322 Jul 18, 2023
7c30445
Fix CI
logist322 Jul 18, 2023
8e005d1
Fix Makefile
logist322 Jul 18, 2023
374b575
Fix Makefile
logist322 Jul 18, 2023
7f86114
FIx Makefile
logist322 Jul 18, 2023
7acfacc
Fix Makefile
logist322 Jul 18, 2023
8bf9847
Fix e2e
logist322 Jul 20, 2023
e68de72
WIP
logist322 Jul 20, 2023
bbdd4af
WIP
logist322 Jul 20, 2023
f7c9635
Fix CI
logist322 Jul 20, 2023
a1872dc
Fix fmt
logist322 Jul 20, 2023
99d8aca
Comment broken test
logist322 Jul 25, 2023
c8b9ddc
Merge branch 'master' into sfu-e2e
alexlapa Jul 25, 2023
4631189
fix unit tests
alexlapa Jul 26, 2023
a250b07
empty
alexlapa Jul 26, 2023
9e775d2
enable more tests for sfu
alexlapa Aug 9, 2023
06f511e
disable some tests for sfu
alexlapa Aug 9, 2023
40954f7
Merge branch 'master' into sfu-e2e
alexlapa Aug 9, 2023
4972ea8
fix
rogurotus Aug 14, 2023
8d793a9
fix
rogurotus Aug 14, 2023
b4d1313
fix locacl tracks sfu test
rogurotus Aug 14, 2023
a865078
fix test
rogurotus Aug 25, 2023
7ed0a18
Merge remote-tracking branch 'origin/master' into fix-sfu-connection-…
rogurotus Aug 25, 2023
60beb77
fmt
rogurotus Aug 25, 2023
fc3f725
fix features
rogurotus Aug 25, 2023
f2e1eb2
fix clippy
rogurotus Aug 25, 2023
eeee5fa
fix web test
rogurotus Aug 25, 2023
bdb873b
fmt
rogurotus Aug 25, 2023
710a92e
fix merge
rogurotus Aug 25, 2023
b7cd1a2
fix web merge
rogurotus Aug 25, 2023
951319a
fix test race
rogurotus Aug 25, 2023
47c12fa
up deps
alexlapa Aug 31, 2023
398fcad
fix false postive
rogurotus Sep 1, 2023
feacc0b
corrections
alexlapa Sep 1, 2023
c671f27
corrections
alexlapa Sep 4, 2023
93952f6
corrections
alexlapa Sep 5, 2023
c4b66b8
corrections
alexlapa Sep 5, 2023
002154e
corrections
alexlapa Sep 5, 2023
f75d59c
corrections
alexlapa Sep 6, 2023
5c0ed9f
corrections
alexlapa Sep 6, 2023
e83a083
corrections
alexlapa Sep 18, 2023
f8311a7
Merge branch 'master' into fix-sfu-connection-loss-test
alexlapa Sep 18, 2023
461a6ec
corrections
alexlapa Sep 18, 2023
8be42da
corrections
alexlapa Sep 18, 2023
68d57c4
corrections
alexlapa Sep 19, 2023
fab7179
up pod locks
alexlapa Sep 19, 2023
2e15891
corrections
alexlapa Sep 19, 2023
ff75d05
up deps
alexlapa Sep 26, 2023
8fb8440
up deps
alexlapa Oct 4, 2023
722e285
corrections
alexlapa Oct 4, 2023
7b01658
corrections
alexlapa Oct 4, 2023
7c3d7cc
fix track leak
rogurotus Oct 26, 2023
3316ae4
Merge remote-tracking branch 'origin/master' into fix-sfu-connection-…
rogurotus Oct 26, 2023
c8e944a
fix lint
rogurotus Oct 26, 2023
9ba6c77
fix doc
rogurotus Oct 26, 2023
7dca22a
add log
rogurotus Oct 26, 2023
1a4fa48
test mac
rogurotus Oct 27, 2023
dd2eb5e
fix
rogurotus Oct 27, 2023
64833b5
fix lint
rogurotus Oct 27, 2023
bc22847
fix deps
rogurotus Oct 27, 2023
4abfb0c
try mac 12
rogurotus Oct 30, 2023
5babdf2
Merge branch 'master' into fix-sfu-connection-loss-test
alexlapa Nov 16, 2023
2bea31b
fix bad merge
alexlapa Nov 17, 2023
c00527e
corrections
alexlapa Nov 27, 2023
8eeac10
corrections
alexlapa Nov 27, 2023
3356e2e
Merge branch 'master' into fix-sfu-connection-loss-test
alexlapa Nov 27, 2023
2700239
corrections
alexlapa Nov 27, 2023
efa351b
fix clippy
alexlapa Nov 27, 2023
3d3e790
fix unit tests
alexlapa Nov 28, 2023
9e40530
fix unit tests
alexlapa Nov 28, 2023
540c80a
cargo update
alexlapa Nov 28, 2023
ada102e
Corrections
tyranron Nov 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
- ios
- linux
- macos
runs-on: ${{ (contains('ios macos', matrix.platform) && 'macos-13')
runs-on: ${{ (contains('ios macos', matrix.platform) && 'macos-12')
|| (matrix.platform == 'windows' && 'windows-latest')
|| 'ubuntu-latest' }}
steps:
Expand Down Expand Up @@ -451,13 +451,6 @@ jobs:
&& 'targets=x86_64')
|| '' }}

- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
if: ${{ matrix.platform == 'android' }}

- name: Parse Android API versions
id: api-version
run: |
Expand Down Expand Up @@ -685,8 +678,8 @@ jobs:
- rustfmt
- test
- test-e2e-browser
#- test-e2e-native
#- test-flutter
- test-e2e-native
- test-flutter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -1056,8 +1049,8 @@ jobs:
- rustfmt
- test
- test-e2e-browser
#- test-e2e-native
#- test-flutter
- test-e2e-native
- test-flutter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
Loading
Loading