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

e2e tests exhibiting flaky behavior #98

Open
LisaLudique opened this issue Jun 12, 2020 · 1 comment
Open

e2e tests exhibiting flaky behavior #98

LisaLudique opened this issue Jun 12, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@LisaLudique
Copy link
Contributor

I saw a test failure for one of the e2e tests on my local fork after merging master/upstream.

TestSnapshotCacheSingleEnvoyAndXdsRelayServer: e2e_test.go:106: 
1132
        Timed out after 1.000s.
1133
        Error: Unexpected non-nil/non-zero extra argument at index 1:
1134
        	<int>: 9
1135
--- FAIL: TestSnapshotCacheSingleEnvoyAndXdsRelayServer (1.23s)
1136
FAIL
1137
FAIL	github.com/envoyproxy/xds-relay/integration	2.266s
1138
FAIL
1139
make: *** [Makefile:25: e2e-tests] Error 1
1140
##[error]Process completed with exit code 2.

The flakiness is likely due to timeouts.

@LisaLudique LisaLudique added the bug Something isn't working label Jun 12, 2020
@LisaLudique
Copy link
Contributor Author

failing test run: https://github.com/LisaLudique/xds-relay/runs/766779309

1122
{"level":"info","ts":1591994119.0154526,"logger":"e2e","msg":"envoy request error","err":"expected envoy response: \"Hi, there!\\n\", got: \"\""}
1123
{"level":"info","ts":1591994119.0161037,"logger":"e2e","msg":"envoy request error","err":"expected envoy response: \"Hi, there!\\n\", got: \"\""}
1124
{"level":"info","ts":1591994119.0163982,"logger":"e2e","msg":"envoy request error","err":"expected envoy response: \"Hi, there!\\n\", got: \"\""}
1125
{"level":"info","ts":1591994119.0164754,"logger":"e2e","msg":"envoy request error","err":"expected envoy response: \"Hi, there!\\n\", got: \"\""}
1126
{"level":"info","ts":1591994119.0167916,"logger":"e2e","msg":"envoy request error","err":"expected envoy response: \"Hi, there!\\n\", got: \"\""}
1127
{"level":"info","ts":1591994119.0168443,"logger":"e2e","msg":"envoy request error","err":"expected envoy response: \"Hi, there!\\n\", got: \"\""}
1128
{"level":"info","ts":1591994119.0170515,"logger":"e2e","msg":"envoy request error","err":"expected envoy response: \"Hi, there!\\n\", got: \"\""}
1129
{"level":"info","ts":1591994119.01722,"logger":"e2e","msg":"envoy request error","err":"expected envoy response: \"Hi, there!\\n\", got: \"\""}
1130
{"level":"info","ts":1591994119.0172505,"logger":"e2e","msg":"asserting envoy listeners configured: ok 0, failed 9"}
1131
    TestSnapshotCacheSingleEnvoyAndXdsRelayServer: e2e_test.go:106: 
1132
        Timed out after 1.000s.
1133
        Error: Unexpected non-nil/non-zero extra argument at index 1:
1134
        	<int>: 9
1135
--- FAIL: TestSnapshotCacheSingleEnvoyAndXdsRelayServer (1.23s)
1136
FAIL
1137
FAIL	github.com/envoyproxy/xds-relay/integration	2.266s
1138
FAIL
1139
make: *** [Makefile:25: e2e-tests] Error 1
1140
##[error]Process completed with exit code 2.```

@jessicayuen jessicayuen self-assigned this Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants