BewareMyPower commented on PR #412:
URL: 
https://github.com/apache/pulsar-client-node/pull/412#issuecomment-2862101513

   Yeah, compared to a successful workflow before 
(https://github.com/apache/pulsar-client-node/actions/runs/13716725396/job/38363013887):
   
   ```
   Jest has detected the following 1 open handle potentially keeping Jest from 
exiting:
   
     ●  Pulsar Logging
   
         54 |
         55 |   static setLogHandler(params) {
       > 56 |     PulsarBinding.Client.setLogHandler(params);
            |                          ^
         57 |   }
         58 |
         59 |   static genCertFile() {
   
         at Function.setLogHandler (src/Client.js:56:26)
         at Object.<anonymous> (tests/end_to_end.test.js:402:21)
   
   
   > [email protected] docs
   > typedoc
   ```
   
   It seems that there are two more open handles that keep Jest from exiting:
   
   ```
   Token Supplier Callback
   
         22 | class AuthenticationToken {
         23 |   constructor(params) {
       > 24 |     this.binding = new PulsarBinding.Authentication('token', 
params);
            |                    ^
         25 |   }
         26 | }
         27 |
   
         at new AuthenticationToken (src/AuthenticationToken.js:24:20)
         at Object.<anonymous> (tests/end_to_end.test.js:1290:20)
   
   
     ●  Token Supplier Callback
   
         22 | class AuthenticationToken {
         23 |   constructor(params) {
       > 24 |     this.binding = new PulsarBinding.Authentication('token', 
params);
            |                    ^
         25 |   }
         26 | }
         27 |
   
         at new AuthenticationToken (src/AuthenticationToken.js:24:20)
         at Object.<anonymous> (tests/end_to_end.test.js:1312:20)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to