You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/03 10:25:30 UTC

[GitHub] [pulsar] lhotari commented on issue #6298: (Flaky-test) AuthPluginTest.testAthenz failure

lhotari commented on issue #6298:
URL: https://github.com/apache/pulsar/issues/6298#issuecomment-1145822539

   A recent failure: https://github.com/apache/pulsar/runs/6723820880?check_suite_focus=true#step:11:52
   ```
   Note: Google Test filter = AuthPluginTest.testAthenz
   [==========] Running 1 test from 1 test suite.
   [----------] Global test environment set-up.
   [----------] 1 test from AuthPluginTest
   [ RUN      ] AuthPluginTest.testAthenz
   2022-06-03 10:14:54.269 INFO  [140447679827648] AuthPluginTest:240 | PARAMS: {
           "tenantDomain": "pulsar.test.tenant",
           "tenantService": "service",
           "providerDomain": "pulsar.test.provider",
           "privateKey": "file:../../pulsar-broker/src/test/resources/authentication/tls/client-key.pem",
           "ztsUrl": "http://localhost:9999"
       }
   2022-06-03 10:14:54.286 ERROR [140447679827648] ZTSClient:367 | Response failed for url http://localhost:9999/zts/v1/domain/pulsar.test.provider/token. Error Code 7
   /pulsar/pulsar-client-cpp/tests/AuthPluginTest.cc:246: Failure
   Expected equality of these values:
     data->getHttpHeaders()
       Which is: "Athenz-Role-Auth: "
     "Athenz-Role-Auth: mockToken"
   terminate called without an active exception
   [6/295] AuthPluginTest.testAthenz returned/aborted with exit code -6 (567 ms)
   [7/295] AuthPluginTest.testAuthFactoryTls (542 ms)
   [8/295] AuthPluginTest.testAuthFactoryAthenz (447 ms)
   [9/295] AuthPluginTest.testAthenz (355 ms)
   Note: Google Test filter = AuthPluginTest.testAthenz
   [==========] Running 1 test from 1 test suite.
   [----------] Global test environment set-up.
   [----------] 1 test from AuthPluginTest
   [ RUN      ] AuthPluginTest.testAthenz
   2022-06-03 10:14:54.802 INFO  [140642816[53](https://github.com/apache/pulsar/runs/6723820880?check_suite_focus=true#step:11:54)6256] AuthPluginTest:240 | PARAMS: {
           "tenantDomain": "pulsar.test.tenant",
           "tenantService": "service",
           "providerDomain": "pulsar.test.provider",
           "privateKey": "file:../../pulsar-broker/src/test/resources/authentication/tls/client-key.pem",
           "ztsUrl": "http://localhost:9999"
       }
   2022-06-03 10:14:[54](https://github.com/apache/pulsar/runs/6723820880?check_suite_focus=true#step:11:55).810 ERROR [140642816536256] ZTSClient:367 | Response failed for url http://localhost:9999/zts/v1/domain/pulsar.test.provider/token. Error Code 7
   /pulsar/pulsar-client-cpp/tests/AuthPluginTest.cc:246: Failure
   Expected equality of these values:
     data->getHttpHeaders()
       Which is: "Athenz-Role-Auth: "
     "Athenz-Role-Auth: mockToken"
   terminate called without an active exception
   [9/295] AuthPluginTest.testAthenz returned/aborted with exit code -6 (3[55](https://github.com/apache/pulsar/runs/6723820880?check_suite_focus=true#step:11:56) ms)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org