-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScratch.txt
More file actions
86 lines (56 loc) · 7.48 KB
/
Scratch.txt
File metadata and controls
86 lines (56 loc) · 7.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
NDK versions
23.1.7779620 Helium
22.0.7026061 Lithium
21.3.6528147 Hydrogen
20.0.5594570 Mercury
19.2.5345600 Cobalt
SERVER port: 8091
SG ports: 4984, 4985
adb shell am instrument -w -e class com.couchbase.lite.LogTest#testWriteLogWithError com.couchbase.lite.kotlin.test/android.support.test.runner.AndroidJUnitRunner
adb shell am instrument -w -m -e debug false -e class 'com.couchbase.lite.ArrayTest' com.couchbase.lite.test/android.support.test.runner.AndroidJUnitRunner
adb shell am instrument -w -m -e debug false -e class 'com.couchbase.lite.ConfigFactoryTest#testConfigFactory' com.couchbase.lite.kotlin.test/android.support.test.runner.AndroidJUnitRunner
adb shell am instrument -w -m -e debug false -e class 'com.couchbase.lite.ConfigFactoryTest#testConfigFactory' com.couchbase.lite.kotlin.test/android.support.test.runner.AndroidJUnitRunner
adb reverse tcp:8880 tcp:8880; adb reverse tcp:8081 tcp:8081; adb reverse tcp:8881 tcp:8881
DEV='004c03eb5615429f'
adb -s $DEV shell pm uninstall -k --user 0 com.couchbase.lite.kotlin.test.test
adb -s $DEV shell pm uninstall -k --user 0 com.couchbase.lite.kotlin.test
adb -s $DEV shell pm uninstall -k --user 0 com.couchbase.lite.test
adb -s $DEV logcat -G 1024K
adb bugreport
gw -PautomatedTests=true installDebug installDebugAndroidTest
gw connectedDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.couchbase.lite.DatabaseTest#testMethod
gw test -Pverbose=true --tests '*LoadTest'
gw iTest -PautomatedTests=true
# Pixel 2 XL
export ANDROID_SERIAL=712KPKN1048861
androidx.test.runner.AndroidJUnitRunner
-PtestFilter='com.couchbase.lite.internal.utils.SlowTest,com.couchbase.lite.internal.utils.VerySlowTest'
ag --nonumbers --noheading --nofilename
git tag -l -n9
git tag -a android/2.8.9 -m"android version 2.8.9 mp"; git push origin android/2.8.9
mvn org.apache.maven.plugins:maven-dependency-plugin:2.1:get -Dpackaging=aar -DrepoUrl=http://mobile.maven.couchbase.com/maven2/dev -Dartifact=com.couchbase.lite:couchbase-lite-android-ee:2.7.0
bt all
docker container ls -a
lsof -ti:8080
^([12]|3\.0)\..*
java -jar ./app/build/libs/CBLTestServer-Java-Desktop-${VERSION}-${BUILD_NUMBER}.jar server
sed -i '' 's/STRING_TO_REPLACE/STRING_TO_REPLACE_IT/g' filena
rm -rf ~/.m2; etc/clean.sh ; gw smokeTest
rm -rf server.log server.url server.pid
if [ -f "server.pid" ]; then kill `cat server.pid`; fi
\{\n *([^{}\n]+) *\n *\}
perl -ne'next unless /tag::([\w-]+)\[\]/;https:// print "$1\n"'
python3 -m venv venv; source venv/bin/activate; pip install -r requirements.txt pip install ../client
python3 -m json.tool
ssh -v ubuntu@ec2-3-137-194-161.us-east-2.compute.amazonaws.com -i ~/.ssh/aws.pem
ssh jenkins@androidbuildmacmini.corp.couchbase.com
cd /Users/blakemeike/Desktop/bugreport-taimen-RP1A.201005.004.A1-2024-05-31-14-01-43/FS/data/tombstones
caffeinate -i -s py3 etc/run_tests.py -v 3_3 -j -a
select distinct tag from includeTags where (inclusion_path like 'modules/java/examples%' or inclusion_path like 'modules/android/examples%') and git_branch = 'release/3.2' order by tag;
http://jenkins.mobiledev.couchbase.com/view/End%20to%20End/job/staging-e2e-test-java/
https://latestbuilds.service.couchbase.com/builds/latestbuilds/sync_gateway/3.2.1/15/couchbase-sync-gateway-enterprise_3.2.1-15_<ARCH>.deb
https://latestbuilds.service.couchbase.com/builds/latestbuilds/sync_gateway/4.0.0/77/couchbase-sync-gateway-enterprise_4.0.0-77_<ARCH>.deb
pytest -x -W ignore::DeprecationWarning --config config_local.json
https://latestbuilds.service.couchbase.com/builds/latestbuilds/sync_gateway/4.0.0/92/couchbase-sync-gateway-enterprise_4.0.0-92_<ARCH>.deb
Chris Hillery: @Blake Meike On Linux and Mac, you can now run eg. cbdep install liberica 17.0.13+12
if you curl down the cbdep binary as you have been doing.