Commit 941693d
authored
test: add tests for different bigtable-habse packaging (#4280)
* chore: remove stale test
This test used to verify that jwt authentication worked correctly. However, this functionality is now part of java-bigtable and doesn't belong in bigtable-hbase
Change-Id: I1f54f28cbdeee460aa2ea4f31e89ad300d31d92d
* Add maven profiles for running integration tests for different sets of dependencies (1x)
There are 3 configurations:
1. bigtable-hbase-1x-shaded & hbase-client
2. bigtable-hbase-1x & hbase-shaded-client
3. bigtable-hbase-1x-shaded & hbase-client with cherry picked & upgraded dependencies
The primary intent is to have a test configuration for running the bigtable-hbase-1x-shaded adapter without all of the old HBase dependencies that have known CVEs
Change-Id: If7c0ca616db345adec0e7cb630623675a24df447
* comments
Change-Id: I8810f20225709ff145c45f00541137b9f60505fa
* format
Change-Id: Iba4272859d8fc96b4c1584e2b4004dc0e97b935f1 parent 618e565 commit 941693d
File tree
8 files changed
+310
-174
lines changed- bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase
- filter
- bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests
- src/test/java/com/google/cloud/bigtable/hbase
8 files changed
+310
-174
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 23 | + | |
| 24 | + | |
28 | 25 | | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 30 | + | |
| 31 | + | |
37 | 32 | | |
| 33 | + | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments