Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt-project/ndt] 91e152: Don't assume server supports all test types

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt-project/ndt] 91e152: Don't assume server supports all test types


Chronological Thread 
  • From: GitHub <>
  • To:
  • Subject: [ndt-dev] [ndt-project/ndt] 91e152: Don't assume server supports all test types
  • Date: Fri, 17 Feb 2017 09:09:06 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=g5qU7nibYhEDSHdUg7DC8zVG0CBOY3tgRJtHbGZTmEei+wJRCWdtwOh/wKchctsdnVZ7pD NrX6YiyIXMaeKVnaczS+ib6l33iLSygavxd8+Y+EGfLAOcYL8fQ3h+fuH1Of5AXc577t1G6A wOZH1yG3kzErnXLxjAvwf52igaGDA=
  • Ironport-phdr: 9a23:jS1lIRQ0zglVAPkEo6QdsFBrr9psv+yvbD5Q0YIujvd0So/mwa6yYBKN2/xhgRfzUJnB7Loc0qyN4v2mATJLsMvJmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanb75/KBW7oR/NusQXjodvLqY8wQbVr3VVfOhb2XlmLk+JkRbm4cew8p9j8yBOtP8k6sVNT6b0cbkmQLJBFDgpPHw768PttRnYUAuA/WAcXXkMkhpJGAfK8hf3VYrsvyTgt+p93C6aPdDqTb0xRD+v4btnRAPuhSwaMTMy7WPZhdFqjK9DrhyvpwZ/zZDXbo+IO/VxYqzTcMgfRWdDRMtcTTBNDp++YoYJEuEPPfxYr474p1YWrBW+BBWsCuHyyjBTm3T72qs60+M7EQ7YxAwgG9IPvW/brNX0KKcSUf21w7LSwTrfaPNW3C7w5Y7VeR4vpvGMWKh/ccvXyUQ3GAPFj0mQqYz4PzyOzOgCr2+b7+9mWOmyiGAnsxl8riWuy8otkIXEhIEYxkrF+Ch92oo5ON+1RFJjbdK5FJZcqTuWOoVqTs84XW1luDg2xqcJtJKleiUB1Y4pyATFa/OddoiF+hLjW/iVITd/nH9lfbOyihKr/US9yODwStO40FNQoSpEltnMuW0N1xrJ5siBVPR94l+t2TeJ1w/N9uFJOV04mKvaJpI7wLM9lYAfvEXHEyPshUn7jrOael0h+uey6uTnZrvmpoWbN49xkgzxKaMumtG5AeskLAcCWGmW9Ouh2LDn4EH0QK9Gg/IqnqnXqZzaI9kUprKgDwBIzIkj9Q6yDzag0NQEg3YHNlRFdwybj4T3IV3BPu33DeqkjlSjkTdr2/DGPqD6DZnXMnfDl7Lhca5n60FA0Aoz0cxf55VMB7EHPf3zRlb9u8HGAR8nKAG0x+fnCM5h1oMFR26DGK6ZMKXOsVCW/OIvJfeDZJMLtDrnNfcq+uPu3jcFngobcbXs0ZYJQHG+Avl8JUiFOzzhjspSK2oSuhsCS7nFiUGiTDQbM3C1Ra8k4iATB4O6DZrJAIuqherS8j28G8h5Z3xmF1rERXHvbYicX+YkZyOOItJr1DcDUO7yGMcayRiyuVqimPJcJe3O93hAuA==

Branch: refs/heads/master
Home: https://github.com/ndt-project/ndt
Commit: 91e152de27334562a9f09b194aa1126b7cf33e01

https://github.com/ndt-project/ndt/commit/91e152de27334562a9f09b194aa1126b7cf33e01
Author: Simone Basso
<>
Date: 2017-01-07 (Sat, 07 Jan 2017)

Changed paths:
M src/web100clt.c

Log Message:
-----------
Don't assume server supports all test types

The NDT client assumes that the server supports all test types and the
official NDT server respects this assumption.

However, the [neubot/botticelli](https://github.com/neubot/botticelli)
server only implements TEST_META, TEST_S2C, and TEST_S2C.

Therefore, when using the NDT client with a botticelli server, the
client crahes in processing the results of the TEST_MID that however
has not been executed.

Fix by making sure that, when processing results, we use a bitmak where
only bits corresponding to tests that run are actually set.

(There is also another reason why NDT client crashes when testing with
botticelli, addressed by neubot/botticelli#18.)

Problems between NDT client and botticelli reported by @nkinkade, thanks!


Commit: f3b2ae2d0825d235a83d5216ca332b33bb43e4f0

https://github.com/ndt-project/ndt/commit/f3b2ae2d0825d235a83d5216ca332b33bb43e4f0
Author: Peter Boothe
<>
Date: 2017-02-17 (Fri, 17 Feb 2017)

Changed paths:
M src/web100clt.c

Log Message:
-----------
Merge pull request #216 from
bassosimone/fix/servers_supporting_only_some_tests

Don't assume server supports all test types


Compare:
https://github.com/ndt-project/ndt/compare/647452036fad...f3b2ae2d0825

  • [ndt-dev] [ndt-project/ndt] 91e152: Don't assume server supports all test types, GitHub, 02/17/2017

Archive powered by MHonArc 2.6.19.

Top of Page