Add test for handling exception in callback functions#50
Add test for handling exception in callback functions#50karczex wants to merge 1 commit intopmem:masterfrom
Conversation
lukaszstolarczuk
left a comment
There was a problem hiding this comment.
Reviewed 1 of 1 files at r1.
Reviewable status:complete! all files reviewed, all discussions resolved
ldorau
left a comment
There was a problem hiding this comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @karczex)
test/database_spec.js, line 332 at r1 (raw file):
db.get_keys_below('B', ex); } catch (e) { expect(e.message).to.equal('TestException');
This test fails ... ?
|
test/database_spec.js, line 332 at r1 (raw file): Previously, ldorau (Lukasz Dorau) wrote…
Yes, it fails. It's test for this issue #51 |
ldorau
left a comment
There was a problem hiding this comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @karczex)
test/database_spec.js, line 332 at r1 (raw file):
Previously, karczex wrote…
Yes, it fails. It's test for this issue #51
So when this test will not fail?
|
test/database_spec.js, line 332 at r1 (raw file): Previously, ldorau (Lukasz Dorau) wrote…
I don't know. |
ldorau
left a comment
There was a problem hiding this comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @karczex)
test/database_spec.js, line 332 at r1 (raw file):
Previously, karczex wrote…
I don't know.
Ah, so this PR just waits for a fix?
|
test/database_spec.js, line 332 at r1 (raw file): Previously, ldorau (Lukasz Dorau) wrote…
Yes, it's bug reproducer. Unfortunately build system doesn't support tests which are failing. I think this PR may stay as draft until fixed. |
ldorau
left a comment
There was a problem hiding this comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @karczex)
test/database_spec.js, line 332 at r1 (raw file):
Previously, karczex wrote…
Yes, it's bug reproducer. Unfortunately build system doesn't support tests which are failing. I think this PR may stay as draft until fixed.
I see, OK
This change is