Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling an RFC in a loop fails on Windows #11

Closed
bsrdjan opened this issue Jan 12, 2016 · 1 comment
Closed

Calling an RFC in a loop fails on Windows #11

bsrdjan opened this issue Jan 12, 2016 · 1 comment

Comments

@bsrdjan
Copy link
Member

bsrdjan commented Jan 12, 2016

Calling one RFC multiple times in a loop, fails on Windows platform.

Unit test to reproduce STFC_CONNECTION should work in a loop works on Linux and here the error message on Windows:

1) Connection STFC_CONNECTION should work in a loop:
     Uncaught AssertionError: expected Error {
     code: 1,
     key: 'RFC_COMMUNICATION_FAILURE',
     message: LOCATION    CPIC (TCP/IP) on local host with Unicode
     ERROR          program state check for conversation 00485915
     TIME        Tue Jan 12 10:43:06 2016
     RELEASE     742
     COMPONENT   CPIC (TCP/IP) with Unicode VERSION     3
     RC          471
     MODULE      D:/depot/bas/742_COR/src/krn/si/cpic/r3cpic.c
     LINE        6220
     DETAIL      called function STSEND in state state=BUFFER_DATA2
     COUNTER    2
} to not exist
     at C:\src\node-rfc\test\test.js:69:15

2) Connection "after each" hook:
     Uncaught AssertionError: expected Error {
     code: 1,
     key: 'RFC_COMMUNICATION_FAILURE',
     message: LOCATION    CPIC (TCP/IP) on local host with Unicode
     ERROR    program state check for conversation 00485915
     TIME        Tue Jan 12 10:43:06 2016
     RELEASE     742
     COMPONENT   CPIC (TCP/IP) with Unicode
     VERSION     3
     RC          471
     MODULE      D:/depot/bas/742_COR/src/krn/si/cpic/r3cpic.c
     LINE        6220
     DETAIL      called function STSEND in state state=BUFFER_DATA2
     COUNTER     2
} to not exist
     at C:\src\node-rfc\test\test.js:69:15

Create this issue as a reminder to investigate in detail.

@bsrdjan bsrdjan changed the title Unit test Calling an RFC in a loop fails on Windows Jan 12, 2016
@bsrdjan
Copy link
Member Author

bsrdjan commented Nov 22, 2016

fixed by v0.1.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant