File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
- Step 1:
2
- Build dev source code by doing the following on your dev branch
1
+ Step 1: Build dev source code by doing the following on your dev branch
2
+ ~/java-client-api$
3
+ mvn clean
4
+ mvn compile
5
+ mvn �Dmaven.test.skip=true install
3
6
4
- Mvn clean
5
- Mvn �Dmaven.test.skip=true install
7
+ you can avoid the above steps by updating build.gradle to use appropriate client dependencies from maven central.
6
8
7
- Step2:
8
- Go to the directory where you ../test-complete/
9
+ Step2: Go to the test complete directory
9
10
10
- Gradlew clean
11
+ ~/java-client-api/test-complete$
12
+ gradlew clean
13
+ gradlew test => to run all the functional tests, which will take about couple of hours
14
+ gradlew -Dtest.single=TestBulkWriteMetadata1 test => to run individual tests
11
15
12
- Gradlew test => to run all the functional tests, which will take about couple of hours
16
+ Step3: Each test is independent and you can find the results under
17
+ ~/java-client-api/test-complete/build/test-results
13
18
14
- gradlew -Dtest.single=TestBulkWriteMetadata1 test => to run individual tests
15
-
16
- each test is independent and you can find the results under Java-client-api-qa\build\test-results
17
-
18
- and if you run all the functional tests then you can find a report under Java-client-api-qa\build\reports\tests\index.html
19
+ and if you run all the functional tests then you can find a report under
20
+ ~/java-client-api/test-complete/build/reports/tests/index.html
You can’t perform that action at this time.
0 commit comments