Giter Site home page Giter Site logo

Comments (11)

msuarz avatar msuarz commented on August 20, 2024

wow i haven't been around this code for a bit ... please provide a test example that fails ... regardless i'll look into it tonight

from decaf.

mbarchfe avatar mbarchfe commented on August 20, 2024

First of all, thanks for providing this project. It was very useful for us.
Concerning a valid test example: I guess I would have to give you our whole test suite. The problem is, that even the same suite sometimes runs and sometimes not (roughly one out of five test runs fail).
Probably it would be best to write a test with a SLIM client which sends part of the command, flushes and then sends the other. In our test suite the failing part was always same: one larger table where the serialised command exceeded 8192 bytes. Sometimes the on data event only delivered the first 8192 bytes.

from decaf.

msuarz avatar msuarz commented on August 20, 2024

cool got it ... i'll mess with an echo test passing a long string

from decaf.

msuarz avatar msuarz commented on August 20, 2024

your code is right on the money ... but i'll implement it based on the expected length of the command ... the first 6 digits ... it shouldn't take long to do

from decaf.

msuarz avatar msuarz commented on August 20, 2024

Hey mbarchfe .. I just released a new version with the fix ... please let me know if it works to close the issue

Thank you
Mike

from decaf.

mbarchfe avatar mbarchfe commented on August 20, 2024

Hi Mike,

Thanks for the patch. Unfortunately, it did not work with umlaute. I have created a pull request with a fix and further explanations. Also, one test was broken and I have added new tests for the umlaut-stuff.

BTW: could you describe somewhere how to run the complete test suite? I ran it with the command below, but that seems awkward.
Thanks
Markus

(cd ../src; coffee -c *.coffee); mocha slim_chunk_buffer_spec.js server_spec.js command_spec.js calls_spec.js import_spec.js serialize_response_spec.js

from decaf.

msuarz avatar msuarz commented on August 20, 2024

ok i merged the pull request ... did some cleanup and re-org ... i didn't tuned package.json 100% yet but the idea is to do npm install and then npm test ... that leaves u in autotest mode ... u could just run mocha from the main dir now if u dont want the autotest stuff (u need the latest coffeescript installed globally)

now back to the issue ... i don't think it is fixed ... i tried a test with an umlaut n' it is crashing badly ... please notice the unit tests are not that interesting ... the important tests are in slim ... for that u could c the startFitNesse batch n' get fitnesse running ... once in there u could check out this test ... http://localhost:8080/ExampleS.EchO ... in particular the piece ...

|script|Echo |
|echo|echöe|

... so yeah i guess the response serializer needs to count utf-8 properly too ... i'll work on it tomorrow

Thank you very much
Mike

from decaf.

mbarchfe avatar mbarchfe commented on August 20, 2024

Hi,

thanks for restructuring the tests to run with mocha. I prefer to run them that way.

The serialised issue is funny: it seems as if the slim client does not handle incoming utf-8 in the same way as outgoing. I have implemented a serialiser which counts 2 for every utf-8 char, but the java slim deserialiser uses string.substring() to cut the string and that counts 1 for every utf-8 char.
When fiddling around with the SLIM to java I also found that echö counted as 4 bytes.
Sorry, too late now to figure it out.

cheers
Markus

from decaf.

msuarz avatar msuarz commented on August 20, 2024

Ok thank you for the excellent patch. It was merged and i did some cleanup around the serializer area ... i still don't know why i got 2 classes in 1 file n' exported as functions ... bahh experimenting ... anyways a new version was released please let me know if it solves the problem.

Thank you very much for your code and time dedicated to this issue
Vielen dank
Mike

from decaf.

mbarchfe avatar mbarchfe commented on August 20, 2024

Vielen Dank auch Dir, Mike.

One final issue: when I reinstalled via npm I found a lot of new files, like startFitNesse.bat and all the test files. was that your intention?

from decaf.

msuarz avatar msuarz commented on August 20, 2024

nahh i wasnt neat enuf ... just pushed a cleaner version ... danke schoon

from decaf.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.