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

Windows: enable tests and envoy-static.exe pdb file #13688

Merged
merged 30 commits into from
Dec 1, 2020
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c26ed9c
Workaround problematic googletests with clang-cl compilation
wrowe Oct 9, 2020
d74faff
Activate the clang-cl pipeline with working opt build
wrowe Sep 16, 2020
96b8c29
Tag tests broken due to missing dtor in -c opt --config=clang-cl
sunjayBhatia Oct 21, 2020
a04cd1d
Windows: re-disable tests identifed in #13133
wrowe Oct 28, 2020
d73e918
Address test sequencing problems which cause windows flakes
wrowe Oct 29, 2020
cdb8b44
Demonstrate clang-cl build failures to share with maintainers
wrowe Oct 30, 2020
869b718
Fix bazel syntax
wrowe Oct 30, 2020
5451544
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
wrowe Nov 3, 2020
747e250
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
wrowe Nov 10, 2020
e4048af
Drop corrections of EXPECT_ arguments for result values ignored
wrowe Nov 10, 2020
db0120b
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
wrowe Nov 11, 2020
eaea783
The clang-cl 11.0.0 release resolves this issue
wrowe Nov 11, 2020
bc3d3a4
Unmark tests now passing on clang-cl 11.0.0
wrowe Nov 11, 2020
5c030e8
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
wrowe Nov 11, 2020
d4884e3
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
wrowe Nov 17, 2020
27d54a7
Anticipate release of bazel 4.0.0
wrowe Nov 17, 2020
7468926
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
wrowe Nov 19, 2020
1a7523d
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
sunjayBhatia Nov 20, 2020
788a39e
Reidentify passing and failing/flaky tests for msvc-cl and clang-cl
sunjayBhatia Nov 20, 2020
b49a982
Defer clang-cl pipeline, fix format
wrowe Nov 20, 2020
d794063
Add ability to read text file in test helper
wrowe Nov 20, 2020
840f6fd
Fix copy paste typo
sunjayBhatia Nov 20, 2020
3ffbeba
Enable additional tests
wrowe Nov 20, 2020
d575f73
Reintroduce flaky tag with detail based on CI observation
wrowe Nov 21, 2020
446f5f5
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
wrowe Nov 21, 2020
f26c01a
Re-flake a few tests observed in CI
wrowe Nov 21, 2020
294dd22
Quick doc fixes prompted by htuch
wrowe Nov 24, 2020
dc68e63
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
wrowe Nov 24, 2020
5a058de
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
wrowe Nov 25, 2020
779a753
Merge remote-tracking branch 'origin/master' into add-clang-cl-build
sunjayBhatia Nov 30, 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
Prev Previous commit
Next Next commit
Reintroduce flaky tag with detail based on CI observation
Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
  • Loading branch information
wrowe committed Nov 21, 2020
commit d575f73cc2b8bfcf0c6f9d035fa4d0b5c15dbbcc
3 changes: 3 additions & 0 deletions test/extensions/filters/http/dynamic_forward_proxy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ envoy_extension_cc_test(
"//test/config/integration/certs",
],
extension_name = "envoy.filters.http.dynamic_forward_proxy",
# TODO(envoyproxy/windows-dev): Diagnose flake in msvc-cl pipeline, observed timeout in
# IpVersions/ProxyFilterIntegrationTest.ReloadClusterAndAttachToCache/IPv6
tags = ["flaky_on_windows"],
deps = [
"//source/extensions/clusters/dynamic_forward_proxy:cluster",
"//source/extensions/filters/http/dynamic_forward_proxy:config",
Expand Down