loopbackio / loopbackio/cicd

Improve reliability of `strong-soap` test

Open
#9 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
0
Forks
0
Avg merge
1d 3h
Merged PRs (30d)
2

Description

The following test fails quite frequently. This issue is to track improving this test.

  1) NTLM Auth tests

       should call ntlm endpoint:

     Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/travis/build/loopbackio/strong-soap/test/client-ntlm-test.js)

      at listOnTimeout (node:internal/timers:557:17)

      at processTimers (node:internal/timers:500:7)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with test/client-ntlm-test.js and inspect the NTLM Auth test named "should call ntlm endpoint." Reproduce the 60000ms timeout and determine what needs to change so the test no longer fails intermittently; done means the test completes reliably.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.