-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
B-gridEverything grid and server relatedEverything grid and server relatedC-javaJava BindingsJava BindingsD-chromeI-defectSomething is not working as intendedSomething is not working as intendedI-questionApplied to questions. Issues should be closed and send the user to community resources.Applied to questions. Issues should be closed and send the user to community resources.I-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itJ-awaiting answerQuestion asked of user; a reply moves it to triage againQuestion asked of user; a reply moves it to triage againOS-linux
Description
Description
Credit Card Tokenization Calling API [POST]: https://tokenizer.dev.clarkinc.biz/v1/tokenize/creditcard
is failing with "connection refused" for tests running on these servers:
l-cidockerqa202.wpn.clarkinc.io
l-cidockerqa201.wpn.clarkinc.io
https://qatools.dev.clarkinc.biz/Runs?id=3332042&filter=details
This same test ran successfully last night (7pm) on server:
l-cidockerqa106.wtn.clarkinc.io
https://qatools.dev.clarkinc.biz/Runs?id=3328535&filter=details
I suspect there is a firewall issue with servers 202, 201. Can you look at network/firewall configuration for 106 and set all other servers to match it?
Reproducible Code
// Tokenize credit cards
creditCardList.each {
tokenizedCreditCardDataMap.put(it, hpTokenizerHelper.tokenizeCreditCard(it))
def lastEntry = tokenizedCreditCardDataMap.entrySet().last()
log("Tokenized Credit Card Data: ${lastEntry.key} - ${lastEntry.value}", console_color_yellow)
}
Debugging Logs
FAILED Verify: Tokenize Discover
IssueCategory: API_DATA
{
"tokenizeDiscoverResponse": null
}
Called from: paymentprocessing.test.HpTokenizerHelper.tokenizeDiscover
These tests pass on other servers, but today (05/09/05) I seem to get only servers 201 & 202 every time I run my test suite: Payment Processing - EMD Test
https://qatools.dev.clarkinc.biz/ServerRunsSuite?id=973
ℹ️ Last known working version: 4.25.0 (revision 030fcf7918)
Metadata
Metadata
Assignees
Labels
B-gridEverything grid and server relatedEverything grid and server relatedC-javaJava BindingsJava BindingsD-chromeI-defectSomething is not working as intendedSomething is not working as intendedI-questionApplied to questions. Issues should be closed and send the user to community resources.Applied to questions. Issues should be closed and send the user to community resources.I-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itJ-awaiting answerQuestion asked of user; a reply moves it to triage againQuestion asked of user; a reply moves it to triage againOS-linux