Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

All VM submission inserts tasks into DB in the wrong order. #491

Open
KillerInstinct opened this issue Mar 5, 2015 · 3 comments
Open

All VM submission inserts tasks into DB in the wrong order. #491

KillerInstinct opened this issue Mar 5, 2015 · 3 comments

Comments

@KillerInstinct
Copy link
Contributor

In my setup I have 4 VM's and if you submit a task and select all machines, it inserts the tasks into the DB in reverse order. Then when you view the tasks in recent analysis they are sorted incorrectly. For example, it would look like:

ID
3
4
5
6
2
1

@KillerInstinct
Copy link
Contributor Author

This looks to be an issue with the guests table:

| 296 | | 298 | | 299 | | 297 | +-----+

@jekil jekil added this to the 1.3 milestone Mar 7, 2015
@jekil
Copy link
Member

jekil commented Mar 7, 2015

Thanks for reporting it, we will put some love on it.

@jbremer
Copy link
Member

jbremer commented Jun 4, 2015

This looks more like there's no sorting at all to me.

@botherder botherder removed this from the 1.3 milestone Oct 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants
@botherder @jekil @jbremer @KillerInstinct and others