Saving Test Suite Results to a Database

Ovid on 2008-09-19T09:16:40

It's not releasable, but it really does work now. I think I'll have to do more hacking on TAP::Harness to make sure we capture everything we need, though.

Should I just store the results of individual test programs or also the results of individual tests? TAP streams? I wonder what people want here?


Smolder integration?

melo on 2008-09-19T09:37:30

I wonder if Smolder could use the same database to "do its thing"?

Or are you planning/have already a web interface to such DB?

Is the code available so that I can install and play with?

Thanks,

Re:Smolder integration?

Ovid on 2008-09-19T09:56:26

The code is not yet available and I currently have no plans to create a Web interface. I want to put out a minimal toolset with an API and let people do what they will.

I'll try to get this on github this weekend. It will be unpolished crap, but at least people will be able to play with it :)

Re:Smolder integration?

melo on 2008-09-19T10:48:28

Github, coolness. I just started following your account there, so I'll be notified when that happens.

Thanks,

Re:Smolder integration?

mj41 on 2008-09-19T11:19:11

See TapTinder http://dev.taptinder.org/ . In prototype stage, Subversion related, has Web interface.

Re:Smolder integration?

melo on 2008-09-19T11:50:40

Nice.

But taptinder also includes something like what Ovid did, a modified Test::Harness that inserts results into database correct?

Best regards,

Re:Smolder integration?

mj41 on 2008-09-19T14:35:09

Yes. Clients send TAP yaml output and server load it and insert to DB. But, it isn't online now. No free time last month :-(.