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

[ggj][infra][2/5] feat: bazel rules support for Asset API integration test #394

Merged
merged 30 commits into from
Oct 23, 2020
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9ad33d2
add goldens files for redis client lib
xiaozhenliu-gg5 Oct 8, 2020
20a548a
add bazel file
xiaozhenliu-gg5 Oct 8, 2020
cad27bb
format
xiaozhenliu-gg5 Oct 8, 2020
0b740d5
Merge branch 'master' into add_redis_goldens
xiaozhenliu-gg5 Oct 8, 2020
589841a
Merge branch 'master' of github.com:googleapis/gapic-generator-java i…
xiaozhenliu-gg5 Oct 8, 2020
8e1edfb
add todo comment for Redis client lib goldens
xiaozhenliu-gg5 Oct 9, 2020
59d9eb1
Merge branch 'add_redis_goldens' of github.com:googleapis/gapic-gener…
xiaozhenliu-gg5 Oct 9, 2020
5477463
add README to integration test goldens folder
xiaozhenliu-gg5 Oct 9, 2020
5de4d5a
Merge branch 'master' into add_redis_goldens
xiaozhenliu-gg5 Oct 9, 2020
3ec0803
Merge branch 'master' into add_redis_goldens
xiaozhenliu-gg5 Oct 9, 2020
8ef95c7
Merge branch 'master' into add_redis_goldens
xiaozhenliu-gg5 Oct 10, 2020
a7659fb
Merge branch 'master' into add_redis_goldens
xiaozhenliu-gg5 Oct 10, 2020
d36f040
update redis goldens using micro
xiaozhenliu-gg5 Oct 10, 2020
bc3f47e
Merge branch 'add_redis_goldens' of github.com:googleapis/gapic-gener…
xiaozhenliu-gg5 Oct 10, 2020
b38559a
add bazel rules
xiaozhenliu-gg5 Oct 12, 2020
62bdbc9
remove package-info
xiaozhenliu-gg5 Oct 12, 2020
bc43026
add bazel rules for integration test
xiaozhenliu-gg5 Oct 13, 2020
4ae798d
take api name as arg
xiaozhenliu-gg5 Oct 13, 2020
8b97ac2
Merge branch 'master' of github.com:googleapis/gapic-generator-java i…
xiaozhenliu-gg5 Oct 13, 2020
5e65c2d
feedback
xiaozhenliu-gg5 Oct 13, 2020
c799270
Merge branch 'master' into redis_integration_test
xiaozhenliu-gg5 Oct 13, 2020
c23d309
Merge branch 'master' of github.com:googleapis/gapic-generator-java i…
xiaozhenliu-gg5 Oct 13, 2020
658f4b7
work
xiaozhenliu-gg5 Oct 14, 2020
8b79f53
Merge branch 'redis_integration_test' of github.com:googleapis/gapic-…
xiaozhenliu-gg5 Oct 14, 2020
cfde217
emit diff to test.log
xiaozhenliu-gg5 Oct 20, 2020
23154f1
fix diff command
xiaozhenliu-gg5 Oct 20, 2020
9cf077e
rename
xiaozhenliu-gg5 Oct 20, 2020
edf0690
add bazel rules
xiaozhenliu-gg5 Oct 20, 2020
ef12859
update asset client lib goldens
xiaozhenliu-gg5 Oct 20, 2020
06b37fb
merge
xiaozhenliu-gg5 Oct 21, 2020
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
7 changes: 7 additions & 0 deletions test/integration/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@ integration_test(
target = ":redis_java_gapic",
data = ["//test/integration/goldens/redis:goldens_files"],
)

integration_test(
name = "asset",
target = ":asset_java_gapic",
data = ["//test/integration/goldens/asset:goldens_files"],
)