grpc / grpc-ios

gRPC for iOS
Apache License 2.0
39 stars 22 forks source link

iOS cpp core test crash on rls_end2end_test:DuplicateHeadersAreMerged #40

Closed dennycd closed 2 years ago

dennycd commented 2 years ago

Sample failure log

First introduced via PR

Crash on test case DuplicateHeadersAreMerged with the following error

Test Case '-[GTMGoogleTestRunner RlsEnd2endTest::DuplicateHeadersAreMerged]' started.
E1025 11:55:03.334006000 4675941824 lb_policy_registry.cc:45]          assertion failed: strcmp(factories_[i]->name(), factory->name()) != 0
Child process terminated with signal 6: Abort trap
2021-10-25 18:55:03,337 Deleting simulator B98849B0-9930-4F52-9042-26010265B1F5 asynchronously.
2021-10-25 18:55:03,343 Done.
================================================================================
Target //test/cpp/end2end:rls_end2end_test_on_ios up-to-date:
  bazel-bin/test/cpp/end2end/rls_end2end_test_on_ios
  bazel-out/applebin_ios-ios_x86_64-fastbuild-ST-e637a0adc749/bin/test/cpp/end2end/rls_end2end_test_on_ios.zip
INFO: Elapsed time: 17.652s, Critical Path: 16.50s
INFO: 55 processes: 31 internal, 23 darwin-sandbox, 1 local.
INFO: Build completed, 1 test FAILED, 55 total actions
//test/cpp/end2end:rls_end2end_test_on_ios                               FAILED in 2.3s
    ERROR   .test/cpp/end2end/rls_end2end_test_on_ios (0.0s)
dennycd commented 2 years ago

PR https://github.com/grpc/grpc/pull/27831

dennycd commented 2 years ago

no op, closing