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/1889 unskip presense tests looped 6 #1917

Closed
wants to merge 50 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
7191523
Run iOS 16 tests continuously and upload results to observability server
lawrence-forooghian Feb 10, 2022
92af9ad
Print xcodebuild raw output as part of loop
lawrence-forooghian Mar 1, 2022
e61efb4
Add script for fetching test case logs from GitHub
lawrence-forooghian Mar 29, 2022
2b142cb
Upload .xcresult bundles as an artifact
lawrence-forooghian Apr 11, 2022
b774222
Make sure continuously-run-tests-and-upload-results.sh doesn’t exceed…
lawrence-forooghian Apr 12, 2022
12e2d11
Log the size of .xcresult bundles waiting to be uploaded
lawrence-forooghian Apr 12, 2022
3e54f93
Tar and zip the xcresult bundles
lawrence-forooghian Apr 12, 2022
1940e9a
Add script for generating multiple jobs and workflows
lawrence-forooghian May 12, 2022
d344300
Merge remote-tracking branch 'origin/main' into 1279-run-tests-in-loo…
maratal Feb 11, 2024
2874779
Implement RTP18a (start of a new sync sequence and any previous in-fl…
maratal Apr 14, 2024
f88cc2e
Merge remote-tracking branch 'origin/main' into fix/1904-RTP18a
maratal Apr 18, 2024
666906b
Fixed `shoudRestartSyncForSequenceId` method name and updated test fo…
maratal Apr 19, 2024
342d57a
Test has no sense, because RTP1 says "ProtocolMessage may contain a H…
maratal Apr 21, 2024
ee89bc5
Improved commentary.
maratal Apr 21, 2024
ec8df5c
Fixed RTP18c test.
maratal Apr 21, 2024
150070f
Fix test RTP19a - ensure incoming ATTACH message has no HAS_PRESENCE …
maratal Apr 21, 2024
3011e00
Fixed RTP2a test.
maratal Apr 26, 2024
243c074
Fixed RTP2g test.
maratal Apr 26, 2024
b132004
Fixed RTP2c test.
maratal Apr 26, 2024
52c0a89
Removed unnecessary test for RTP2c (added additional check to the fir…
maratal Apr 26, 2024
1232831
More fixes for RTP2a test: subscribe to ENTER only, since realtime se…
maratal Apr 26, 2024
02381fb
Fix for RTP2d test - update only after enter is done.
maratal Apr 26, 2024
dd4c7b5
Removed unnecessary test for RTP2g (which is the same as for RTP2d fo…
maratal Apr 26, 2024
e084f10
Fix for RTP17 test - sometimes realtime sends PRESENT before ENTER an…
maratal Apr 28, 2024
86e6ba2
Added forgotten dispose() call which unsubscribes channels. Without t…
maratal Apr 28, 2024
0f12e3e
Removed broken FIXME link.
maratal Apr 28, 2024
065583c
Removed unnecessary startSync() call.
maratal Apr 28, 2024
9ca4d6b
Unskip tests that don't fail locally while being executed repeatedly …
maratal Apr 28, 2024
886fc5e
Merge remote-tracking branch 'origin/main' into 1279-run-tests-in-loo…
maratal Apr 28, 2024
1998a84
Fixed RTP19 test (removed leave.clientId == internalMember.clientId a…
maratal Apr 29, 2024
f169e1b
Added forgotten resetting setListenerBeforeProcessingIncomingMessage …
maratal Apr 29, 2024
85de5f5
Realtime sends PRESENT among ENTER every other time and it fails test…
maratal Apr 30, 2024
f73ae68
Removed FLAKY label since some of these tests seems to be failing not…
maratal Apr 30, 2024
1acc1a9
Added post-check of leave events received, since realtime might send …
maratal Apr 30, 2024
c71b546
Realtime sometimes sends 50.
maratal Apr 30, 2024
3ed152d
Spec RTP5b: "If a channel enters the ATTACHED state then all queued p…
maratal Apr 30, 2024
da81ea1
Merge remote-tracking branch 'origin/main' into fix/1889-unskip-prese…
maratal May 2, 2024
30d49a7
Revert "Implement RTP18a (start of a new sync sequence and any previo…
maratal May 3, 2024
7f7a466
Fixed RTP18b test.
maratal May 3, 2024
dd75e84
Ensure connections for this test are closed and completion closure on…
maratal May 5, 2024
5460d1d
Revert fix for RTP2a since it works bad either.
maratal May 5, 2024
83f3d92
New fix for RTP2a similar to 85de5f51.
maratal May 5, 2024
1de0538
Ensure connections for this test are closed. Otherwise it affects exe…
maratal May 5, 2024
0c149c4
Removing "test__83" either, since it's from protocol v1. Currently up…
maratal May 5, 2024
9b77978
Removing "test__082.." since it's purpose is unclear, it claims in th…
maratal May 6, 2024
9dac73e
Another fix for RTP2a (ENTER/PRESENT ambiguity).
maratal May 6, 2024
d0ee62c
Fixed test__080... and test__050... to properly check amount of membe…
maratal May 9, 2024
96eea55
Removed extra attach, because according to RTL4i it happens after con…
maratal May 9, 2024
0ec8279
Merge branch '1279-run-tests-in-loop-iOS17' into fix/1889-unskip-pres…
maratal May 9, 2024
f7ffb41
Fix queue to receive fake message.
maratal May 9, 2024
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
58 changes: 0 additions & 58 deletions .github/workflows/check-pod.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/docs.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/examples.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/features.yml

This file was deleted.

70 changes: 70 additions & 0 deletions .github/workflows/integration-test-iOS17_2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: "Integration Test: iOS 17.2"

on:
pull_request:
push:
branches:
- main

# IMPORTANT NOTES:
# - Changes made to this file needs to replicated across other integration-test-*.yaml files.
# - The Fastlane lane name is duplicated in more than one place within this workflow.

jobs:
check:
runs-on: macos-13

env:
LC_CTYPE: en_US.UTF-8
LANG: en_US.UTF-8
ABLY_ENV: sandbox

steps:
- name: Check out SDK repo
uses: actions/checkout@v2

- name: Select Specific Xcode Version (15.1)
run: |
sudo xcode-select -s /Applications/Xcode_15.1.app
echo "Selected Xcode version:"
xcodebuild -version

- name: Log environment information
run: ./Scripts/log-environment-information.sh

- name: Check out xcparse repo
uses: actions/checkout@v3
with:
repository: ably-forks/xcparse
ref: emit-test-case-info
path: xcparse

- id: get-xcparse-commit-sha
name: Get xcparse commit SHA
run: |
cd xcparse
echo "::set-output name=sha::$(git rev-parse HEAD)"

- name: "actions/cache@v3 (xcparse binary)"
uses: actions/cache@v3
with:
path: xcparse/.build/debug/xcparse
key: ${{ runner.os }}-xcparse-${{ steps.get-xcparse-commit-sha.outputs.sha }}

- name: Install Dependencies and Run Tests Continuously
env:
TEST_OBSERVABILITY_SERVER_AUTH_KEY: ${{ secrets.TEST_OBSERVABILITY_SERVER_AUTH_KEY }}
run: |
brew install xcbeautify
brew install coreutils # for `timeout`
make submodules
bundle install
make update_carthage_dependencies_ios
Scripts/continuously-run-tests-and-upload-results.sh --lane test_iOS17_2

- name: Upload .xcresult bundles
uses: actions/upload-artifact@v3
if: always()
with:
name: xcresult-bundles.tar.gz
path: xcresult-bundles.tar.gz
119 changes: 0 additions & 119 deletions .github/workflows/integration-test.yaml

This file was deleted.

Loading
Loading